Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterConfigurable ¶ added in v0.6.8
func RegisterConfigurable(c *Config) target.GnmiService
Types ¶
type Config ¶ added in v0.6.8
func (*Config) Get ¶ added in v0.6.8
func (c *Config) Get(req GetRequest) (GetResponse, error)
Get returns configuration values based on a given a set of paths
type Configurable ¶ added in v0.6.8
type Configurable interface { // Get gets a configuration value based on a given path Get(req GetRequest) (GetResponse, error) }
Configurable
type GetRequest ¶ added in v0.6.8
type GetResponse ¶ added in v0.6.8
type WatchRequest ¶ added in v0.6.8
Click to show internal directories.
Click to hide internal directories.