Documentation ¶
Index ¶
- type Service
- func (r *Service) Attributes(ctx http.Context) map[string]string
- func (r *Service) Authorize(ctx http.Context) error
- func (r *Service) Filters(ctx http.Context) map[string]string
- func (r *Service) Messages(ctx http.Context) map[string]string
- func (r *Service) PrepareForValidation(ctx http.Context, data validation.Data) error
- func (r *Service) Rules(ctx http.Context) map[string]string
- type UpdateConfig
- func (r *UpdateConfig) Attributes(ctx http.Context) map[string]string
- func (r *UpdateConfig) Authorize(ctx http.Context) error
- func (r *UpdateConfig) Filters(ctx http.Context) map[string]string
- func (r *UpdateConfig) Messages(ctx http.Context) map[string]string
- func (r *UpdateConfig) PrepareForValidation(ctx http.Context, data validation.Data) error
- func (r *UpdateConfig) Rules(ctx http.Context) map[string]string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
Service string `form:"service" json:"service"`
}
func (*Service) PrepareForValidation ¶
type UpdateConfig ¶
type UpdateConfig struct { Service string `form:"service" json:"service"` Config string `form:"config" json:"config"` }
func (*UpdateConfig) Attributes ¶
func (r *UpdateConfig) Attributes(ctx http.Context) map[string]string
func (*UpdateConfig) PrepareForValidation ¶
func (r *UpdateConfig) PrepareForValidation(ctx http.Context, data validation.Data) error
Click to show internal directories.
Click to hide internal directories.