Documentation
¶
Index ¶
- type Action
- type Config
- type Plugin
- func (p *Plugin) Config() any
- func (p *Plugin) Handler(next http.Handler) http.Handler
- func (p *Plugin) Init() error
- func (p *Plugin) MaterializeSecrets() error
- func (p *Plugin) PostInit() error
- func (p *Plugin) SetPluginEnabledChecker(checker func(string) bool)
- func (p *Plugin) Stop()
- func (p *Plugin) ValidatePreMaterialization() error
- type ReturnAction
- type Rule
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Action ¶
type Action struct {
Name string
Config map[string]any
Return ReturnAction
// contains filtered or unexported fields
}
func (*Action) UnmarshalJSON ¶
type Plugin ¶
type Plugin struct {
base.BasePlugin
// contains filtered or unexported fields
}
func (*Plugin) MaterializeSecrets ¶
func (*Plugin) SetPluginEnabledChecker ¶
func (*Plugin) ValidatePreMaterialization ¶
type ReturnAction ¶
type ReturnAction struct {
Code int `json:"code,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.