Documentation
¶
Index ¶
- Constants
- type Httpauth
- func (httpauth *Httpauth) Apply(user *authentication.User, definition []byte, agent string) (iresponse.Response, error)
- func (httpauth *Httpauth) Delete(user *authentication.User, definition []byte, agent string) (iresponse.Response, error)
- func (httpauth *Httpauth) Event(event ievents.Event) error
- func (httpauth *Httpauth) GetShared() ishared.Shared
- func (httpauth *Httpauth) Start() error
- func (httpauth *Httpauth) State(user *authentication.User, definition []byte, agent string) (iresponse.Response, error)
- type Shared
Constants ¶
View Source
const KIND string = static.KIND_HTTPAUTH
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Httpauth ¶
type Httpauth struct {
Started bool
}
Click to show internal directories.
Click to hide internal directories.