web

package
v0.0.0-...-cbe314d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 24, 2025 License: GPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AdminConfigProjectHttpPlugin

type AdminConfigProjectHttpPlugin struct {
	l9format.ServicePluginBase
}

func (AdminConfigProjectHttpPlugin) GetName

func (AdminConfigProjectHttpPlugin) GetRequests

func (AdminConfigProjectHttpPlugin) GetStage

func (AdminConfigProjectHttpPlugin) GetVersion

func (AdminConfigProjectHttpPlugin) GetVersion() (int, int, int)

func (AdminConfigProjectHttpPlugin) Verify

func (plugin AdminConfigProjectHttpPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, event *l9format.L9Event, options map[string]string) (hasLeak bool)

type AwsCredentialsHttpPlugin

type AwsCredentialsHttpPlugin struct {
	l9format.ServicePluginBase
}

func (AwsCredentialsHttpPlugin) GetName

func (AwsCredentialsHttpPlugin) GetName() string

func (AwsCredentialsHttpPlugin) GetRequests

func (AwsCredentialsHttpPlugin) GetStage

func (AwsCredentialsHttpPlugin) GetStage() string

func (AwsCredentialsHttpPlugin) GetVersion

func (AwsCredentialsHttpPlugin) GetVersion() (int, int, int)

func (AwsCredentialsHttpPlugin) Verify

func (plugin AwsCredentialsHttpPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, event *l9format.L9Event, options map[string]string) (hasLeak bool)

type BuildEnvAwsHttpPlugin

type BuildEnvAwsHttpPlugin struct {
	l9format.ServicePluginBase
}

func (BuildEnvAwsHttpPlugin) GetName

func (BuildEnvAwsHttpPlugin) GetName() string

func (BuildEnvAwsHttpPlugin) GetRequests

func (BuildEnvAwsHttpPlugin) GetStage

func (BuildEnvAwsHttpPlugin) GetStage() string

func (BuildEnvAwsHttpPlugin) GetVersion

func (BuildEnvAwsHttpPlugin) GetVersion() (int, int, int)

func (BuildEnvAwsHttpPlugin) Verify

func (plugin BuildEnvAwsHttpPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, event *l9format.L9Event, options map[string]string) (hasLeak bool)

type CodeJsonReply

type CodeJsonReply struct {
	Code   int `json:"code"`
	Status int `json:"status"`
}

type ConfigAppHttpPlugin

type ConfigAppHttpPlugin struct {
	l9format.ServicePluginBase
}

func (ConfigAppHttpPlugin) GetName

func (ConfigAppHttpPlugin) GetName() string

func (ConfigAppHttpPlugin) GetRequests

func (ConfigAppHttpPlugin) GetStage

func (ConfigAppHttpPlugin) GetStage() string

func (ConfigAppHttpPlugin) GetVersion

func (ConfigAppHttpPlugin) GetVersion() (int, int, int)

func (ConfigAppHttpPlugin) Verify

func (plugin ConfigAppHttpPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, event *l9format.L9Event, options map[string]string) (hasLeak bool)

type ConfigAssetsHttpPlugin

type ConfigAssetsHttpPlugin struct {
	l9format.ServicePluginBase
}

func (ConfigAssetsHttpPlugin) GetName

func (ConfigAssetsHttpPlugin) GetName() string

func (ConfigAssetsHttpPlugin) GetRequests

func (ConfigAssetsHttpPlugin) GetStage

func (ConfigAssetsHttpPlugin) GetStage() string

func (ConfigAssetsHttpPlugin) GetVersion

func (ConfigAssetsHttpPlugin) GetVersion() (int, int, int)

func (ConfigAssetsHttpPlugin) Verify

func (plugin ConfigAssetsHttpPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, event *l9format.L9Event, options map[string]string) (hasLeak bool)

type ConfigBackupHttpPlugin

type ConfigBackupHttpPlugin struct {
	l9format.ServicePluginBase
}

func (ConfigBackupHttpPlugin) GetName

func (ConfigBackupHttpPlugin) GetName() string

func (ConfigBackupHttpPlugin) GetRequests

func (ConfigBackupHttpPlugin) GetStage

func (ConfigBackupHttpPlugin) GetStage() string

func (ConfigBackupHttpPlugin) GetVersion

func (ConfigBackupHttpPlugin) GetVersion() (int, int, int)

func (ConfigBackupHttpPlugin) Verify

func (plugin ConfigBackupHttpPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, event *l9format.L9Event, options map[string]string) (hasLeak bool)

type ConfigCmsHttpPlugin

type ConfigCmsHttpPlugin struct {
	l9format.ServicePluginBase
}

func (ConfigCmsHttpPlugin) GetName

func (ConfigCmsHttpPlugin) GetName() string

func (ConfigCmsHttpPlugin) GetRequests

func (ConfigCmsHttpPlugin) GetStage

func (ConfigCmsHttpPlugin) GetStage() string

func (ConfigCmsHttpPlugin) GetVersion

