Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store interface { // Get gets the state of the given device Get(id devicetype.VersionedID, revision networkchange.Revision) ([]*devicechange.PathValue, error) }
Store is a device state store
func NewStore ¶
func NewStore(networkChangeStore networkchangestore.Store, deviceSnapshotStore devicesnapshotstore.Store) (Store, error)
NewStore returns a new store backed by the device change store
Click to show internal directories.
Click to hide internal directories.