Documentation
¶
Index ¶
- type EnvConfigHttpPlugin
- func (EnvConfigHttpPlugin) GetName() string
- func (EnvConfigHttpPlugin) GetRequests() []l9format.WebPluginRequest
- func (EnvConfigHttpPlugin) GetStage() string
- func (EnvConfigHttpPlugin) GetVersion() (int, int, int)
- func (plugin EnvConfigHttpPlugin) 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 EnvConfigHttpPlugin ¶
type EnvConfigHttpPlugin struct {
l9format.ServicePluginBase
}
func (EnvConfigHttpPlugin) GetName ¶
func (EnvConfigHttpPlugin) GetName() string
func (EnvConfigHttpPlugin) GetRequests ¶
func (EnvConfigHttpPlugin) GetRequests() []l9format.WebPluginRequest
func (EnvConfigHttpPlugin) GetStage ¶
func (EnvConfigHttpPlugin) GetStage() string
func (EnvConfigHttpPlugin) GetVersion ¶
func (EnvConfigHttpPlugin) GetVersion() (int, int, int)
func (EnvConfigHttpPlugin) Verify ¶
func (plugin EnvConfigHttpPlugin) 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.