Documentation
¶
Index ¶
Constants ¶
View Source
const ( ActionJobsRead = "jobs_read" ActionJobsWrite = "jobs_write" ActionJobsDelete = "jobs_delete" ActionJobsTrigger = "jobs_trigger" ActionRunsRead = "runs_read" ActionKeysRead = "keys_read" ActionKeysWrite = "keys_write" )
Variables ¶
View Source
var ErrForbidden = errors.New("forbidden")
Functions ¶
This section is empty.
Types ¶
type Authorizer ¶
type Authorizer struct {
// contains filtered or unexported fields
}
func NewAuthorizer ¶
func NewAuthorizer() (*Authorizer, error)
Click to show internal directories.
Click to hide internal directories.