func (ConfigCmsHttpPlugin) GetVersion() (int, int, int)

func (ConfigCmsHttpPlugin) Verify

func (plugin ConfigCmsHttpPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, event *l9format.L9Event, options map[string]string) (hasLeak bool)

type ConfigConfigProjectHttpPlugin

type ConfigConfigProjectHttpPlugin struct {
	l9format.ServicePluginBase
}

func (ConfigConfigProjectHttpPlugin) GetName

func (ConfigConfigProjectHttpPlugin) GetRequests

func (ConfigConfigProjectHttpPlugin) GetStage

func (ConfigConfigProjectHttpPlugin) GetVersion

func (ConfigConfigProjectHttpPlugin) GetVersion() (int, int, int)

func (ConfigConfigProjectHttpPlugin) Verify

func (plugin ConfigConfigProjectHttpPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, event *l9format.L9Event, options map[string]string) (hasLeak bool)

type ConfigCoreHttpPlugin

type ConfigCoreHttpPlugin struct {
	l9format.ServicePluginBase
}

func (ConfigCoreHttpPlugin) GetName

func (ConfigCoreHttpPlugin) GetName() string

func (ConfigCoreHttpPlugin) GetRequests

func (ConfigCoreHttpPlugin) GetStage

func (ConfigCoreHttpPlugin) GetStage() string

func (ConfigCoreHttpPlugin) GetVersion

func (ConfigCoreHttpPlugin) GetVersion() (int, int, int)

func (ConfigCoreHttpPlugin) Verify

func (plugin ConfigCoreHttpPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, event *l9format.L9Event, options map[string]string) (hasLeak bool)

type ConfigFilesHttpPlugin

type ConfigFilesHttpPlugin struct {
	l9format.ServicePluginBase
}

func (ConfigFilesHttpPlugin) GetName

func (ConfigFilesHttpPlugin) GetName() string

func (ConfigFilesHttpPlugin) GetRequests

func (ConfigFilesHttpPlugin) GetStage

func (ConfigFilesHttpPlugin) GetStage() string

func (ConfigFilesHttpPlugin) GetVersion

func (ConfigFilesHttpPlugin) GetVersion() (int, int, int)

func (ConfigFilesHttpPlugin) Verify

func (plugin ConfigFilesHttpPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, event *l9format.L9Event, options map[string]string) (hasLeak bool)

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 ConfigMediaHttpPlugin

type ConfigMediaHttpPlugin struct {
	l9format.ServicePluginBase
}

func (ConfigMediaHttpPlugin) GetName

func (ConfigMediaHttpPlugin) GetName() string

func (ConfigMediaHttpPlugin) GetRequests

func (ConfigMediaHttpPlugin) GetStage

func (ConfigMediaHttpPlugin) GetStage() string

func (ConfigMediaHttpPlugin) GetVersion

func (ConfigMediaHttpPlugin) GetVersion() (int, int, int)

func (ConfigMediaHttpPlugin) Verify

func (plugin ConfigMediaHttpPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, event *l9format.L9Event, options map[string]string) (hasLeak bool)

type ConfigProjectHttpPlugin

type ConfigProjectHttpPlugin struct {
	l9format.ServicePluginBase
}

func (ConfigProjectHttpPlugin) GetName

func (ConfigProjectHttpPlugin) GetName() string

func (ConfigProjectHttpPlugin) GetRequests

func (ConfigProjectHttpPlugin) GetStage

func (ConfigProjectHttpPlugin) GetStage() string

func (ConfigProjectHttpPlugin) GetVersion

func (ConfigProjectHttpPlugin) GetVersion() (int, int, int)

func (ConfigProjectHttpPlugin) Verify

func (plugin ConfigProjectHttpPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, event *l9format.L9Event, options map[string]string) (hasLeak bool)

type ConfigStaticHttpPlugin

type ConfigStaticHttpPlugin struct {
	l9format.ServicePluginBase
}

func (ConfigStaticHttpPlugin) GetName

func (ConfigStaticHttpPlugin) GetName() string

func (ConfigStaticHttpPlugin) GetRequests

func (ConfigStaticHttpPlugin) GetStage

func (ConfigStaticHttpPlugin) GetStage() string

func (ConfigStaticHttpPlugin) GetVersion

func (ConfigStaticHttpPlugin) GetVersion() (int, int, int)

func (ConfigStaticHttpPlugin) Verify

func (plugin ConfigStaticHttpPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, event *l9format.L9Event, options map[string]string) (hasLeak bool)

type ConfigSubPathApiHttpPlugin

type ConfigSubPathApiHttpPlugin struct {
	l9format.ServicePluginBase
}

func (ConfigSubPathApiHttpPlugin) GetName

func (ConfigSubPathApiHttpPlugin) GetRequests

func (ConfigSubPathApiHttpPlugin) GetStage

func (ConfigSubPathApiHttpPlugin) GetVersion

func (ConfigSubPathApiHttpPlugin) GetVersion() (int, int, int)

func (ConfigSubPathApiHttpPlugin) Verify

func (plugin ConfigSubPathApiHttpPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, event *l9format.L9Event, options map[string]string) (hasLeak bool)

type ConfigSubPathDevHttpPlugin

type ConfigSubPathDevHttpPlugin struct {
	l9format.ServicePluginBase
}

func (ConfigSubPathDevHttpPlugin) GetName

func (ConfigSubPathDevHttpPlugin) GetRequests

func (ConfigSubPathDevHttpPlugin) GetStage

func (ConfigSubPathDevHttpPlugin) GetVersion

func (ConfigSubPathDevHttpPlugin) GetVersion() (int, int, int)

func (ConfigSubPathDevHttpPlugin) Verify

func (plugin ConfigSubPathDevHttpPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, event *l9format.L9Event, options map[string]string) (hasLeak bool)

type ConfigSubPathMediaHttpPlugin

type ConfigSubPathMediaHttpPlugin struct {
	l9format.ServicePluginBase
}

func (ConfigSubPathMediaHttpPlugin) GetName

func (ConfigSubPathMediaHttpPlugin) GetRequests

func (ConfigSubPathMediaHttpPlugin) GetStage

func (ConfigSubPathMediaHttpPlugin) GetVersion

func (ConfigSubPathMediaHttpPlugin) GetVersion() (int, int, int)

func (ConfigSubPathMediaHttpPlugin) Verify

func (plugin ConfigSubPathMediaHttpPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, event *l9format.L9Event, options map[string]string) (hasLeak bool)

type ConfigSubPathWwwHttpPlugin

type ConfigSubPathWwwHttpPlugin struct {
	l9format.ServicePluginBase
}

func (ConfigSubPathWwwHttpPlugin) GetName

func (ConfigSubPathWwwHttpPlugin) GetRequests

func (ConfigSubPathWwwHttpPlugin) GetStage

func (ConfigSubPathWwwHttpPlugin) GetVersion

func (ConfigSubPathWwwHttpPlugin) GetVersion() (int, int, int)

func (ConfigSubPathWwwHttpPlugin) Verify

func (plugin ConfigSubPathWwwHttpPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, event *l9format.L9Event, options map[string]string) (hasLeak bool)

type ConfigurationEnvAwsHttpPlugin

type ConfigurationEnvAwsHttpPlugin struct {
	l9format.ServicePluginBase
}

func (ConfigurationEnvAwsHttpPlugin) GetName

func (ConfigurationEnvAwsHttpPlugin) GetRequests

func (ConfigurationEnvAwsHttpPlugin) GetStage

func (ConfigurationEnvAwsHttpPlugin) GetVersion

func (ConfigurationEnvAwsHttpPlugin) GetVersion() (int, int, int)

func (ConfigurationEnvAwsHttpPlugin) Verify

func (plugin ConfigurationEnvAwsHttpPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, event *l9format.L9Event, options map[string]string) (hasLeak bool)

type DataConfigHttpPlugin

type DataConfigHttpPlugin struct {
	l9format.ServicePluginBase
}

func (DataConfigHttpPlugin) GetName

func (DataConfigHttpPlugin) GetName() string

func (DataConfigHttpPlugin) GetRequests

func (DataConfigHttpPlugin) GetStage

func (DataConfigHttpPlugin) GetStage() string

func (DataConfigHttpPlugin) GetVersion

func (DataConfigHttpPlugin) GetVersion() (int, int, int)

func (DataConfigHttpPlugin) Verify

func (plugin DataConfigHttpPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, event *l9format.L9Event, options map[string]string) (hasLeak bool)

type DockerComposeProdHttpPlugin

type DockerComposeProdHttpPlugin struct {
	l9format.ServicePluginBase
}

func (DockerComposeProdHttpPlugin) GetName

func (DockerComposeProdHttpPlugin) GetRequests

func (DockerComposeProdHttpPlugin) GetStage

func (DockerComposeProdHttpPlugin) GetVersion

func (DockerComposeProdHttpPlugin) GetVersion() (int, int, int)

func (DockerComposeProdHttpPlugin) Verify

func (plugin DockerComposeProdHttpPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, event *l9format.L9Event, options map[string]string) (hasLeak bool)

type EnvBackupHttpPlugin

type EnvBackupHttpPlugin struct {
	l9format.ServicePluginBase
}

func (EnvBackupHttpPlugin) GetName

func (EnvBackupHttpPlugin) GetName() string

func (EnvBackupHttpPlugin) GetRequests

func (EnvBackupHttpPlugin) GetStage

func (EnvBackupHttpPlugin) GetStage() string

func (EnvBackupHttpPlugin) GetVersion

func (EnvBackupHttpPlugin) GetVersion() (int, int, int)

func (EnvBackupHttpPlugin) Verify

func (plugin EnvBackupHttpPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, event *l9format.L9Event, options map[string]string) (hasLeak bool)

type EnvBakHttpPlugin

type EnvBakHttpPlugin struct {
	l9format.ServicePluginBase
}

func (EnvBakHttpPlugin) GetName

func (EnvBakHttpPlugin) GetName() string

func (EnvBakHttpPlugin) GetRequests

func (EnvBakHttpPlugin) GetRequests() []l9format.WebPluginRequest

func (EnvBakHttpPlugin) GetStage

func (EnvBakHttpPlugin) GetStage() string

func (EnvBakHttpPlugin) GetVersion

func (EnvBakHttpPlugin) GetVersion() (int, int, int)

func (EnvBakHttpPlugin) Verify

func (plugin EnvBakHttpPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, event *l9format.L9Event, options map[string]string) (hasLeak bool)

type EnvCiHttpPlugin

type EnvCiHttpPlugin struct {
	l9format.ServicePluginBase
}

func (EnvCiHttpPlugin) GetName

func (EnvCiHttpPlugin) GetName() string

func (EnvCiHttpPlugin) GetRequests

func (EnvCiHttpPlugin) GetRequests() []l9format.WebPluginRequest

func (EnvCiHttpPlugin) GetStage

func (EnvCiHttpPlugin) GetStage() string

func (EnvCiHttpPlugin) GetVersion

func (EnvCiHttpPlugin) GetVersion() (int, int, int)

func (EnvCiHttpPlugin) Verify

func (plugin EnvCiHttpPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, event *l9format.L9Event, options map[string]string) (hasLeak bool)

type EnvClassicHttpPlugin

type EnvClassicHttpPlugin struct {
	l9format.ServicePluginBase
}

func (EnvClassicHttpPlugin) GetName

func (EnvClassicHttpPlugin) GetName() string

func (EnvClassicHttpPlugin) GetRequests

func (EnvClassicHttpPlugin) GetStage

func (EnvClassicHttpPlugin) GetStage() string

func (EnvClassicHttpPlugin) GetVersion

func (EnvClassicHttpPlugin) GetVersion() (int, int, int)

func (EnvClassicHttpPlugin) Verify

func (plugin EnvClassicHttpPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, event *l9format.L9Event, options map[string]string) (hasLeak bool)

type EnvConfigHttpPlugin

type EnvConfigHttpPlugin struct {
	l9format.ServicePluginBase
}

func (EnvConfigHttpPlugin) GetName

func (EnvConfigHttpPlugin) GetName() string

func (EnvConfigHttpPlugin) GetRequests

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)

type EnvDefaultHttpPlugin

type EnvDefaultHttpPlugin struct {
	l9format.ServicePluginBase
}

func (EnvDefaultHttpPlugin) GetName

func (EnvDefaultHttpPlugin) GetName() string

func (EnvDefaultHttpPlugin) GetRequests

func (EnvDefaultHttpPlugin) GetStage

func (EnvDefaultHttpPlugin) GetStage() string

func (EnvDefaultHttpPlugin) GetVersion

func (EnvDefaultHttpPlugin) GetVersion() (int, int, int)

func (EnvDefaultHttpPlugin) Verify

func (plugin EnvDefaultHttpPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, event *l9format.L9Event, options map[string]string) (hasLeak bool)

type EnvDevHttpPlugin

type EnvDevHttpPlugin struct {
	l9format.ServicePluginBase
}

func (EnvDevHttpPlugin) GetName

func (EnvDevHttpPlugin) GetName() string

func (EnvDevHttpPlugin) GetRequests

func (EnvDevHttpPlugin) GetRequests() []l9format.WebPluginRequest

func (EnvDevHttpPlugin) GetStage

func (EnvDevHttpPlugin) GetStage() string

func (EnvDevHttpPlugin) GetVersion

func (EnvDevHttpPlugin) GetVersion() (int, int, int)

func (EnvDevHttpPlugin) Verify

func (plugin EnvDevHttpPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, event *l9format.L9Event, options map[string]string) (hasLeak bool)

type EnvDevLocalHttpPlugin

type EnvDevLocalHttpPlugin struct {
	l9format.ServicePluginBase
}

func (EnvDevLocalHttpPlugin) GetName

func (EnvDevLocalHttpPlugin) GetName() string

func (EnvDevLocalHttpPlugin) GetRequests

func (EnvDevLocalHttpPlugin) GetStage

func (EnvDevLocalHttpPlugin) GetStage() string

func (EnvDevLocalHttpPlugin) GetVersion

func (EnvDevLocalHttpPlugin) GetVersion() (int, int, int)

func (EnvDevLocalHttpPlugin) Verify

func (plugin EnvDevLocalHttpPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, event *l9format.L9Event, options map[string]string) (hasLeak bool)

type EnvDevelopmentLocalHttpPlugin

type EnvDevelopmentLocalHttpPlugin struct {
	l9format.ServicePluginBase
}

func (EnvDevelopmentLocalHttpPlugin) GetName

func (EnvDevelopmentLocalHttpPlugin) GetRequests

func (EnvDevelopmentLocalHttpPlugin) GetStage

func (EnvDevelopmentLocalHttpPlugin) GetVersion

func (EnvDevelopmentLocalHttpPlugin) GetVersion() (int, int, int)

func (EnvDevelopmentLocalHttpPlugin) Verify

func (plugin EnvDevelopmentLocalHttpPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, event *l9format.L9Event, options map[string]string) (hasLeak bool)

type EnvDistHttpPlugin

type EnvDistHttpPlugin struct {
	l9format.ServicePluginBase
}

func (EnvDistHttpPlugin) GetName

func (EnvDistHttpPlugin) GetName() string

func (EnvDistHttpPlugin) GetRequests

func (EnvDistHttpPlugin) GetStage

func (EnvDistHttpPlugin) GetStage() string

func (EnvDistHttpPlugin) GetVersion

func (EnvDistHttpPlugin) GetVersion() (int, int, int)

func (EnvDistHttpPlugin) Verify

func (plugin EnvDistHttpPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, event *l9format.L9Event, options map[string]string) (hasLeak bool)

type EnvLiveHttpPlugin

type EnvLiveHttpPlugin struct {
	l9format.ServicePluginBase
}

func (EnvLiveHttpPlugin) GetName

func (EnvLiveHttpPlugin) GetName() string

func (EnvLiveHttpPlugin) GetRequests

func (EnvLiveHttpPlugin) GetStage

func (EnvLiveHttpPlugin) GetStage() string

func (EnvLiveHttpPlugin) GetVersion

func (EnvLiveHttpPlugin) GetVersion() (int, int, int)

func (EnvLiveHttpPlugin) Verify

func (plugin EnvLiveHttpPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, event *l9format.L9Event, options map[string]string) (hasLeak bool)

type EnvLocalHttpPlugin

type EnvLocalHttpPlugin struct {
	l9format.ServicePluginBase
}

func (EnvLocalHttpPlugin) GetName

func (EnvLocalHttpPlugin) GetName() string

func (EnvLocalHttpPlugin) GetRequests

func (EnvLocalHttpPlugin) GetStage

func (EnvLocalHttpPlugin) GetStage() string

func (EnvLocalHttpPlugin) GetVersion

func (EnvLocalHttpPlugin) GetVersion() (int, int, int)

func (EnvLocalHttpPlugin) Verify

func (plugin EnvLocalHttpPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, event *l9format.L9Event, options map[string]string) (hasLeak bool)

type EnvPreprodHttpPlugin

type EnvPreprodHttpPlugin struct {
	l9format.ServicePluginBase
}

func (EnvPreprodHttpPlugin) GetName

func (EnvPreprodHttpPlugin) GetName() string

func (EnvPreprodHttpPlugin) GetRequests

func (EnvPreprodHttpPlugin) GetStage

func (EnvPreprodHttpPlugin) GetStage() string

func (EnvPreprodHttpPlugin) GetVersion

func (EnvPreprodHttpPlugin) GetVersion() (int, int, int)

func (EnvPreprodHttpPlugin) Verify

func (plugin EnvPreprodHttpPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, event *l9format.L9Event, options map[string]string) (hasLeak bool)

type EnvProdHttpPlugin

type EnvProdHttpPlugin struct {
	l9format.ServicePluginBase
}

func (EnvProdHttpPlugin) GetName

func (EnvProdHttpPlugin) GetName() string

func (EnvProdHttpPlugin) GetRequests

func (EnvProdHttpPlugin) GetStage

func (EnvProdHttpPlugin) GetStage() string

func (EnvProdHttpPlugin) GetVersion

func (EnvProdHttpPlugin) GetVersion() (int, int, int)

func (EnvProdHttpPlugin) Verify

func (plugin EnvProdHttpPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, event *l9format.L9Event, options map[string]string) (hasLeak bool)

type EnvProdLocalHttpPlugin

type EnvProdLocalHttpPlugin struct {
	l9format.ServicePluginBase
}

func (EnvProdLocalHttpPlugin) GetName

func (EnvProdLocalHttpPlugin) GetName() string

func (EnvProdLocalHttpPlugin) GetRequests

func (EnvProdLocalHttpPlugin) GetStage

func (EnvProdLocalHttpPlugin) GetStage() string

func (EnvProdLocalHttpPlugin) GetVersion

func (EnvProdLocalHttpPlugin) GetVersion() (int, int, int)

func (EnvProdLocalHttpPlugin) Verify

func (plugin EnvProdLocalHttpPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, event *l9format.L9Event, options map[string]string) (hasLeak bool)

type EnvProductionHttpPlugin

type EnvProductionHttpPlugin struct {
	l9format.ServicePluginBase
}

func (EnvProductionHttpPlugin) GetName

func (EnvProductionHttpPlugin) GetName() string

func (EnvProductionHttpPlugin) GetRequests

func (EnvProductionHttpPlugin) GetStage

func (EnvProductionHttpPlugin) GetStage() string

func (EnvProductionHttpPlugin) GetVersion

func (EnvProductionHttpPlugin) GetVersion() (int, int, int)

func (EnvProductionHttpPlugin) Verify

