Documentation ¶
Index ¶
Constants ¶
View Source
const (
KeyRole = "tsdb"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIRoleConfigInput ¶
type APIRoleConfigInput struct {
Config RoleConfig `json:"config" required:"true"`
}
type APIRoleConfigOutput ¶
type APIRoleConfigOutput struct {
Config RoleConfig `json:"config" required:"true"`
}
type Role ¶
type Role struct {
// contains filtered or unexported fields
}
func (*Role) APIMetrics ¶ added in v0.9.3
func (r *Role) APIMetrics() usecase.Interactor
func (*Role) APIRoleConfigGet ¶
func (r *Role) APIRoleConfigGet() usecase.Interactor
func (*Role) APIRoleConfigPut ¶
func (r *Role) APIRoleConfigPut() usecase.Interactor
type RoleConfig ¶
Click to show internal directories.
Click to hide internal directories.