Documentation ¶
Index ¶
- type Error
- type ModelsEnvironmentBundle
- type ModelsEnvironmentRequest
- func (m *ModelsEnvironmentRequest) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (m *ModelsEnvironmentRequest) MarshalBinary() ([]byte, error)
- func (m *ModelsEnvironmentRequest) UnmarshalBinary(b []byte) error
- func (m *ModelsEnvironmentRequest) Validate(formats strfmt.Registry) error
- type ModelsEnvironmentResponse
- func (m *ModelsEnvironmentResponse) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (m *ModelsEnvironmentResponse) MarshalBinary() ([]byte, error)
- func (m *ModelsEnvironmentResponse) UnmarshalBinary(b []byte) error
- func (m *ModelsEnvironmentResponse) Validate(formats strfmt.Registry) error
- type ModelsHealthResponse
- type ModelsPrincipal
- type ModelsRoleIDsResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Error ¶
type Error struct { // code Code int64 `json:"code,omitempty"` // message // Required: true Message *string `json:"message"` }
Error error
swagger:model error
func (*Error) ContextValidate ¶
ContextValidate validates this error based on context it is used
func (*Error) MarshalBinary ¶
MarshalBinary interface implementation
func (*Error) UnmarshalBinary ¶
UnmarshalBinary interface implementation
type ModelsEnvironmentBundle ¶
ModelsEnvironmentBundle models environment bundle Example: {"ENV_VAR_1":"Hello!","ENV_VAR_2":"Bonjour!"}
swagger:model models.EnvironmentBundle
func (ModelsEnvironmentBundle) ContextValidate ¶
func (m ModelsEnvironmentBundle) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this models environment bundle based on context it is used
type ModelsEnvironmentRequest ¶
type ModelsEnvironmentRequest struct { // The requested target for the request Target string `json:"target,omitempty"` }
ModelsEnvironmentRequest models environment request
swagger:model models.EnvironmentRequest
func (*ModelsEnvironmentRequest) ContextValidate ¶
func (m *ModelsEnvironmentRequest) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this models environment request based on context it is used
func (*ModelsEnvironmentRequest) MarshalBinary ¶
func (m *ModelsEnvironmentRequest) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ModelsEnvironmentRequest) UnmarshalBinary ¶
func (m *ModelsEnvironmentRequest) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type ModelsEnvironmentResponse ¶
type ModelsEnvironmentResponse struct { // bundle Bundle ModelsEnvironmentBundle `json:"bundle,omitempty"` }
ModelsEnvironmentResponse models environment response
swagger:model models.EnvironmentResponse
func (*ModelsEnvironmentResponse) ContextValidate ¶
func (m *ModelsEnvironmentResponse) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validate this models environment response based on the context it is used
func (*ModelsEnvironmentResponse) MarshalBinary ¶
func (m *ModelsEnvironmentResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ModelsEnvironmentResponse) UnmarshalBinary ¶
func (m *ModelsEnvironmentResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type ModelsHealthResponse ¶
type ModelsHealthResponse struct { // status Status bool `json:"status,omitempty"` // version Version string `json:"version,omitempty"` }
ModelsHealthResponse models health response
swagger:model models.HealthResponse
func (*ModelsHealthResponse) ContextValidate ¶
ContextValidate validates this models health response based on context it is used
func (*ModelsHealthResponse) MarshalBinary ¶
func (m *ModelsHealthResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ModelsHealthResponse) UnmarshalBinary ¶
func (m *ModelsHealthResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type ModelsPrincipal ¶
type ModelsPrincipal string
ModelsPrincipal models principal
swagger:model models.Principal
func (ModelsPrincipal) ContextValidate ¶
ContextValidate validates this models principal based on context it is used
type ModelsRoleIDsResponse ¶
type ModelsRoleIDsResponse struct { // roles Roles []string `json:"roles"` }
ModelsRoleIDsResponse models role i ds response
swagger:model models.RoleIDsResponse
func (*ModelsRoleIDsResponse) ContextValidate ¶
ContextValidate validates this models role i ds response based on context it is used
func (*ModelsRoleIDsResponse) MarshalBinary ¶
func (m *ModelsRoleIDsResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ModelsRoleIDsResponse) UnmarshalBinary ¶
func (m *ModelsRoleIDsResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation