Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// contains filtered or unexported fields
}
Config
func (*Config) Get ¶
func (c *Config) Get(req GetRequest) (GetResponse, error)
func (*Config) InitConfig ¶
func (c *Config) InitConfig(config *store.ConfigStore)
func (*Config) Set ¶
func (c *Config) Set(req SetRequest) (SetResponse, error)
type Configurable ¶
type Configurable interface { Get(GetRequest) (GetResponse, error) Set(SetRequest) (SetResponse, error) }
Configurable interface between gnmi agent and app
type GetRequest ¶
type GetRequest struct { Paths []*gnmi.Path Prefix *gnmi.Path EncodingType gnmi.Encoding DataType string }
GetRequest
Click to show internal directories.
Click to hide internal directories.