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