Documentation ¶
Index ¶
- Constants
- type Module
- func (m *Module) Config() module.ConfigInterface
- func (m *Module) Name() string
- func (m *Module) NotifyStartSuccess()
- func (m *Module) RequiredModules() []string
- func (m *Module) Shutdown(ctx context.Context, mgr *module.Manager) error
- func (m *Module) Start(ctx context.Context, mgr *module.Manager) error
- type Runner
Constants ¶
View Source
const ModuleName = "access_log"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Module ¶
type Module struct {
// contains filtered or unexported fields
}
func (*Module) Config ¶
func (m *Module) Config() module.ConfigInterface
func (*Module) NotifyStartSuccess ¶
func (m *Module) NotifyStartSuccess()
func (*Module) RequiredModules ¶
type Runner ¶
type Runner struct {
// contains filtered or unexported fields
}
func (*Runner) BuildNodeInfo ¶
func (r *Runner) BuildNodeInfo(needs bool) *v3.EBPFAccessLogNodeInfo
Click to show internal directories.
Click to hide internal directories.