Documentation ¶
Index ¶
- type EnvExampleHttpPlugin
- func (EnvExampleHttpPlugin) GetName() string
- func (EnvExampleHttpPlugin) GetRequests() []l9format.WebPluginRequest
- func (EnvExampleHttpPlugin) GetStage() string
- func (EnvExampleHttpPlugin) GetVersion() (int, int, int)
- func (plugin EnvExampleHttpPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, ...) (hasLeak bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EnvExampleHttpPlugin ¶
type EnvExampleHttpPlugin struct {
l9format.ServicePluginBase
}
func (EnvExampleHttpPlugin) GetName ¶
func (EnvExampleHttpPlugin) GetName() string
func (EnvExampleHttpPlugin) GetRequests ¶
func (EnvExampleHttpPlugin) GetRequests() []l9format.WebPluginRequest
func (EnvExampleHttpPlugin) GetStage ¶
func (EnvExampleHttpPlugin) GetStage() string
func (EnvExampleHttpPlugin) GetVersion ¶
func (EnvExampleHttpPlugin) GetVersion() (int, int, int)
func (EnvExampleHttpPlugin) Verify ¶
func (plugin EnvExampleHttpPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, event *l9format.L9Event, options map[string]string) (hasLeak bool)
Click to show internal directories.
Click to hide internal directories.