Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LeafRefValidationKind ¶
type LeafRefValidationKind string
const ( LeafRefValidationLocal LeafRefValidationKind = "local" LeafRefValidationExternal LeafRefValidationKind = "external" )
type ResolvedLeafRefGnmi ¶
type ResolvedLeafRefGnmi struct { LeafRef Value string `json:"value,omitempty"` Resolved bool `json:"resolved,omitempty"` }
func (*ResolvedLeafRefGnmi) DeepCopy ¶
func (in *ResolvedLeafRefGnmi) DeepCopy() (out *ResolvedLeafRefGnmi)
Click to show internal directories.
Click to hide internal directories.