File: doc.go

package info (click to toggle)
golang-github-ovn-org-libovsdb 0.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid, trixie
  • size: 1,440 kB
  • sloc: makefile: 52; sh: 14
file content (8 lines) | stat: -rw-r--r-- 272 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
/*
Package server provides an alpha-quality implementation of an OVSDB Server

It is designed only to be used for testing the functionality of the client
library such that assertions can be made on the cache that backs the
client's monitor or the server
*/
package server