web

package
v0.0.0-...-ea05c0b Latest Latest
Warning

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

Go to latest
Published: Nov 4, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CodeJsonReply

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

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 ConfigContentHttpPlugin

type ConfigContentHttpPlugin struct {
	l9format.ServicePluginBase
}

func (ConfigContentHttpPlugin) GetName

func (ConfigContentHttpPlugin) GetName() string

func (ConfigContentHttpPlugin) GetRequests

func (ConfigContentHttpPlugin) GetStage

func (ConfigContentHttpPlugin) GetStage() string

func (ConfigContentHttpPlugin) GetVersion

func (ConfigContentHttpPlugin) GetVersion() (int, int, int)

func (ConfigContentHttpPlugin) Verify

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

type ConfigImagesHttpPlugin

type ConfigImagesHttpPlugin struct {
	l9format.ServicePluginBase
}

func (ConfigImagesHttpPlugin) GetName

func (ConfigImagesHttpPlugin) GetName() string

func (ConfigImagesHttpPlugin) GetRequests

func (ConfigImagesHttpPlugin) GetStage

func (ConfigImagesHttpPlugin) GetStage() string

func (ConfigImagesHttpPlugin) GetVersion

func (ConfigImagesHttpPlugin) GetVersion() (int, int, int)

func (ConfigImagesHttpPlugin) Verify

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

type ConfigJsHttpPlugin

type ConfigJsHttpPlugin struct {
	l9format.ServicePluginBase
}

func (ConfigJsHttpPlugin) GetName

func (ConfigJsHttpPlugin) GetName() string

func (ConfigJsHttpPlugin) GetRequests

func (ConfigJsHttpPlugin) GetStage

func (ConfigJsHttpPlugin) GetStage() string

func (ConfigJsHttpPlugin) GetVersion

func (ConfigJsHttpPlugin) GetVersion() (int, int, int)

func (ConfigJsHttpPlugin) Verify

func (plugin ConfigJsHttpPlugin) 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 ConfigLibHttpPlugin

type ConfigLibHttpPlugin struct {
	l9format.ServicePluginBase
}

func (ConfigLibHttpPlugin) GetName

func (ConfigLibHttpPlugin) GetName() string

func (ConfigLibHttpPlugin) GetRequests

func (ConfigLibHttpPlugin) GetStage

func (ConfigLibHttpPlugin) GetStage() string

func (ConfigLibHttpPlugin) GetVersion

func (ConfigLibHttpPlugin) GetVersion() (int, int, int)

func (ConfigLibHttpPlugin) Verify

func (plugin ConfigLibHttpPlugin) 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 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 DashboardPhpInfoHttpPlugin

type DashboardPhpInfoHttpPlugin struct {
	l9format.ServicePluginBase
}

func (DashboardPhpInfoHttpPlugin) GetName

func (DashboardPhpInfoHttpPlugin) GetRequests

func (DashboardPhpInfoHttpPlugin) GetStage

func (DashboardPhpInfoHttpPlugin) GetVersion

func (DashboardPhpInfoHttpPlugin) GetVersion() (int, int, int)

func (DashboardPhpInfoHttpPlugin) Verify

func (plugin DashboardPhpInfoHttpPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, event *l9format.L9Event, options map[string]string) 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 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 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 EnvExampleHttpPlugin

type EnvExampleHttpPlugin struct {
	l9format.ServicePluginBase
}

func (EnvExampleHttpPlugin) GetName

func (EnvExampleHttpPlugin) GetName() string

func (EnvExampleHttpPlugin) GetRequests

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)

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 EnvOldHttpPlugin

type EnvOldHttpPlugin struct {
	l9format.ServicePluginBase
}

func (EnvOldHttpPlugin) GetName

func (EnvOldHttpPlugin) GetName() string

func (EnvOldHttpPlugin) GetRequests

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

func (EnvOldHttpPlugin) GetStage

func (EnvOldHttpPlugin) GetStage() string

func (EnvOldHttpPlugin) GetVersion

func (EnvOldHttpPlugin) GetVersion() (int, int, int)

func (EnvOldHttpPlugin) Verify

func (plugin EnvOldHttpPlugin) 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 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 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 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 LinusadminPhpInfoHttpPlugin

type LinusadminPhpInfoHttpPlugin struct {
	l9format.ServicePluginBase
}

func (LinusadminPhpInfoHttpPlugin) GetName

func (LinusadminPhpInfoHttpPlugin) GetRequests

func (LinusadminPhpInfoHttpPlugin) GetStage

func (LinusadminPhpInfoHttpPlugin) GetVersion

func (LinusadminPhpInfoHttpPlugin) GetVersion() (int, int, int)

func (LinusadminPhpInfoHttpPlugin) Verify

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

type OldPhpInfoHttpPlugin

type OldPhpInfoHttpPlugin struct {
	l9format.ServicePluginBase
}

func (OldPhpInfoHttpPlugin) GetName

func (OldPhpInfoHttpPlugin) GetName() string

func (OldPhpInfoHttpPlugin) GetRequests

func (OldPhpInfoHttpPlugin) GetStage

func (OldPhpInfoHttpPlugin) GetStage() string

func (OldPhpInfoHttpPlugin) GetVersion

func (OldPhpInfoHttpPlugin) GetVersion() (int, int, int)

func (OldPhpInfoHttpPlugin) Verify

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

type PhpInfoHttpPlugin

type PhpInfoHttpPlugin struct {
	l9format.ServicePluginBase
}

func (PhpInfoHttpPlugin) GetName

func (PhpInfoHttpPlugin) GetName() string

func (PhpInfoHttpPlugin) GetRequests

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

type ProfilerPhpInfoHttpPlugin

type ProfilerPhpInfoHttpPlugin struct {
	l9format.ServicePluginBase
}

func (ProfilerPhpInfoHttpPlugin) GetName

func (ProfilerPhpInfoHttpPlugin) GetRequests

func (ProfilerPhpInfoHttpPlugin) GetStage

func (ProfilerPhpInfoHttpPlugin) GetStage() string

func (ProfilerPhpInfoHttpPlugin) GetVersion

func (ProfilerPhpInfoHttpPlugin) GetVersion() (int, int, int)

func (ProfilerPhpInfoHttpPlugin) Verify

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

type TiretPhpInfoHttpPlugin

type TiretPhpInfoHttpPlugin struct {
	l9format.ServicePluginBase
}

func (TiretPhpInfoHttpPlugin) GetName

func (TiretPhpInfoHttpPlugin) GetName() string

func (TiretPhpInfoHttpPlugin) GetRequests

func (TiretPhpInfoHttpPlugin) GetStage

func (TiretPhpInfoHttpPlugin) GetStage() string

func (TiretPhpInfoHttpPlugin) GetVersion

func (TiretPhpInfoHttpPlugin) GetVersion() (int, int, int)

func (TiretPhpInfoHttpPlugin) Verify

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

type UnderscorePhpInfoHttpPlugin

type UnderscorePhpInfoHttpPlugin struct {
	l9format.ServicePluginBase
}

func (UnderscorePhpInfoHttpPlugin) GetName

func (UnderscorePhpInfoHttpPlugin) GetRequests

func (UnderscorePhpInfoHttpPlugin) GetStage

func (UnderscorePhpInfoHttpPlugin) GetVersion

func (UnderscorePhpInfoHttpPlugin) GetVersion() (int, int, int)

func (UnderscorePhpInfoHttpPlugin) Verify

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

Jump to

Keyboard shortcuts

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