Documentation
¶
Index ¶
Constants ¶
View Source
const ( Read = "read" Append = "append" Scan = "scan" Wildcard = "*" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { K8s k8s.K8sConfig `yaml:"k8s,omitempty"` Jwt jwt.JwtConfig `yaml:"jwt,omitempty"` Repository Repository `yaml:"repository,omitempty"` }
type NotAuthorized ¶
type NotAuthorized struct {
Cause error
}
func (NotAuthorized) Error ¶
func (n NotAuthorized) Error() string
type Repository ¶
type Repository struct {
Users []User `yaml:"users"`
}
Click to show internal directories.
Click to hide internal directories.