func (plugin EnvProductionHttpPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, event *l9format.L9Event, options map[string]string) (hasLeak bool)

type EnvProductionLocalHttpPlugin

type EnvProductionLocalHttpPlugin struct {
	l9format.ServicePluginBase
}

func (EnvProductionLocalHttpPlugin) GetName

func (EnvProductionLocalHttpPlugin) GetRequests

func (EnvProductionLocalHttpPlugin) GetStage

func (EnvProductionLocalHttpPlugin) GetVersion

func (EnvProductionLocalHttpPlugin) GetVersion() (int, int, int)

func (EnvProductionLocalHttpPlugin) Verify

func (plugin EnvProductionLocalHttpPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, event *l9format.L9Event, options map[string]string) (hasLeak bool)

type EnvQaHttpPlugin

type EnvQaHttpPlugin struct {
	l9format.ServicePluginBase
}

func (EnvQaHttpPlugin) GetName

func (EnvQaHttpPlugin) GetName() string

func (EnvQaHttpPlugin) GetRequests

func (EnvQaHttpPlugin) GetRequests() []l9format.WebPluginRequest

func (EnvQaHttpPlugin) GetStage

func (EnvQaHttpPlugin) GetStage() string

func (EnvQaHttpPlugin) GetVersion

func (EnvQaHttpPlugin) GetVersion() (int, int, int)

func (EnvQaHttpPlugin) Verify

func (plugin EnvQaHttpPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, event *l9format.L9Event, options map[string]string) (hasLeak bool)

type EnvRcHttpPlugin

type EnvRcHttpPlugin struct {
	l9format.ServicePluginBase
}

func (EnvRcHttpPlugin) GetName

func (EnvRcHttpPlugin) GetName() string

func (EnvRcHttpPlugin) GetRequests

func (EnvRcHttpPlugin) GetRequests() []l9format.WebPluginRequest

func (EnvRcHttpPlugin) GetStage

func (EnvRcHttpPlugin) GetStage() string

func (EnvRcHttpPlugin) GetVersion

func (EnvRcHttpPlugin) GetVersion() (int, int, int)

func (EnvRcHttpPlugin) Verify

func (plugin EnvRcHttpPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, event *l9format.L9Event, options map[string]string) (hasLeak bool)

type EnvSampleHttpPlugin

type EnvSampleHttpPlugin struct {
	l9format.ServicePluginBase
}

func (EnvSampleHttpPlugin) GetName

func (EnvSampleHttpPlugin) GetName() string

func (EnvSampleHttpPlugin) GetRequests

func (EnvSampleHttpPlugin) GetStage

func (EnvSampleHttpPlugin) GetStage() string

func (EnvSampleHttpPlugin) GetVersion

func (EnvSampleHttpPlugin) GetVersion() (int, int, int)

func (EnvSampleHttpPlugin) Verify

func (plugin EnvSampleHttpPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, event *l9format.L9Event, options map[string]string) (hasLeak bool)

type EnvSandboxHttpPlugin

type EnvSandboxHttpPlugin struct {
	l9format.ServicePluginBase
}

func (EnvSandboxHttpPlugin) GetName

func (EnvSandboxHttpPlugin) GetName() string

func (EnvSandboxHttpPlugin) GetRequests

func (EnvSandboxHttpPlugin) GetStage

func (EnvSandboxHttpPlugin) GetStage() string

func (EnvSandboxHttpPlugin) GetVersion

func (EnvSandboxHttpPlugin) GetVersion() (int, int, int)

func (EnvSandboxHttpPlugin) Verify

func (plugin EnvSandboxHttpPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, event *l9format.L9Event, options map[string]string) (hasLeak bool)

type EnvSaveHttpPlugin

type EnvSaveHttpPlugin struct {
	l9format.ServicePluginBase
}

func (EnvSaveHttpPlugin) GetName

func (EnvSaveHttpPlugin) GetName() string

func (EnvSaveHttpPlugin) GetRequests

func (EnvSaveHttpPlugin) GetStage

func (EnvSaveHttpPlugin) GetStage() string

func (EnvSaveHttpPlugin) GetVersion

func (EnvSaveHttpPlugin) GetVersion() (int, int, int)

func (EnvSaveHttpPlugin) Verify

func (plugin EnvSaveHttpPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, event *l9format.L9Event, options map[string]string) (hasLeak bool)

type EnvSecretHttpPlugin

type EnvSecretHttpPlugin struct {
	l9format.ServicePluginBase
}

func (EnvSecretHttpPlugin) GetName

func (EnvSecretHttpPlugin) GetName() string

func (EnvSecretHttpPlugin) GetRequests

func (EnvSecretHttpPlugin) GetStage

func (EnvSecretHttpPlugin) GetStage() string

func (EnvSecretHttpPlugin) GetVersion

func (EnvSecretHttpPlugin) GetVersion() (int, int, int)

func (EnvSecretHttpPlugin) Verify

func (plugin EnvSecretHttpPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, event *l9format.L9Event, options map[string]string) (hasLeak bool)

type EnvStageHttpPlugin

type EnvStageHttpPlugin struct {
	l9format.ServicePluginBase
}

func (EnvStageHttpPlugin) GetName

func (EnvStageHttpPlugin) GetName() string

func (EnvStageHttpPlugin) GetRequests

func (EnvStageHttpPlugin) GetStage

func (EnvStageHttpPlugin) GetStage() string

func (EnvStageHttpPlugin) GetVersion

func (EnvStageHttpPlugin) GetVersion() (int, int, int)

func (EnvStageHttpPlugin) Verify

func (plugin EnvStageHttpPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, event *l9format.L9Event, options map[string]string) (hasLeak bool)

type EnvStagingLocalHttpPlugin

type EnvStagingLocalHttpPlugin struct {
	l9format.ServicePluginBase
}

func (EnvStagingLocalHttpPlugin) GetName

func (EnvStagingLocalHttpPlugin) GetRequests

func (EnvStagingLocalHttpPlugin) GetStage

func (EnvStagingLocalHttpPlugin) GetStage() string

func (EnvStagingLocalHttpPlugin) GetVersion

func (EnvStagingLocalHttpPlugin) GetVersion() (int, int, int)

func (EnvStagingLocalHttpPlugin) Verify

func (plugin EnvStagingLocalHttpPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, event *l9format.L9Event, options map[string]string) (hasLeak bool)

type EnvTemplateHttpPlugin

type EnvTemplateHttpPlugin struct {
	l9format.ServicePluginBase
}

func (EnvTemplateHttpPlugin) GetName

func (EnvTemplateHttpPlugin) GetName() string

func (EnvTemplateHttpPlugin) GetRequests

func (EnvTemplateHttpPlugin) GetStage

func (EnvTemplateHttpPlugin) GetStage() string

func (EnvTemplateHttpPlugin) GetVersion

func (EnvTemplateHttpPlugin) GetVersion() (int, int, int)

func (EnvTemplateHttpPlugin) Verify

func (plugin EnvTemplateHttpPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, event *l9format.L9Event, options map[string]string) (hasLeak bool)

type EnvTestHttpPlugin

type EnvTestHttpPlugin struct {
	l9format.ServicePluginBase
}

func (EnvTestHttpPlugin) GetName

func (EnvTestHttpPlugin) GetName() string

func (EnvTestHttpPlugin) GetRequests

func (EnvTestHttpPlugin) GetStage

func (EnvTestHttpPlugin) GetStage() string

func (EnvTestHttpPlugin) GetVersion

func (EnvTestHttpPlugin) GetVersion() (int, int, int)

func (EnvTestHttpPlugin) Verify

func (plugin EnvTestHttpPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, event *l9format.L9Event, options map[string]string) (hasLeak bool)

type EnvTestingHttpPlugin

type EnvTestingHttpPlugin struct {
	l9format.ServicePluginBase
}

func (EnvTestingHttpPlugin) GetName

func (EnvTestingHttpPlugin) GetName() string

func (EnvTestingHttpPlugin) GetRequests

func (EnvTestingHttpPlugin) GetStage

func (EnvTestingHttpPlugin) GetStage() string

func (EnvTestingHttpPlugin) GetVersion

func (EnvTestingHttpPlugin) GetVersion() (int, int, int)

func (EnvTestingHttpPlugin) Verify

func (plugin EnvTestingHttpPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, event *l9format.L9Event, options map[string]string) (hasLeak bool)

type EnvTestingLocalHttpPlugin

type EnvTestingLocalHttpPlugin struct {
	l9format.ServicePluginBase
}

func (EnvTestingLocalHttpPlugin) GetName

func (EnvTestingLocalHttpPlugin) GetRequests

func (EnvTestingLocalHttpPlugin) GetStage

func (EnvTestingLocalHttpPlugin) GetStage() string

func (EnvTestingLocalHttpPlugin) GetVersion

func (EnvTestingLocalHttpPlugin) GetVersion() (int, int, int)

func (EnvTestingLocalHttpPlugin) Verify

func (plugin EnvTestingLocalHttpPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, event *l9format.L9Event, options map[string]string) (hasLeak bool)

type EnvUatHttpPlugin

type EnvUatHttpPlugin struct {
	l9format.ServicePluginBase
}

func (EnvUatHttpPlugin) GetName

func (EnvUatHttpPlugin) GetName() string

func (EnvUatHttpPlugin) GetRequests

func (EnvUatHttpPlugin) GetRequests() []l9format.WebPluginRequest

func (EnvUatHttpPlugin) GetStage

func (EnvUatHttpPlugin) GetStage() string

func (EnvUatHttpPlugin) GetVersion

func (EnvUatHttpPlugin) GetVersion() (int, int, int)

func (EnvUatHttpPlugin) Verify

func (plugin EnvUatHttpPlugin) 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) 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 ProdEnvAwsHttpPlugin

type ProdEnvAwsHttpPlugin struct {
	l9format.ServicePluginBase
}

