Documentation
¶
Index ¶
- type ModelsCreateAPIKeyResponse
- func (m *ModelsCreateAPIKeyResponse) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (m *ModelsCreateAPIKeyResponse) MarshalBinary() ([]byte, error)
- func (m *ModelsCreateAPIKeyResponse) UnmarshalBinary(b []byte) error
- func (m *ModelsCreateAPIKeyResponse) Validate(formats strfmt.Registry) error
- type ModelsCreateFunctionResponse
- func (m *ModelsCreateFunctionResponse) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (m *ModelsCreateFunctionResponse) MarshalBinary() ([]byte, error)
- func (m *ModelsCreateFunctionResponse) UnmarshalBinary(b []byte) error
- func (m *ModelsCreateFunctionResponse) Validate(formats strfmt.Registry) error
- type ModelsGetAPIKeyResponse
- func (m *ModelsGetAPIKeyResponse) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (m *ModelsGetAPIKeyResponse) MarshalBinary() ([]byte, error)
- func (m *ModelsGetAPIKeyResponse) UnmarshalBinary(b []byte) error
- func (m *ModelsGetAPIKeyResponse) Validate(formats strfmt.Registry) error
- type ModelsGetFunctionResponse
- func (m *ModelsGetFunctionResponse) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (m *ModelsGetFunctionResponse) MarshalBinary() ([]byte, error)
- func (m *ModelsGetFunctionResponse) UnmarshalBinary(b []byte) error
- func (m *ModelsGetFunctionResponse) Validate(formats strfmt.Registry) error
- type ModelsGetHealthResponse
- func (m *ModelsGetHealthResponse) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (m *ModelsGetHealthResponse) MarshalBinary() ([]byte, error)
- func (m *ModelsGetHealthResponse) UnmarshalBinary(b []byte) error
- func (m *ModelsGetHealthResponse) Validate(formats strfmt.Registry) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ModelsCreateAPIKeyResponse ¶
type ModelsCreateAPIKeyResponse struct { // apikey Apikey string `json:"apikey,omitempty"` // created at CreatedAt string `json:"created_at,omitempty"` // id ID string `json:"id,omitempty"` // name Name string `json:"name,omitempty"` // organization Organization string `json:"organization,omitempty"` }
ModelsCreateAPIKeyResponse models create API key response
swagger:model models.CreateAPIKeyResponse
func (*ModelsCreateAPIKeyResponse) ContextValidate ¶
func (m *ModelsCreateAPIKeyResponse) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this models create API key response based on context it is used
func (*ModelsCreateAPIKeyResponse) MarshalBinary ¶
func (m *ModelsCreateAPIKeyResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ModelsCreateAPIKeyResponse) UnmarshalBinary ¶
func (m *ModelsCreateAPIKeyResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type ModelsCreateFunctionResponse ¶
type ModelsCreateFunctionResponse struct { // hash Hash string `json:"hash,omitempty"` // name Name string `json:"name,omitempty"` // organization Organization string `json:"organization,omitempty"` // public Public bool `json:"public,omitempty"` // tag Tag string `json:"tag,omitempty"` }
ModelsCreateFunctionResponse models create function response
swagger:model models.CreateFunctionResponse
func (*ModelsCreateFunctionResponse) ContextValidate ¶
func (m *ModelsCreateFunctionResponse) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this models create function response based on context it is used
func (*ModelsCreateFunctionResponse) MarshalBinary ¶
func (m *ModelsCreateFunctionResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ModelsCreateFunctionResponse) UnmarshalBinary ¶
func (m *ModelsCreateFunctionResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type ModelsGetAPIKeyResponse ¶
type ModelsGetAPIKeyResponse struct { // created at CreatedAt string `json:"created_at,omitempty"` // id ID string `json:"id,omitempty"` // name Name string `json:"name,omitempty"` // organization Organization string `json:"organization,omitempty"` }
ModelsGetAPIKeyResponse models get API key response
swagger:model models.GetAPIKeyResponse
func (*ModelsGetAPIKeyResponse) ContextValidate ¶
func (m *ModelsGetAPIKeyResponse) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this models get API key response based on context it is used
func (*ModelsGetAPIKeyResponse) MarshalBinary ¶
func (m *ModelsGetAPIKeyResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ModelsGetAPIKeyResponse) UnmarshalBinary ¶
func (m *ModelsGetAPIKeyResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type ModelsGetFunctionResponse ¶
type ModelsGetFunctionResponse struct { // hash Hash string `json:"hash,omitempty"` // name Name string `json:"name,omitempty"` // organization Organization string `json:"organization,omitempty"` // presigned url PresignedURL string `json:"presigned_url,omitempty"` // public Public bool `json:"public,omitempty"` // tag Tag string `json:"tag,omitempty"` }
ModelsGetFunctionResponse models get function response
swagger:model models.GetFunctionResponse
func (*ModelsGetFunctionResponse) ContextValidate ¶
func (m *ModelsGetFunctionResponse) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this models get function response based on context it is used
func (*ModelsGetFunctionResponse) MarshalBinary ¶
func (m *ModelsGetFunctionResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ModelsGetFunctionResponse) UnmarshalBinary ¶
func (m *ModelsGetFunctionResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type ModelsGetHealthResponse ¶
type ModelsGetHealthResponse struct { // database Database bool `json:"database,omitempty"` }
ModelsGetHealthResponse models get health response
swagger:model models.GetHealthResponse
func (*ModelsGetHealthResponse) ContextValidate ¶
func (m *ModelsGetHealthResponse) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this models get health response based on context it is used
func (*ModelsGetHealthResponse) MarshalBinary ¶
func (m *ModelsGetHealthResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ModelsGetHealthResponse) UnmarshalBinary ¶
func (m *ModelsGetHealthResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation