Documentation
¶
Index ¶
- type Service
- func (s *Service) Add(credentials models.ApiKeyAuthCredentialsInstance) error
- func (s *Service) CheckCredentials(creds models.ApiKeyAuthCredentialsInstance) bool
- func (s *Service) Close() error
- func (s *Service) Delete(keyName string) (found bool, err error)
- func (s *Service) DeleteAll() error
- func (s *Service) GetAll() []models.ApiKeyAuthCredentialsInstance
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 NewService ¶
func (*Service) CheckCredentials ¶
func (s *Service) CheckCredentials(creds models.ApiKeyAuthCredentialsInstance) bool
func (*Service) GetAll ¶
func (s *Service) GetAll() []models.ApiKeyAuthCredentialsInstance
Click to show internal directories.
Click to hide internal directories.