mirror of
https://github.com/luscis/openlan.git
synced 2025-10-15 05:00:42 +08:00
clone from danieldin95
This commit is contained in:
16
vendor/github.com/ovn-org/libovsdb/cache/doc.go
generated
vendored
Normal file
16
vendor/github.com/ovn-org/libovsdb/cache/doc.go
generated
vendored
Normal 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
|
Reference in New Issue
Block a user