Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrLastAdmin = errors.New("cannot demote the last admin")
ErrLastAdmin is returned when trying to demote the only remaining admin.
View Source
var ErrTagNameTaken = errors.New("a tag with that name already exists")
ErrTagNameTaken is returned when creating or renaming a tag to an existing name.
View Source
var ErrUserNotApproved = errors.New("user must be approved before assigning tags")
ErrUserNotApproved is returned when trying to assign tags to an unapproved user.
View Source
var StaticFS embed.FS
Functions ¶
This section is empty.
Types ¶
type JobListProvider ¶
JobListProvider is the subset of manager.Service that the admin panel needs.
Click to show internal directories.
Click to hide internal directories.