clone from danieldin95

This commit is contained in:
sicheng
2022-07-29 23:38:54 +08:00
commit ac4f79bbf4
1931 changed files with 568263 additions and 0 deletions

16
vendor/github.com/ovn-org/libovsdb/cache/doc.go generated vendored Normal file
View File

@@ -0,0 +1,16 @@
/*
Package cache provides a cache of model.Model elements that can be used in an OVSDB client or server.
The cache can be accessed using a simple API:
cache.Table("Open_vSwitch").Row("<ovs-uuid>")
It implements the ovsdb.NotificationHandler interface
such that it can be populated automatically by
update notifications
It also contains an eventProcessor where callers
may registers functions that will get called on
every Add/Update/Delete event.
*/
package cache