Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthStoreYAML ¶
type AuthStoreYAML struct {
ControlType string
// Validator auth.IAuthValidator
Storage *store.Storage
Loaded bool
}
func YamlBackend ¶
func YamlBackend(control string) (*AuthStoreYAML, error)
func (*AuthStoreYAML) GetResourceInfo ¶
func (y *AuthStoreYAML) GetResourceInfo(method string, path string) (auth.IResourceInfo, error)
func (*AuthStoreYAML) GetUserAuthInfo ¶
func (y *AuthStoreYAML) GetUserAuthInfo(ctx *fiber.Ctx, validator auth.IAuthValidator) (auth.IUserAuthInfo, error)
type YamlLoader ¶
type YamlLoader struct {
// contains filtered or unexported fields
}
func (*YamlLoader) Name ¶
func (a *YamlLoader) Name() string
func (*YamlLoader) SetName ¶
func (a *YamlLoader) SetName(name string)
Click to show internal directories.
Click to hide internal directories.