Documentation ¶
Overview ¶
This module contains conceptual YANG specifications for YANG push.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChangeType ¶
type ChangeType string
ChangeType represents to a datastore.
const ( // A new data node was created ChangeType_create ChangeType = "create" // A data node was deleted ChangeType_delete_ ChangeType = "delete" // The value of a data node has changed ChangeType_modify ChangeType = "modify" )
type CustomStream ¶
type CustomStream struct { }
func (CustomStream) String ¶
func (id CustomStream) String() string
type ErrorDataNotAuthorized ¶
type ErrorDataNotAuthorized struct { }
func (ErrorDataNotAuthorized) String ¶
func (id ErrorDataNotAuthorized) String() string
Click to show internal directories.
Click to hide internal directories.