func (ProdEnvAwsHttpPlugin) GetName

func (ProdEnvAwsHttpPlugin) GetName() string

func (ProdEnvAwsHttpPlugin) GetRequests

func (ProdEnvAwsHttpPlugin) GetStage

func (ProdEnvAwsHttpPlugin) GetStage() string

func (ProdEnvAwsHttpPlugin) GetVersion

func (ProdEnvAwsHttpPlugin) GetVersion() (int, int, int)

func (ProdEnvAwsHttpPlugin) Verify

func (plugin ProdEnvAwsHttpPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, event *l9format.L9Event, options map[string]string) (hasLeak bool)

type PublicConfigHttpPlugin

type PublicConfigHttpPlugin struct {
	l9format.ServicePluginBase
}

func (PublicConfigHttpPlugin) GetName

func (PublicConfigHttpPlugin) GetName() string

func (PublicConfigHttpPlugin) GetRequests

func (PublicConfigHttpPlugin) GetStage

func (PublicConfigHttpPlugin) GetStage() string

func (PublicConfigHttpPlugin) GetVersion

func (PublicConfigHttpPlugin) GetVersion() (int, int, int)

func (PublicConfigHttpPlugin) Verify

func (plugin PublicConfigHttpPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, event *l9format.L9Event, options map[string]string) (hasLeak bool)

type ServerConfigHttpPlugin

type ServerConfigHttpPlugin struct {
	l9format.ServicePluginBase
}

func (ServerConfigHttpPlugin) GetName

func (ServerConfigHttpPlugin) GetName() string

func (ServerConfigHttpPlugin) GetRequests

func (ServerConfigHttpPlugin) GetStage

func (ServerConfigHttpPlugin) GetStage() string

func (ServerConfigHttpPlugin) GetVersion

func (ServerConfigHttpPlugin) GetVersion() (int, int, int)

func (ServerConfigHttpPlugin) Verify

func (plugin ServerConfigHttpPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, event *l9format.L9Event, options map[string]string) (hasLeak bool)

type SettingsEnvAwsHttpPlugin

type SettingsEnvAwsHttpPlugin struct {
	l9format.ServicePluginBase
}

func (SettingsEnvAwsHttpPlugin) GetName

func (SettingsEnvAwsHttpPlugin) GetName() string

func (SettingsEnvAwsHttpPlugin) GetRequests

func (SettingsEnvAwsHttpPlugin) GetStage

func (SettingsEnvAwsHttpPlugin) GetStage() string

func (SettingsEnvAwsHttpPlugin) GetVersion

func (SettingsEnvAwsHttpPlugin) GetVersion() (int, int, int)

func (SettingsEnvAwsHttpPlugin) Verify

func (plugin SettingsEnvAwsHttpPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, event *l9format.L9Event, options map[string]string) (hasLeak bool)

type SrcConfigHttpPlugin

type SrcConfigHttpPlugin struct {
	l9format.ServicePluginBase
}

func (SrcConfigHttpPlugin) GetName

func (SrcConfigHttpPlugin) GetName() string

func (SrcConfigHttpPlugin) GetRequests

func (SrcConfigHttpPlugin) GetStage

func (SrcConfigHttpPlugin) GetStage() string

func (SrcConfigHttpPlugin) GetVersion

func (SrcConfigHttpPlugin) GetVersion() (int, int, int)

func (SrcConfigHttpPlugin) Verify

func (plugin SrcConfigHttpPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, event *l9format.L9Event, options map[string]string) (hasLeak bool)

type SubApiEnvHttpPlugin

type SubApiEnvHttpPlugin struct {
	l9format.ServicePluginBase
}

func (SubApiEnvHttpPlugin) GetName

func (SubApiEnvHttpPlugin) GetName() string

func (SubApiEnvHttpPlugin) GetRequests

func (SubApiEnvHttpPlugin) GetStage

func (SubApiEnvHttpPlugin) GetStage() string

func (SubApiEnvHttpPlugin) GetVersion

func (SubApiEnvHttpPlugin) GetVersion() (int, int, int)

func (SubApiEnvHttpPlugin) Verify

func (plugin SubApiEnvHttpPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, event *l9format.L9Event, options map[string]string) (hasLeak bool)

type SubConfigEnvHttpPlugin

type SubConfigEnvHttpPlugin struct {
	l9format.ServicePluginBase
}

func (SubConfigEnvHttpPlugin) GetName

func (SubConfigEnvHttpPlugin) GetName() string

func (SubConfigEnvHttpPlugin) GetRequests

func (SubConfigEnvHttpPlugin) GetStage

func (SubConfigEnvHttpPlugin) GetStage() string

func (SubConfigEnvHttpPlugin) GetVersion

func (SubConfigEnvHttpPlugin) GetVersion() (int, int, int)

func (SubConfigEnvHttpPlugin) Verify

func (plugin SubConfigEnvHttpPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, event *l9format.L9Event, options map[string]string) (hasLeak bool)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL