Documentation ¶
Index ¶
- type StaticKeyAuth
- func (skmodule *StaticKeyAuth) Authorize(request *http.Request) error
- func (skmodule *StaticKeyAuth) Init(cfg module.ModuleConfig) error
- func (skmodule *StaticKeyAuth) IsRunning() bool
- func (skmodule *StaticKeyAuth) PrerequisiteModules() []string
- func (skmodule *StaticKeyAuth) Start() error
- func (skmodule *StaticKeyAuth) Stop() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StaticKeyAuth ¶
type StaticKeyAuth struct {
// contains filtered or unexported fields
}
func NewStaticKeyAuth ¶
func NewStaticKeyAuth(agt *agent.Agent) *StaticKeyAuth
func (*StaticKeyAuth) Authorize ¶
func (skmodule *StaticKeyAuth) Authorize(request *http.Request) error
func (*StaticKeyAuth) Init ¶
func (skmodule *StaticKeyAuth) Init(cfg module.ModuleConfig) error
func (*StaticKeyAuth) IsRunning ¶
func (skmodule *StaticKeyAuth) IsRunning() bool
func (*StaticKeyAuth) PrerequisiteModules ¶
func (skmodule *StaticKeyAuth) PrerequisiteModules() []string
func (*StaticKeyAuth) Start ¶
func (skmodule *StaticKeyAuth) Start() error
func (*StaticKeyAuth) Stop ¶
func (skmodule *StaticKeyAuth) Stop() error
Click to show internal directories.
Click to hide internal directories.