operations

package
v2.3.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 17, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateUserv1Response

type CreateUserv1Response struct {
	// HTTP response content type for this operation
	ContentType string
	// Default error response
	Error *shared.Error
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// OK
	User *shared.User
}

func (*CreateUserv1Response) GetContentType

func (o *CreateUserv1Response) GetContentType() string

func (*CreateUserv1Response) GetError

func (o *CreateUserv1Response) GetError() *shared.Error

func (*CreateUserv1Response) GetRawResponse

func (o *CreateUserv1Response) GetRawResponse() *http.Response

func (*CreateUserv1Response) GetStatusCode

func (o *CreateUserv1Response) GetStatusCode() int

func (*CreateUserv1Response) GetUser

func (o *CreateUserv1Response) GetUser() *shared.User

type DeleteUserv1Request

type DeleteUserv1Request struct {
	// UserID
	ID string `pathParam:"style=simple,explode=false,name=id"`
}

func (*DeleteUserv1Request) GetID

func (o *DeleteUserv1Request) GetID() string

type DeleteUserv1Response

type DeleteUserv1Response struct {
	// HTTP response content type for this operation
	ContentType string
	// Default error response
	Error *shared.Error
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// OK
	Success *shared.Success
}

func (*DeleteUserv1Response) GetContentType

func (o *DeleteUserv1Response) GetContentType() string

func (*DeleteUserv1Response) GetError

func (o *DeleteUserv1Response) GetError() *shared.Error

func (*DeleteUserv1Response) GetRawResponse

func (o *DeleteUserv1Response) GetRawResponse() *http.Response

func (*DeleteUserv1Response) GetStatusCode

func (o *DeleteUserv1Response) GetStatusCode() int

func (*DeleteUserv1Response) GetSuccess

func (o *DeleteUserv1Response) GetSuccess() *shared.Success

type GetHealthResponse

type GetHealthResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Default error response
	Error *shared.Error
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetHealthResponse) GetContentType

func (o *GetHealthResponse) GetContentType() string

func (*GetHealthResponse) GetError

func (o *GetHealthResponse) GetError() *shared.Error

func (*GetHealthResponse) GetRawResponse

func (o *GetHealthResponse) GetRawResponse() *http.Response

func (*GetHealthResponse) GetStatusCode

func (o *GetHealthResponse) GetStatusCode() int

type GetUserv1Request

type GetUserv1Request struct {
	// Numeric ID of the user to get
	ID string `pathParam:"style=simple,explode=false,name=id"`
}

func (*GetUserv1Request) GetID

func (o *GetUserv1Request) GetID() string

type GetUserv1Response

type GetUserv1Response struct {
	// HTTP response content type for this operation
	ContentType string
	// Default error response
	Error *shared.Error
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// OK
	User *shared.User
}

func (*GetUserv1Response) GetContentType

func (o *GetUserv1Response) GetContentType() string

func (*GetUserv1Response) GetError

func (o *GetUserv1Response) GetError() *shared.Error

func (*GetUserv1Response) GetRawResponse

func (o *GetUserv1Response) GetRawResponse() *http.Response

func (*GetUserv1Response) GetStatusCode

func (o *GetUserv1Response) GetStatusCode() int

func (*GetUserv1Response) GetUser

func (o *GetUserv1Response) GetUser() *shared.User

type SearchUsersv1Response

type SearchUsersv1Response struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// OK
	Users *shared.Users
}

func (*SearchUsersv1Response) GetContentType

func (o *SearchUsersv1Response) GetContentType() string

func (*SearchUsersv1Response) GetRawResponse

func (o *SearchUsersv1Response) GetRawResponse() *http.Response

func (*SearchUsersv1Response) GetStatusCode

func (o *SearchUsersv1Response) GetStatusCode() int

func (*SearchUsersv1Response) GetUsers

func (o *SearchUsersv1Response) GetUsers() *shared.Users

type UpdateUserv1Request

type UpdateUserv1Request struct {
	User shared.UserInput `request:"mediaType=application/json"`
	// UserID
	ID string `pathParam:"style=simple,explode=false,name=id"`
}

func (*UpdateUserv1Request) GetID

func (o *UpdateUserv1Request) GetID() string

func (*UpdateUserv1Request) GetUser

func (o *UpdateUserv1Request) GetUser() shared.UserInput

type UpdateUserv1Response

type UpdateUserv1Response struct {
	// HTTP response content type for this operation
	ContentType string
	// Default error response
	Error *shared.Error
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// OK
	User *shared.User
}

func (*UpdateUserv1Response) GetContentType

func (o *UpdateUserv1Response) GetContentType() string

func (*UpdateUserv1Response) GetError

func (o *UpdateUserv1Response) GetError() *shared.Error

func (*UpdateUserv1Response) GetRawResponse

func (o *UpdateUserv1Response) GetRawResponse() *http.Response

func (*UpdateUserv1Response) GetStatusCode

func (o *UpdateUserv1Response) GetStatusCode() int

func (*UpdateUserv1Response) GetUser

func (o *UpdateUserv1Response) GetUser() *shared.User

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL