Documentation ¶
Index ¶
- Constants
- func Register(register eosc.IExtenderDriverRegister)
- type Auth
- func (a *Auth) CheckSkill(skill string) bool
- func (a *Auth) Destroy()
- func (a *Auth) DoFilter(ctx http_service.IHttpContext, next http_service.IChain) error
- func (a *Auth) Id() string
- func (a *Auth) Reset(conf interface{}, workers map[eosc.RequireId]interface{}) error
- func (a *Auth) Start() error
- func (a *Auth) Stop() error
- type Config
- type Driver
- type Factory
Constants ¶
View Source
const (
Name = "auth"
)
Variables ¶
This section is empty.
Functions ¶
func Register ¶
func Register(register eosc.IExtenderDriverRegister)
Types ¶
type Auth ¶
type Auth struct { *Driver // contains filtered or unexported fields }
func (*Auth) CheckSkill ¶
func (*Auth) DoFilter ¶
func (a *Auth) DoFilter(ctx http_service.IHttpContext, next http_service.IChain) error
type Driver ¶
type Driver struct {
// contains filtered or unexported fields
}
func (*Driver) ConfigType ¶
Click to show internal directories.
Click to hide internal directories.