Documentation
¶
Index ¶
- type Config
- type Service
- func (s Service) Create(_ context.Context, _ string) (model.User, error)
- func (s Service) Delete(_ context.Context, _ model.User) error
- func (s Service) GetBasicUser(_ context.Context, login, password string) (model.User, error)
- func (s Service) IsAuthorized(_ context.Context, user model.User, profile string) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func (Service) GetBasicUser ¶
Click to show internal directories.
Click to hide internal directories.