Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FunctionPlugin ¶
type FunctionPlugin struct {
plugin.BasePlugin[Config]
}
func (*FunctionPlugin) ExecuteInbound ¶
func (p *FunctionPlugin) ExecuteInbound(ctx context.Context, inbound *plugin.Inbound) (result plugin.InboundResult, err error)
func (*FunctionPlugin) Name ¶ added in v1.0.0
func (p *FunctionPlugin) Name() string
func (*FunctionPlugin) Priority ¶ added in v1.0.0
func (p *FunctionPlugin) Priority() int
Click to show internal directories.
Click to hide internal directories.