Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HostnameHandler ¶
type HostnameHandler struct {
// contains filtered or unexported fields
}
HostnameHandler is the implementation of a gnmitarget.PathHandler.
func NewHostnameHandler ¶
func NewHostnameHandler() *HostnameHandler
func (*HostnameHandler) Init ¶
func (yh *HostnameHandler) Init(c ygot.ValidatedGoStruct) error
func (*HostnameHandler) Name ¶
func (yh *HostnameHandler) Name() string
func (*HostnameHandler) Paths ¶
func (yh *HostnameHandler) Paths() map[string]struct{}
func (*HostnameHandler) Update ¶
func (yh *HostnameHandler) Update(c ygot.ValidatedGoStruct, jobs []*gnmi.Update) error
type MemoryHandler ¶
type MemoryHandler struct {
// contains filtered or unexported fields
}
MemoryHandler is the implementation of a gnmitarget.PathHandler.
func NewMemoryHandler ¶
func NewMemoryHandler() *MemoryHandler
func (*MemoryHandler) Init ¶
func (yh *MemoryHandler) Init(c ygot.ValidatedGoStruct) error
func (*MemoryHandler) Name ¶
func (yh *MemoryHandler) Name() string
func (*MemoryHandler) Paths ¶
func (yh *MemoryHandler) Paths() map[string]struct{}
func (*MemoryHandler) Update ¶
func (yh *MemoryHandler) Update(c ygot.ValidatedGoStruct, jobs []*gnmi.Update) error
type MotdHandler ¶
type MotdHandler struct {
// contains filtered or unexported fields
}
MotdHandler is the implementation of a gnmitarget.PathHandler.
func NewMotdHandler ¶
func NewMotdHandler() *MotdHandler
func (*MotdHandler) Init ¶
func (yh *MotdHandler) Init(c ygot.ValidatedGoStruct) error
func (*MotdHandler) Name ¶
func (yh *MotdHandler) Name() string
func (*MotdHandler) Paths ¶
func (yh *MotdHandler) Paths() map[string]struct{}
func (*MotdHandler) Update ¶
func (yh *MotdHandler) Update(c ygot.ValidatedGoStruct, jobs []*gnmi.Update) error
type StateHandler ¶
type StateHandler struct {
// contains filtered or unexported fields
}
StateHandler is the implementation of a gnmitarget.PathHandler.
func NewStateHandler ¶
func NewStateHandler() *StateHandler
func (*StateHandler) Init ¶
func (yh *StateHandler) Init(c ygot.ValidatedGoStruct) error
func (*StateHandler) Name ¶
func (yh *StateHandler) Name() string
func (*StateHandler) Paths ¶
func (yh *StateHandler) Paths() map[string]struct{}
func (*StateHandler) Update ¶
func (yh *StateHandler) Update(c ygot.ValidatedGoStruct, jobs []*gnmi.Update) error
type SystemHandler ¶
type SystemHandler struct {
// contains filtered or unexported fields
}
SystemHandler is the implementation of a gnmitarget.PathHandler.
func NewSystemHandler ¶
func NewSystemHandler() *SystemHandler
func (*SystemHandler) Init ¶
func (yh *SystemHandler) Init(c ygot.ValidatedGoStruct) error
func (*SystemHandler) Name ¶
func (yh *SystemHandler) Name() string
func (*SystemHandler) Paths ¶
func (yh *SystemHandler) Paths() map[string]struct{}
func (*SystemHandler) Update ¶
func (yh *SystemHandler) Update(c ygot.ValidatedGoStruct, jobs []*gnmi.Update) error
Click to show internal directories.
Click to hide internal directories.