Documentation ¶
Overview ¶
TODO: Delete after bundles are adopted
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
Handler missing godoc
func NewHandler ¶
func NewHandler(transact persistence.Transactioner) *Handler
NewHandler missing godoc
type LabelUpsertService ¶
type LabelUpsertService interface {
UpsertLabel(ctx context.Context, tenant string, labelInput *model.LabelInput) error
}
LabelUpsertService missing godoc
Click to show internal directories.
Click to hide internal directories.