Documentation
¶
Overview ¶
Package api handles the creation and configuration of all API resource routes.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrInvalidPayload = errors.New("invalid payload")
)
Functions ¶
Types ¶
type RoleGrant ¶
type RoleGrant string
Role grant is an identifier for the right to perform an action.
type ValidatablePayload ¶
type ValidatablePayload interface {
Validate() error
}
Click to show internal directories.
Click to hide internal directories.