Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Deps ¶
type Deps struct { infra.PluginDeps KVScheduler kvs.KVScheduler VPP govppmux.API }
type SyslogPlugin ¶
type SyslogPlugin struct { Deps // contains filtered or unexported fields }
SyslogPlugin is a Ligato plugin that initializes vppcalls handler and registers KV descriptors providing API to VPP plugin syslog.
func NewSyslogPlugin ¶
func NewSyslogPlugin() *SyslogPlugin
func (*SyslogPlugin) Init ¶
func (p *SyslogPlugin) Init() (err error)
Click to show internal directories.
Click to hide internal directories.