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