users

package
v0.1.50 Latest Latest
Warning

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

Go to latest
Published: Jun 7, 2023 License: BSD-3-Clause Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client for users API

func (*Client) GetAPIV2ProceduresUsersMe added in v0.1.27

func (a *Client) GetAPIV2ProceduresUsersMe(params *GetAPIV2ProceduresUsersMeParams, opts ...ClientOption) (*GetAPIV2ProceduresUsersMeOK, error)

GetAPIV2ProceduresUsersMe gets your own user entry

Get your own User entry

func (*Client) GetAPIV2SelectorsUsersSelector added in v0.1.27

func (a *Client) GetAPIV2SelectorsUsersSelector(params *GetAPIV2SelectorsUsersSelectorParams, opts ...ClientOption) (*GetAPIV2SelectorsUsersSelectorOK, error)

GetAPIV2SelectorsUsersSelector lists user selectors

Validate a given User selector and provide any other selectors that would match the same User.

func (*Client) GetAPIV2Users added in v0.1.27

func (a *Client) GetAPIV2Users(params *GetAPIV2UsersParams, opts ...ClientOption) (*GetAPIV2UsersOK, error)

GetAPIV2Users lists user entries

List existing User entries, ordered by most recently updated.

func (*Client) GetAPIV2UsersSelector added in v0.1.27

func (a *Client) GetAPIV2UsersSelector(params *GetAPIV2UsersSelectorParams, opts ...ClientOption) (*GetAPIV2UsersSelectorOK, error)

GetAPIV2UsersSelector gets a user entry

Get an existing User entry via one of its "selectors": email, numeric id, 'github/' + GitHub username, 'github-id/' + GitHub numeric id, or 'google-id/' + Google numeric id.

func (*Client) PatchAPIV2UsersSelector added in v0.1.27

func (a *Client) PatchAPIV2UsersSelector(params *PatchAPIV2UsersSelectorParams, opts ...ClientOption) (*PatchAPIV2UsersSelectorOK, error)

PatchAPIV2UsersSelector edits a user entry

Edit an existing User entry via one of its "selectors": email, numeric id, 'github/' + GitHub username, 'github-id/' + GitHub numeric id, or 'google-id/' + Google numeric id. Note that only mutable fields are available here, immutable fields can only be set using /create.

func (*Client) PostAPIV2ProceduresUsersLinkGithub

PostAPIV2ProceduresUsersLinkGithub updates the user s git hub account link

Update the authenticated User's associated personal GitHub account

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	GetAPIV2ProceduresUsersMe(params *GetAPIV2ProceduresUsersMeParams, opts ...ClientOption) (*GetAPIV2ProceduresUsersMeOK, error)

	GetAPIV2SelectorsUsersSelector(params *GetAPIV2SelectorsUsersSelectorParams, opts ...ClientOption) (*GetAPIV2SelectorsUsersSelectorOK, error)

	GetAPIV2Users(params *GetAPIV2UsersParams, opts ...ClientOption) (*GetAPIV2UsersOK, error)

	GetAPIV2UsersSelector(params *GetAPIV2UsersSelectorParams, opts ...ClientOption) (*GetAPIV2UsersSelectorOK, error)

	PatchAPIV2UsersSelector(params *PatchAPIV2UsersSelectorParams, opts ...ClientOption) (*PatchAPIV2UsersSelectorOK, error)

	PostAPIV2ProceduresUsersLinkGithub(params *PostAPIV2ProceduresUsersLinkGithubParams, opts ...ClientOption) (*PostAPIV2ProceduresUsersLinkGithubOK, *PostAPIV2ProceduresUsersLinkGithubAccepted, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService

New creates a new users API client.

type GetAPIV2ProceduresUsersMeBadRequest added in v0.1.27

type GetAPIV2ProceduresUsersMeBadRequest struct {
	Payload *models.ErrorsErrorResponse
}
GetAPIV2ProceduresUsersMeBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewGetAPIV2ProceduresUsersMeBadRequest added in v0.1.27

func NewGetAPIV2ProceduresUsersMeBadRequest() *GetAPIV2ProceduresUsersMeBadRequest

NewGetAPIV2ProceduresUsersMeBadRequest creates a GetAPIV2ProceduresUsersMeBadRequest with default headers values

func (*GetAPIV2ProceduresUsersMeBadRequest) Error added in v0.1.27

func (*GetAPIV2ProceduresUsersMeBadRequest) GetPayload added in v0.1.27

type GetAPIV2ProceduresUsersMeConflict added in v0.1.27

type GetAPIV2ProceduresUsersMeConflict struct {
	Payload *models.ErrorsErrorResponse
}
GetAPIV2ProceduresUsersMeConflict describes a response with status code 409, with default header values.

Conflict

func NewGetAPIV2ProceduresUsersMeConflict added in v0.1.27

func NewGetAPIV2ProceduresUsersMeConflict() *GetAPIV2ProceduresUsersMeConflict

NewGetAPIV2ProceduresUsersMeConflict creates a GetAPIV2ProceduresUsersMeConflict with default headers values

func (*GetAPIV2ProceduresUsersMeConflict) Error added in v0.1.27

func (*GetAPIV2ProceduresUsersMeConflict) GetPayload added in v0.1.27

type GetAPIV2ProceduresUsersMeForbidden added in v0.1.27

type GetAPIV2ProceduresUsersMeForbidden struct {
	Payload *models.ErrorsErrorResponse
}
GetAPIV2ProceduresUsersMeForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetAPIV2ProceduresUsersMeForbidden added in v0.1.27

func NewGetAPIV2ProceduresUsersMeForbidden() *GetAPIV2ProceduresUsersMeForbidden

NewGetAPIV2ProceduresUsersMeForbidden creates a GetAPIV2ProceduresUsersMeForbidden with default headers values

func (*GetAPIV2ProceduresUsersMeForbidden) Error added in v0.1.27

func (*GetAPIV2ProceduresUsersMeForbidden) GetPayload added in v0.1.27

type GetAPIV2ProceduresUsersMeInternalServerError added in v0.1.27

type GetAPIV2ProceduresUsersMeInternalServerError struct {
	Payload *models.ErrorsErrorResponse
}
GetAPIV2ProceduresUsersMeInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetAPIV2ProceduresUsersMeInternalServerError added in v0.1.27

func NewGetAPIV2ProceduresUsersMeInternalServerError() *GetAPIV2ProceduresUsersMeInternalServerError

NewGetAPIV2ProceduresUsersMeInternalServerError creates a GetAPIV2ProceduresUsersMeInternalServerError with default headers values

func (*GetAPIV2ProceduresUsersMeInternalServerError) Error added in v0.1.27

func (*GetAPIV2ProceduresUsersMeInternalServerError) GetPayload added in v0.1.27

type GetAPIV2ProceduresUsersMeNotFound added in v0.1.27

type GetAPIV2ProceduresUsersMeNotFound struct {
	Payload *models.ErrorsErrorResponse
}
GetAPIV2ProceduresUsersMeNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetAPIV2ProceduresUsersMeNotFound added in v0.1.27

func NewGetAPIV2ProceduresUsersMeNotFound() *GetAPIV2ProceduresUsersMeNotFound

NewGetAPIV2ProceduresUsersMeNotFound creates a GetAPIV2ProceduresUsersMeNotFound with default headers values

func (*GetAPIV2ProceduresUsersMeNotFound) Error added in v0.1.27

func (*GetAPIV2ProceduresUsersMeNotFound) GetPayload added in v0.1.27

type GetAPIV2ProceduresUsersMeOK added in v0.1.27

type GetAPIV2ProceduresUsersMeOK struct {
	Payload *models.V2controllersUser
}
GetAPIV2ProceduresUsersMeOK describes a response with status code 200, with default header values.

OK

func NewGetAPIV2ProceduresUsersMeOK added in v0.1.27

func NewGetAPIV2ProceduresUsersMeOK() *GetAPIV2ProceduresUsersMeOK

NewGetAPIV2ProceduresUsersMeOK creates a GetAPIV2ProceduresUsersMeOK with default headers values

func (*GetAPIV2ProceduresUsersMeOK) Error added in v0.1.27

func (*GetAPIV2ProceduresUsersMeOK) GetPayload added in v0.1.27

type GetAPIV2ProceduresUsersMeParams added in v0.1.27

type GetAPIV2ProceduresUsersMeParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetAPIV2ProceduresUsersMeParams contains all the parameters to send to the API endpoint

for the get API v2 procedures users me operation.

Typically these are written to a http.Request.

func NewGetAPIV2ProceduresUsersMeParams added in v0.1.27

func NewGetAPIV2ProceduresUsersMeParams() *GetAPIV2ProceduresUsersMeParams

NewGetAPIV2ProceduresUsersMeParams creates a new GetAPIV2ProceduresUsersMeParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetAPIV2ProceduresUsersMeParamsWithContext added in v0.1.27

func NewGetAPIV2ProceduresUsersMeParamsWithContext(ctx context.Context) *GetAPIV2ProceduresUsersMeParams

NewGetAPIV2ProceduresUsersMeParamsWithContext creates a new GetAPIV2ProceduresUsersMeParams object with the ability to set a context for a request.

func NewGetAPIV2ProceduresUsersMeParamsWithHTTPClient added in v0.1.27

func NewGetAPIV2ProceduresUsersMeParamsWithHTTPClient(client *http.Client) *GetAPIV2ProceduresUsersMeParams

NewGetAPIV2ProceduresUsersMeParamsWithHTTPClient creates a new GetAPIV2ProceduresUsersMeParams object with the ability to set a custom HTTPClient for a request.

func NewGetAPIV2ProceduresUsersMeParamsWithTimeout added in v0.1.27

func NewGetAPIV2ProceduresUsersMeParamsWithTimeout(timeout time.Duration) *GetAPIV2ProceduresUsersMeParams

NewGetAPIV2ProceduresUsersMeParamsWithTimeout creates a new GetAPIV2ProceduresUsersMeParams object with the ability to set a timeout on a request.

func (*GetAPIV2ProceduresUsersMeParams) SetContext added in v0.1.27

func (o *GetAPIV2ProceduresUsersMeParams) SetContext(ctx context.Context)

SetContext adds the context to the get API v2 procedures users me params

func (*GetAPIV2ProceduresUsersMeParams) SetDefaults added in v0.1.27

func (o *GetAPIV2ProceduresUsersMeParams) SetDefaults()

SetDefaults hydrates default values in the get API v2 procedures users me params (not the query body).

All values with no default are reset to their zero value.

func (*GetAPIV2ProceduresUsersMeParams) SetHTTPClient added in v0.1.27

func (o *GetAPIV2ProceduresUsersMeParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get API v2 procedures users me params

func (*GetAPIV2ProceduresUsersMeParams) SetTimeout added in v0.1.27

func (o *GetAPIV2ProceduresUsersMeParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get API v2 procedures users me params

func (*GetAPIV2ProceduresUsersMeParams) WithContext added in v0.1.27

WithContext adds the context to the get API v2 procedures users me params

func (*GetAPIV2ProceduresUsersMeParams) WithDefaults added in v0.1.27

WithDefaults hydrates default values in the get API v2 procedures users me params (not the query body).

All values with no default are reset to their zero value.

func (*GetAPIV2ProceduresUsersMeParams) WithHTTPClient added in v0.1.27

WithHTTPClient adds the HTTPClient to the get API v2 procedures users me params

func (*GetAPIV2ProceduresUsersMeParams) WithTimeout added in v0.1.27

WithTimeout adds the timeout to the get API v2 procedures users me params

func (*GetAPIV2ProceduresUsersMeParams) WriteToRequest added in v0.1.27

WriteToRequest writes these params to a swagger request

type GetAPIV2ProceduresUsersMeProxyAuthenticationRequired added in v0.1.27

type GetAPIV2ProceduresUsersMeProxyAuthenticationRequired struct {
	Payload *models.ErrorsErrorResponse
}
GetAPIV2ProceduresUsersMeProxyAuthenticationRequired describes a response with status code 407, with default header values.

Proxy Authentication Required

func NewGetAPIV2ProceduresUsersMeProxyAuthenticationRequired added in v0.1.27

func NewGetAPIV2ProceduresUsersMeProxyAuthenticationRequired() *GetAPIV2ProceduresUsersMeProxyAuthenticationRequired

NewGetAPIV2ProceduresUsersMeProxyAuthenticationRequired creates a GetAPIV2ProceduresUsersMeProxyAuthenticationRequired with default headers values

func (*GetAPIV2ProceduresUsersMeProxyAuthenticationRequired) Error added in v0.1.27

func (*GetAPIV2ProceduresUsersMeProxyAuthenticationRequired) GetPayload added in v0.1.27

type GetAPIV2ProceduresUsersMeReader added in v0.1.27

type GetAPIV2ProceduresUsersMeReader struct {
	// contains filtered or unexported fields
}

GetAPIV2ProceduresUsersMeReader is a Reader for the GetAPIV2ProceduresUsersMe structure.

func (*GetAPIV2ProceduresUsersMeReader) ReadResponse added in v0.1.27

func (o *GetAPIV2ProceduresUsersMeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetAPIV2SelectorsUsersSelectorBadRequest added in v0.1.27

type GetAPIV2SelectorsUsersSelectorBadRequest struct {
	Payload *models.ErrorsErrorResponse
}
GetAPIV2SelectorsUsersSelectorBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewGetAPIV2SelectorsUsersSelectorBadRequest added in v0.1.27

func NewGetAPIV2SelectorsUsersSelectorBadRequest() *GetAPIV2SelectorsUsersSelectorBadRequest

NewGetAPIV2SelectorsUsersSelectorBadRequest creates a GetAPIV2SelectorsUsersSelectorBadRequest with default headers values

func (*GetAPIV2SelectorsUsersSelectorBadRequest) Error added in v0.1.27

func (*GetAPIV2SelectorsUsersSelectorBadRequest) GetPayload added in v0.1.27

type GetAPIV2SelectorsUsersSelectorConflict added in v0.1.27

type GetAPIV2SelectorsUsersSelectorConflict struct {
	Payload *models.ErrorsErrorResponse
}
GetAPIV2SelectorsUsersSelectorConflict describes a response with status code 409, with default header values.

Conflict

func NewGetAPIV2SelectorsUsersSelectorConflict added in v0.1.27

func NewGetAPIV2SelectorsUsersSelectorConflict() *GetAPIV2SelectorsUsersSelectorConflict

NewGetAPIV2SelectorsUsersSelectorConflict creates a GetAPIV2SelectorsUsersSelectorConflict with default headers values

func (*GetAPIV2SelectorsUsersSelectorConflict) Error added in v0.1.27

func (*GetAPIV2SelectorsUsersSelectorConflict) GetPayload added in v0.1.27

type GetAPIV2SelectorsUsersSelectorForbidden added in v0.1.27

type GetAPIV2SelectorsUsersSelectorForbidden struct {
	Payload *models.ErrorsErrorResponse
}
GetAPIV2SelectorsUsersSelectorForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetAPIV2SelectorsUsersSelectorForbidden added in v0.1.27

func NewGetAPIV2SelectorsUsersSelectorForbidden() *GetAPIV2SelectorsUsersSelectorForbidden

NewGetAPIV2SelectorsUsersSelectorForbidden creates a GetAPIV2SelectorsUsersSelectorForbidden with default headers values

func (*GetAPIV2SelectorsUsersSelectorForbidden) Error added in v0.1.27

func (*GetAPIV2SelectorsUsersSelectorForbidden) GetPayload added in v0.1.27

type GetAPIV2SelectorsUsersSelectorInternalServerError added in v0.1.27

type GetAPIV2SelectorsUsersSelectorInternalServerError struct {
	Payload *models.ErrorsErrorResponse
}
GetAPIV2SelectorsUsersSelectorInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetAPIV2SelectorsUsersSelectorInternalServerError added in v0.1.27

func NewGetAPIV2SelectorsUsersSelectorInternalServerError() *GetAPIV2SelectorsUsersSelectorInternalServerError

NewGetAPIV2SelectorsUsersSelectorInternalServerError creates a GetAPIV2SelectorsUsersSelectorInternalServerError with default headers values

func (*GetAPIV2SelectorsUsersSelectorInternalServerError) Error added in v0.1.27

func (*GetAPIV2SelectorsUsersSelectorInternalServerError) GetPayload added in v0.1.27

type GetAPIV2SelectorsUsersSelectorNotFound added in v0.1.27

type GetAPIV2SelectorsUsersSelectorNotFound struct {
	Payload *models.ErrorsErrorResponse
}
GetAPIV2SelectorsUsersSelectorNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetAPIV2SelectorsUsersSelectorNotFound added in v0.1.27

func NewGetAPIV2SelectorsUsersSelectorNotFound() *GetAPIV2SelectorsUsersSelectorNotFound

NewGetAPIV2SelectorsUsersSelectorNotFound creates a GetAPIV2SelectorsUsersSelectorNotFound with default headers values

func (*GetAPIV2SelectorsUsersSelectorNotFound) Error added in v0.1.27

func (*GetAPIV2SelectorsUsersSelectorNotFound) GetPayload added in v0.1.27

type GetAPIV2SelectorsUsersSelectorOK added in v0.1.27

type GetAPIV2SelectorsUsersSelectorOK struct {
	Payload []string
}
GetAPIV2SelectorsUsersSelectorOK describes a response with status code 200, with default header values.

OK

func NewGetAPIV2SelectorsUsersSelectorOK added in v0.1.27

func NewGetAPIV2SelectorsUsersSelectorOK() *GetAPIV2SelectorsUsersSelectorOK

NewGetAPIV2SelectorsUsersSelectorOK creates a GetAPIV2SelectorsUsersSelectorOK with default headers values

func (*GetAPIV2SelectorsUsersSelectorOK) Error added in v0.1.27

func (*GetAPIV2SelectorsUsersSelectorOK) GetPayload added in v0.1.27

func (o *GetAPIV2SelectorsUsersSelectorOK) GetPayload() []string

type GetAPIV2SelectorsUsersSelectorParams added in v0.1.27

type GetAPIV2SelectorsUsersSelectorParams struct {

	/* Selector.

	   The selector of the User to list other selectors for
	*/
	Selector string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetAPIV2SelectorsUsersSelectorParams contains all the parameters to send to the API endpoint

for the get API v2 selectors users selector operation.

Typically these are written to a http.Request.

func NewGetAPIV2SelectorsUsersSelectorParams added in v0.1.27

func NewGetAPIV2SelectorsUsersSelectorParams() *GetAPIV2SelectorsUsersSelectorParams

NewGetAPIV2SelectorsUsersSelectorParams creates a new GetAPIV2SelectorsUsersSelectorParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetAPIV2SelectorsUsersSelectorParamsWithContext added in v0.1.27

func NewGetAPIV2SelectorsUsersSelectorParamsWithContext(ctx context.Context) *GetAPIV2SelectorsUsersSelectorParams

NewGetAPIV2SelectorsUsersSelectorParamsWithContext creates a new GetAPIV2SelectorsUsersSelectorParams object with the ability to set a context for a request.

func NewGetAPIV2SelectorsUsersSelectorParamsWithHTTPClient added in v0.1.27

func NewGetAPIV2SelectorsUsersSelectorParamsWithHTTPClient(client *http.Client) *GetAPIV2SelectorsUsersSelectorParams

NewGetAPIV2SelectorsUsersSelectorParamsWithHTTPClient creates a new GetAPIV2SelectorsUsersSelectorParams object with the ability to set a custom HTTPClient for a request.

func NewGetAPIV2SelectorsUsersSelectorParamsWithTimeout added in v0.1.27

func NewGetAPIV2SelectorsUsersSelectorParamsWithTimeout(timeout time.Duration) *GetAPIV2SelectorsUsersSelectorParams

NewGetAPIV2SelectorsUsersSelectorParamsWithTimeout creates a new GetAPIV2SelectorsUsersSelectorParams object with the ability to set a timeout on a request.

func (*GetAPIV2SelectorsUsersSelectorParams) SetContext added in v0.1.27

SetContext adds the context to the get API v2 selectors users selector params

func (*GetAPIV2SelectorsUsersSelectorParams) SetDefaults added in v0.1.27

func (o *GetAPIV2SelectorsUsersSelectorParams) SetDefaults()

SetDefaults hydrates default values in the get API v2 selectors users selector params (not the query body).

All values with no default are reset to their zero value.

func (*GetAPIV2SelectorsUsersSelectorParams) SetHTTPClient added in v0.1.27

func (o *GetAPIV2SelectorsUsersSelectorParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get API v2 selectors users selector params

func (*GetAPIV2SelectorsUsersSelectorParams) SetSelector added in v0.1.27

func (o *GetAPIV2SelectorsUsersSelectorParams) SetSelector(selector string)

SetSelector adds the selector to the get API v2 selectors users selector params

func (*GetAPIV2SelectorsUsersSelectorParams) SetTimeout added in v0.1.27

func (o *GetAPIV2SelectorsUsersSelectorParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get API v2 selectors users selector params

func (*GetAPIV2SelectorsUsersSelectorParams) WithContext added in v0.1.27

WithContext adds the context to the get API v2 selectors users selector params

func (*GetAPIV2SelectorsUsersSelectorParams) WithDefaults added in v0.1.27

WithDefaults hydrates default values in the get API v2 selectors users selector params (not the query body).

All values with no default are reset to their zero value.

func (*GetAPIV2SelectorsUsersSelectorParams) WithHTTPClient added in v0.1.27

WithHTTPClient adds the HTTPClient to the get API v2 selectors users selector params

func (*GetAPIV2SelectorsUsersSelectorParams) WithSelector added in v0.1.27

WithSelector adds the selector to the get API v2 selectors users selector params

func (*GetAPIV2SelectorsUsersSelectorParams) WithTimeout added in v0.1.27

WithTimeout adds the timeout to the get API v2 selectors users selector params

func (*GetAPIV2SelectorsUsersSelectorParams) WriteToRequest added in v0.1.27

WriteToRequest writes these params to a swagger request

type GetAPIV2SelectorsUsersSelectorProxyAuthenticationRequired added in v0.1.27

type GetAPIV2SelectorsUsersSelectorProxyAuthenticationRequired struct {
	Payload *models.ErrorsErrorResponse
}
GetAPIV2SelectorsUsersSelectorProxyAuthenticationRequired describes a response with status code 407, with default header values.

Proxy Authentication Required

func NewGetAPIV2SelectorsUsersSelectorProxyAuthenticationRequired added in v0.1.27

func NewGetAPIV2SelectorsUsersSelectorProxyAuthenticationRequired() *GetAPIV2SelectorsUsersSelectorProxyAuthenticationRequired

NewGetAPIV2SelectorsUsersSelectorProxyAuthenticationRequired creates a GetAPIV2SelectorsUsersSelectorProxyAuthenticationRequired with default headers values

func (*GetAPIV2SelectorsUsersSelectorProxyAuthenticationRequired) Error added in v0.1.27

func (*GetAPIV2SelectorsUsersSelectorProxyAuthenticationRequired) GetPayload added in v0.1.27

type GetAPIV2SelectorsUsersSelectorReader added in v0.1.27

type GetAPIV2SelectorsUsersSelectorReader struct {
	// contains filtered or unexported fields
}

GetAPIV2SelectorsUsersSelectorReader is a Reader for the GetAPIV2SelectorsUsersSelector structure.

func (*GetAPIV2SelectorsUsersSelectorReader) ReadResponse added in v0.1.27

func (o *GetAPIV2SelectorsUsersSelectorReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetAPIV2UsersBadRequest added in v0.1.27

type GetAPIV2UsersBadRequest struct {
	Payload *models.ErrorsErrorResponse
}
GetAPIV2UsersBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewGetAPIV2UsersBadRequest added in v0.1.27

func NewGetAPIV2UsersBadRequest() *GetAPIV2UsersBadRequest

NewGetAPIV2UsersBadRequest creates a GetAPIV2UsersBadRequest with default headers values

func (*GetAPIV2UsersBadRequest) Error added in v0.1.27

func (o *GetAPIV2UsersBadRequest) Error() string

func (*GetAPIV2UsersBadRequest) GetPayload added in v0.1.27

type GetAPIV2UsersConflict added in v0.1.27

type GetAPIV2UsersConflict struct {
	Payload *models.ErrorsErrorResponse
}
GetAPIV2UsersConflict describes a response with status code 409, with default header values.

Conflict

func NewGetAPIV2UsersConflict added in v0.1.27

func NewGetAPIV2UsersConflict() *GetAPIV2UsersConflict

NewGetAPIV2UsersConflict creates a GetAPIV2UsersConflict with default headers values

func (*GetAPIV2UsersConflict) Error added in v0.1.27

func (o *GetAPIV2UsersConflict) Error() string

func (*GetAPIV2UsersConflict) GetPayload added in v0.1.27

type GetAPIV2UsersForbidden added in v0.1.27

type GetAPIV2UsersForbidden struct {
	Payload *models.ErrorsErrorResponse
}
GetAPIV2UsersForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetAPIV2UsersForbidden added in v0.1.27

func NewGetAPIV2UsersForbidden() *GetAPIV2UsersForbidden

NewGetAPIV2UsersForbidden creates a GetAPIV2UsersForbidden with default headers values

func (*GetAPIV2UsersForbidden) Error added in v0.1.27

func (o *GetAPIV2UsersForbidden) Error() string

func (*GetAPIV2UsersForbidden) GetPayload added in v0.1.27

type GetAPIV2UsersInternalServerError added in v0.1.27

type GetAPIV2UsersInternalServerError struct {
	Payload *models.ErrorsErrorResponse
}
GetAPIV2UsersInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetAPIV2UsersInternalServerError added in v0.1.27

func NewGetAPIV2UsersInternalServerError() *GetAPIV2UsersInternalServerError

NewGetAPIV2UsersInternalServerError creates a GetAPIV2UsersInternalServerError with default headers values

func (*GetAPIV2UsersInternalServerError) Error added in v0.1.27

func (*GetAPIV2UsersInternalServerError) GetPayload added in v0.1.27

type GetAPIV2UsersNotFound added in v0.1.27

type GetAPIV2UsersNotFound struct {
	Payload *models.ErrorsErrorResponse
}
GetAPIV2UsersNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetAPIV2UsersNotFound added in v0.1.27

func NewGetAPIV2UsersNotFound() *GetAPIV2UsersNotFound

NewGetAPIV2UsersNotFound creates a GetAPIV2UsersNotFound with default headers values

func (*GetAPIV2UsersNotFound) Error added in v0.1.27

func (o *GetAPIV2UsersNotFound) Error() string

func (*GetAPIV2UsersNotFound) GetPayload added in v0.1.27

type GetAPIV2UsersOK added in v0.1.27

type GetAPIV2UsersOK struct {
	Payload []*models.V2controllersUser
}
GetAPIV2UsersOK describes a response with status code 200, with default header values.

OK

func NewGetAPIV2UsersOK added in v0.1.27

func NewGetAPIV2UsersOK() *GetAPIV2UsersOK

NewGetAPIV2UsersOK creates a GetAPIV2UsersOK with default headers values

func (*GetAPIV2UsersOK) Error added in v0.1.27

func (o *GetAPIV2UsersOK) Error() string

func (*GetAPIV2UsersOK) GetPayload added in v0.1.27

func (o *GetAPIV2UsersOK) GetPayload() []*models.V2controllersUser

type GetAPIV2UsersParams added in v0.1.27

type GetAPIV2UsersParams struct {

	// CreatedAt.
	//
	// Format: date-time
	CreatedAt *strfmt.DateTime

	// Email.
	Email *string

	// GithubID.
	GithubID *string

	// GithubUsername.
	GithubUsername *string

	// GoogleID.
	GoogleID *string

	// ID.
	ID *int64

	/* Limit.

	   An optional limit to the number of entries returned
	*/
	Limit *int64

	// Name.
	Name *string

	// NameInferredFromGithub.
	NameInferredFromGithub *bool

	// UpdatedAt.
	//
	// Format: date-time
	UpdatedAt *strfmt.DateTime

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetAPIV2UsersParams contains all the parameters to send to the API endpoint

for the get API v2 users operation.

Typically these are written to a http.Request.

func NewGetAPIV2UsersParams added in v0.1.27

func NewGetAPIV2UsersParams() *GetAPIV2UsersParams

NewGetAPIV2UsersParams creates a new GetAPIV2UsersParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetAPIV2UsersParamsWithContext added in v0.1.27

func NewGetAPIV2UsersParamsWithContext(ctx context.Context) *GetAPIV2UsersParams

NewGetAPIV2UsersParamsWithContext creates a new GetAPIV2UsersParams object with the ability to set a context for a request.

func NewGetAPIV2UsersParamsWithHTTPClient added in v0.1.27

func NewGetAPIV2UsersParamsWithHTTPClient(client *http.Client) *GetAPIV2UsersParams

NewGetAPIV2UsersParamsWithHTTPClient creates a new GetAPIV2UsersParams object with the ability to set a custom HTTPClient for a request.

func NewGetAPIV2UsersParamsWithTimeout added in v0.1.27

func NewGetAPIV2UsersParamsWithTimeout(timeout time.Duration) *GetAPIV2UsersParams

NewGetAPIV2UsersParamsWithTimeout creates a new GetAPIV2UsersParams object with the ability to set a timeout on a request.

func (*GetAPIV2UsersParams) SetContext added in v0.1.27

func (o *GetAPIV2UsersParams) SetContext(ctx context.Context)

SetContext adds the context to the get API v2 users params

func (*GetAPIV2UsersParams) SetCreatedAt added in v0.1.27

func (o *GetAPIV2UsersParams) SetCreatedAt(createdAt *strfmt.DateTime)

SetCreatedAt adds the createdAt to the get API v2 users params

func (*GetAPIV2UsersParams) SetDefaults added in v0.1.27

func (o *GetAPIV2UsersParams) SetDefaults()

SetDefaults hydrates default values in the get API v2 users params (not the query body).

All values with no default are reset to their zero value.

func (*GetAPIV2UsersParams) SetEmail added in v0.1.27

func (o *GetAPIV2UsersParams) SetEmail(email *string)

SetEmail adds the email to the get API v2 users params

func (*GetAPIV2UsersParams) SetGithubID added in v0.1.27

func (o *GetAPIV2UsersParams) SetGithubID(githubID *string)

SetGithubID adds the githubId to the get API v2 users params

func (*GetAPIV2UsersParams) SetGithubUsername added in v0.1.27

func (o *GetAPIV2UsersParams) SetGithubUsername(githubUsername *string)

SetGithubUsername adds the githubUsername to the get API v2 users params

func (*GetAPIV2UsersParams) SetGoogleID added in v0.1.27

func (o *GetAPIV2UsersParams) SetGoogleID(googleID *string)

SetGoogleID adds the googleId to the get API v2 users params

func (*GetAPIV2UsersParams) SetHTTPClient added in v0.1.27

func (o *GetAPIV2UsersParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get API v2 users params

func (*GetAPIV2UsersParams) SetID added in v0.1.27

func (o *GetAPIV2UsersParams) SetID(id *int64)

SetID adds the id to the get API v2 users params

func (*GetAPIV2UsersParams) SetLimit added in v0.1.27

func (o *GetAPIV2UsersParams) SetLimit(limit *int64)

SetLimit adds the limit to the get API v2 users params

func (*GetAPIV2UsersParams) SetName added in v0.1.27

func (o *GetAPIV2UsersParams) SetName(name *string)

SetName adds the name to the get API v2 users params

func (*GetAPIV2UsersParams) SetNameInferredFromGithub added in v0.1.27

func (o *GetAPIV2UsersParams) SetNameInferredFromGithub(nameInferredFromGithub *bool)

SetNameInferredFromGithub adds the nameInferredFromGithub to the get API v2 users params

func (*GetAPIV2UsersParams) SetTimeout added in v0.1.27

func (o *GetAPIV2UsersParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get API v2 users params

func (*GetAPIV2UsersParams) SetUpdatedAt added in v0.1.27

func (o *GetAPIV2UsersParams) SetUpdatedAt(updatedAt *strfmt.DateTime)

SetUpdatedAt adds the updatedAt to the get API v2 users params

func (*GetAPIV2UsersParams) WithContext added in v0.1.27

WithContext adds the context to the get API v2 users params

func (*GetAPIV2UsersParams) WithCreatedAt added in v0.1.27

func (o *GetAPIV2UsersParams) WithCreatedAt(createdAt *strfmt.DateTime) *GetAPIV2UsersParams

WithCreatedAt adds the createdAt to the get API v2 users params

func (*GetAPIV2UsersParams) WithDefaults added in v0.1.27

func (o *GetAPIV2UsersParams) WithDefaults() *GetAPIV2UsersParams

WithDefaults hydrates default values in the get API v2 users params (not the query body).

All values with no default are reset to their zero value.

func (*GetAPIV2UsersParams) WithEmail added in v0.1.27

func (o *GetAPIV2UsersParams) WithEmail(email *string) *GetAPIV2UsersParams

WithEmail adds the email to the get API v2 users params

func (*GetAPIV2UsersParams) WithGithubID added in v0.1.27

func (o *GetAPIV2UsersParams) WithGithubID(githubID *string) *GetAPIV2UsersParams

WithGithubID adds the githubID to the get API v2 users params

func (*GetAPIV2UsersParams) WithGithubUsername added in v0.1.27

func (o *GetAPIV2UsersParams) WithGithubUsername(githubUsername *string) *GetAPIV2UsersParams

WithGithubUsername adds the githubUsername to the get API v2 users params

func (*GetAPIV2UsersParams) WithGoogleID added in v0.1.27

func (o *GetAPIV2UsersParams) WithGoogleID(googleID *string) *GetAPIV2UsersParams

WithGoogleID adds the googleID to the get API v2 users params

func (*GetAPIV2UsersParams) WithHTTPClient added in v0.1.27

func (o *GetAPIV2UsersParams) WithHTTPClient(client *http.Client) *GetAPIV2UsersParams

WithHTTPClient adds the HTTPClient to the get API v2 users params

func (*GetAPIV2UsersParams) WithID added in v0.1.27

WithID adds the id to the get API v2 users params

func (*GetAPIV2UsersParams) WithLimit added in v0.1.27

func (o *GetAPIV2UsersParams) WithLimit(limit *int64) *GetAPIV2UsersParams

WithLimit adds the limit to the get API v2 users params

func (*GetAPIV2UsersParams) WithName added in v0.1.27

func (o *GetAPIV2UsersParams) WithName(name *string) *GetAPIV2UsersParams

WithName adds the name to the get API v2 users params

func (*GetAPIV2UsersParams) WithNameInferredFromGithub added in v0.1.27

func (o *GetAPIV2UsersParams) WithNameInferredFromGithub(nameInferredFromGithub *bool) *GetAPIV2UsersParams

WithNameInferredFromGithub adds the nameInferredFromGithub to the get API v2 users params

func (*GetAPIV2UsersParams) WithTimeout added in v0.1.27

func (o *GetAPIV2UsersParams) WithTimeout(timeout time.Duration) *GetAPIV2UsersParams

WithTimeout adds the timeout to the get API v2 users params

func (*GetAPIV2UsersParams) WithUpdatedAt added in v0.1.27

func (o *GetAPIV2UsersParams) WithUpdatedAt(updatedAt *strfmt.DateTime) *GetAPIV2UsersParams

WithUpdatedAt adds the updatedAt to the get API v2 users params

func (*GetAPIV2UsersParams) WriteToRequest added in v0.1.27

func (o *GetAPIV2UsersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetAPIV2UsersProxyAuthenticationRequired added in v0.1.27

type GetAPIV2UsersProxyAuthenticationRequired struct {
	Payload *models.ErrorsErrorResponse
}
GetAPIV2UsersProxyAuthenticationRequired describes a response with status code 407, with default header values.

Proxy Authentication Required

func NewGetAPIV2UsersProxyAuthenticationRequired added in v0.1.27

func NewGetAPIV2UsersProxyAuthenticationRequired() *GetAPIV2UsersProxyAuthenticationRequired

NewGetAPIV2UsersProxyAuthenticationRequired creates a GetAPIV2UsersProxyAuthenticationRequired with default headers values

func (*GetAPIV2UsersProxyAuthenticationRequired) Error added in v0.1.27

func (*GetAPIV2UsersProxyAuthenticationRequired) GetPayload added in v0.1.27

type GetAPIV2UsersReader added in v0.1.27

type GetAPIV2UsersReader struct {
	// contains filtered or unexported fields
}

GetAPIV2UsersReader is a Reader for the GetAPIV2Users structure.

func (*GetAPIV2UsersReader) ReadResponse added in v0.1.27

func (o *GetAPIV2UsersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetAPIV2UsersSelectorBadRequest added in v0.1.27

type GetAPIV2UsersSelectorBadRequest struct {
	Payload *models.ErrorsErrorResponse
}
GetAPIV2UsersSelectorBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewGetAPIV2UsersSelectorBadRequest added in v0.1.27

func NewGetAPIV2UsersSelectorBadRequest() *GetAPIV2UsersSelectorBadRequest

NewGetAPIV2UsersSelectorBadRequest creates a GetAPIV2UsersSelectorBadRequest with default headers values

func (*GetAPIV2UsersSelectorBadRequest) Error added in v0.1.27

func (*GetAPIV2UsersSelectorBadRequest) GetPayload added in v0.1.27

type GetAPIV2UsersSelectorConflict added in v0.1.27

type GetAPIV2UsersSelectorConflict struct {
	Payload *models.ErrorsErrorResponse
}
GetAPIV2UsersSelectorConflict describes a response with status code 409, with default header values.

Conflict

func NewGetAPIV2UsersSelectorConflict added in v0.1.27

func NewGetAPIV2UsersSelectorConflict() *GetAPIV2UsersSelectorConflict

NewGetAPIV2UsersSelectorConflict creates a GetAPIV2UsersSelectorConflict with default headers values

func (*GetAPIV2UsersSelectorConflict) Error added in v0.1.27

func (*GetAPIV2UsersSelectorConflict) GetPayload added in v0.1.27

type GetAPIV2UsersSelectorForbidden added in v0.1.27

type GetAPIV2UsersSelectorForbidden struct {
	Payload *models.ErrorsErrorResponse
}
GetAPIV2UsersSelectorForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetAPIV2UsersSelectorForbidden added in v0.1.27

func NewGetAPIV2UsersSelectorForbidden() *GetAPIV2UsersSelectorForbidden

NewGetAPIV2UsersSelectorForbidden creates a GetAPIV2UsersSelectorForbidden with default headers values

func (*GetAPIV2UsersSelectorForbidden) Error added in v0.1.27

func (*GetAPIV2UsersSelectorForbidden) GetPayload added in v0.1.27

type GetAPIV2UsersSelectorInternalServerError added in v0.1.27

type GetAPIV2UsersSelectorInternalServerError struct {
	Payload *models.ErrorsErrorResponse
}
GetAPIV2UsersSelectorInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetAPIV2UsersSelectorInternalServerError added in v0.1.27

func NewGetAPIV2UsersSelectorInternalServerError() *GetAPIV2UsersSelectorInternalServerError

NewGetAPIV2UsersSelectorInternalServerError creates a GetAPIV2UsersSelectorInternalServerError with default headers values

func (*GetAPIV2UsersSelectorInternalServerError) Error added in v0.1.27

func (*GetAPIV2UsersSelectorInternalServerError) GetPayload added in v0.1.27

type GetAPIV2UsersSelectorNotFound added in v0.1.27

type GetAPIV2UsersSelectorNotFound struct {
	Payload *models.ErrorsErrorResponse
}
GetAPIV2UsersSelectorNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetAPIV2UsersSelectorNotFound added in v0.1.27

func NewGetAPIV2UsersSelectorNotFound() *GetAPIV2UsersSelectorNotFound

NewGetAPIV2UsersSelectorNotFound creates a GetAPIV2UsersSelectorNotFound with default headers values

func (*GetAPIV2UsersSelectorNotFound) Error added in v0.1.27

func (*GetAPIV2UsersSelectorNotFound) GetPayload added in v0.1.27

type GetAPIV2UsersSelectorOK added in v0.1.27

type GetAPIV2UsersSelectorOK struct {
	Payload *models.V2controllersUser
}
GetAPIV2UsersSelectorOK describes a response with status code 200, with default header values.

OK

func NewGetAPIV2UsersSelectorOK added in v0.1.27

func NewGetAPIV2UsersSelectorOK() *GetAPIV2UsersSelectorOK

NewGetAPIV2UsersSelectorOK creates a GetAPIV2UsersSelectorOK with default headers values

func (*GetAPIV2UsersSelectorOK) Error added in v0.1.27

func (o *GetAPIV2UsersSelectorOK) Error() string

func (*GetAPIV2UsersSelectorOK) GetPayload added in v0.1.27

type GetAPIV2UsersSelectorParams added in v0.1.27

type GetAPIV2UsersSelectorParams struct {

	/* Selector.

	   The User to get's selector: email, numeric id, 'github/' + GitHub username, 'github-id/' + GitHub numeric id, or 'google-id/' + Google numeric id
	*/
	Selector string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetAPIV2UsersSelectorParams contains all the parameters to send to the API endpoint

for the get API v2 users selector operation.

Typically these are written to a http.Request.

func NewGetAPIV2UsersSelectorParams added in v0.1.27

func NewGetAPIV2UsersSelectorParams() *GetAPIV2UsersSelectorParams

NewGetAPIV2UsersSelectorParams creates a new GetAPIV2UsersSelectorParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetAPIV2UsersSelectorParamsWithContext added in v0.1.27

func NewGetAPIV2UsersSelectorParamsWithContext(ctx context.Context) *GetAPIV2UsersSelectorParams

NewGetAPIV2UsersSelectorParamsWithContext creates a new GetAPIV2UsersSelectorParams object with the ability to set a context for a request.

func NewGetAPIV2UsersSelectorParamsWithHTTPClient added in v0.1.27

func NewGetAPIV2UsersSelectorParamsWithHTTPClient(client *http.Client) *GetAPIV2UsersSelectorParams

NewGetAPIV2UsersSelectorParamsWithHTTPClient creates a new GetAPIV2UsersSelectorParams object with the ability to set a custom HTTPClient for a request.

func NewGetAPIV2UsersSelectorParamsWithTimeout added in v0.1.27

func NewGetAPIV2UsersSelectorParamsWithTimeout(timeout time.Duration) *GetAPIV2UsersSelectorParams

NewGetAPIV2UsersSelectorParamsWithTimeout creates a new GetAPIV2UsersSelectorParams object with the ability to set a timeout on a request.

func (*GetAPIV2UsersSelectorParams) SetContext added in v0.1.27

func (o *GetAPIV2UsersSelectorParams) SetContext(ctx context.Context)

SetContext adds the context to the get API v2 users selector params

func (*GetAPIV2UsersSelectorParams) SetDefaults added in v0.1.27

func (o *GetAPIV2UsersSelectorParams) SetDefaults()

SetDefaults hydrates default values in the get API v2 users selector params (not the query body).

All values with no default are reset to their zero value.

func (*GetAPIV2UsersSelectorParams) SetHTTPClient added in v0.1.27

func (o *GetAPIV2UsersSelectorParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get API v2 users selector params

func (*GetAPIV2UsersSelectorParams) SetSelector added in v0.1.27

func (o *GetAPIV2UsersSelectorParams) SetSelector(selector string)

SetSelector adds the selector to the get API v2 users selector params

func (*GetAPIV2UsersSelectorParams) SetTimeout added in v0.1.27

func (o *GetAPIV2UsersSelectorParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get API v2 users selector params

func (*GetAPIV2UsersSelectorParams) WithContext added in v0.1.27

WithContext adds the context to the get API v2 users selector params

func (*GetAPIV2UsersSelectorParams) WithDefaults added in v0.1.27

WithDefaults hydrates default values in the get API v2 users selector params (not the query body).

All values with no default are reset to their zero value.

func (*GetAPIV2UsersSelectorParams) WithHTTPClient added in v0.1.27

WithHTTPClient adds the HTTPClient to the get API v2 users selector params

func (*GetAPIV2UsersSelectorParams) WithSelector added in v0.1.27

WithSelector adds the selector to the get API v2 users selector params

func (*GetAPIV2UsersSelectorParams) WithTimeout added in v0.1.27

WithTimeout adds the timeout to the get API v2 users selector params

func (*GetAPIV2UsersSelectorParams) WriteToRequest added in v0.1.27

WriteToRequest writes these params to a swagger request

type GetAPIV2UsersSelectorProxyAuthenticationRequired added in v0.1.27

type GetAPIV2UsersSelectorProxyAuthenticationRequired struct {
	Payload *models.ErrorsErrorResponse
}
GetAPIV2UsersSelectorProxyAuthenticationRequired describes a response with status code 407, with default header values.

Proxy Authentication Required

func NewGetAPIV2UsersSelectorProxyAuthenticationRequired added in v0.1.27

func NewGetAPIV2UsersSelectorProxyAuthenticationRequired() *GetAPIV2UsersSelectorProxyAuthenticationRequired

NewGetAPIV2UsersSelectorProxyAuthenticationRequired creates a GetAPIV2UsersSelectorProxyAuthenticationRequired with default headers values

func (*GetAPIV2UsersSelectorProxyAuthenticationRequired) Error added in v0.1.27

func (*GetAPIV2UsersSelectorProxyAuthenticationRequired) GetPayload added in v0.1.27

type GetAPIV2UsersSelectorReader added in v0.1.27

type GetAPIV2UsersSelectorReader struct {
	// contains filtered or unexported fields
}

GetAPIV2UsersSelectorReader is a Reader for the GetAPIV2UsersSelector structure.

func (*GetAPIV2UsersSelectorReader) ReadResponse added in v0.1.27

func (o *GetAPIV2UsersSelectorReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PatchAPIV2UsersSelectorBadRequest added in v0.1.27

type PatchAPIV2UsersSelectorBadRequest struct {
	Payload *models.ErrorsErrorResponse
}
PatchAPIV2UsersSelectorBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewPatchAPIV2UsersSelectorBadRequest added in v0.1.27

func NewPatchAPIV2UsersSelectorBadRequest() *PatchAPIV2UsersSelectorBadRequest

NewPatchAPIV2UsersSelectorBadRequest creates a PatchAPIV2UsersSelectorBadRequest with default headers values

func (*PatchAPIV2UsersSelectorBadRequest) Error added in v0.1.27

func (*PatchAPIV2UsersSelectorBadRequest) GetPayload added in v0.1.27

type PatchAPIV2UsersSelectorConflict added in v0.1.27

type PatchAPIV2UsersSelectorConflict struct {
	Payload *models.ErrorsErrorResponse
}
PatchAPIV2UsersSelectorConflict describes a response with status code 409, with default header values.

Conflict

func NewPatchAPIV2UsersSelectorConflict added in v0.1.27

func NewPatchAPIV2UsersSelectorConflict() *PatchAPIV2UsersSelectorConflict

NewPatchAPIV2UsersSelectorConflict creates a PatchAPIV2UsersSelectorConflict with default headers values

func (*PatchAPIV2UsersSelectorConflict) Error added in v0.1.27

func (*PatchAPIV2UsersSelectorConflict) GetPayload added in v0.1.27

type PatchAPIV2UsersSelectorForbidden added in v0.1.27

type PatchAPIV2UsersSelectorForbidden struct {
	Payload *models.ErrorsErrorResponse
}
PatchAPIV2UsersSelectorForbidden describes a response with status code 403, with default header values.

Forbidden

func NewPatchAPIV2UsersSelectorForbidden added in v0.1.27

func NewPatchAPIV2UsersSelectorForbidden() *PatchAPIV2UsersSelectorForbidden

NewPatchAPIV2UsersSelectorForbidden creates a PatchAPIV2UsersSelectorForbidden with default headers values

func (*PatchAPIV2UsersSelectorForbidden) Error added in v0.1.27

func (*PatchAPIV2UsersSelectorForbidden) GetPayload added in v0.1.27

type PatchAPIV2UsersSelectorInternalServerError added in v0.1.27

type PatchAPIV2UsersSelectorInternalServerError struct {
	Payload *models.ErrorsErrorResponse
}
PatchAPIV2UsersSelectorInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPatchAPIV2UsersSelectorInternalServerError added in v0.1.27

func NewPatchAPIV2UsersSelectorInternalServerError() *PatchAPIV2UsersSelectorInternalServerError

NewPatchAPIV2UsersSelectorInternalServerError creates a PatchAPIV2UsersSelectorInternalServerError with default headers values

func (*PatchAPIV2UsersSelectorInternalServerError) Error added in v0.1.27

func (*PatchAPIV2UsersSelectorInternalServerError) GetPayload added in v0.1.27

type PatchAPIV2UsersSelectorNotFound added in v0.1.27

type PatchAPIV2UsersSelectorNotFound struct {
	Payload *models.ErrorsErrorResponse
}
PatchAPIV2UsersSelectorNotFound describes a response with status code 404, with default header values.

Not Found

func NewPatchAPIV2UsersSelectorNotFound added in v0.1.27

func NewPatchAPIV2UsersSelectorNotFound() *PatchAPIV2UsersSelectorNotFound

NewPatchAPIV2UsersSelectorNotFound creates a PatchAPIV2UsersSelectorNotFound with default headers values

func (*PatchAPIV2UsersSelectorNotFound) Error added in v0.1.27

func (*PatchAPIV2UsersSelectorNotFound) GetPayload added in v0.1.27

type PatchAPIV2UsersSelectorOK added in v0.1.27

type PatchAPIV2UsersSelectorOK struct {
	Payload *models.V2controllersUser
}
PatchAPIV2UsersSelectorOK describes a response with status code 200, with default header values.

OK

func NewPatchAPIV2UsersSelectorOK added in v0.1.27

func NewPatchAPIV2UsersSelectorOK() *PatchAPIV2UsersSelectorOK

NewPatchAPIV2UsersSelectorOK creates a PatchAPIV2UsersSelectorOK with default headers values

func (*PatchAPIV2UsersSelectorOK) Error added in v0.1.27

func (o *PatchAPIV2UsersSelectorOK) Error() string

func (*PatchAPIV2UsersSelectorOK) GetPayload added in v0.1.27

type PatchAPIV2UsersSelectorParams added in v0.1.27

type PatchAPIV2UsersSelectorParams struct {

	/* Selector.

	   The User to edit's selector: email, numeric id, 'github/' + GitHub username, 'github-id/' + GitHub numeric id, or 'google-id/' + Google numeric id
	*/
	Selector string

	/* User.

	   The edits to make to the User
	*/
	User *models.V2controllersEditableUser

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PatchAPIV2UsersSelectorParams contains all the parameters to send to the API endpoint

for the patch API v2 users selector operation.

Typically these are written to a http.Request.

func NewPatchAPIV2UsersSelectorParams added in v0.1.27

func NewPatchAPIV2UsersSelectorParams() *PatchAPIV2UsersSelectorParams

NewPatchAPIV2UsersSelectorParams creates a new PatchAPIV2UsersSelectorParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPatchAPIV2UsersSelectorParamsWithContext added in v0.1.27

func NewPatchAPIV2UsersSelectorParamsWithContext(ctx context.Context) *PatchAPIV2UsersSelectorParams

NewPatchAPIV2UsersSelectorParamsWithContext creates a new PatchAPIV2UsersSelectorParams object with the ability to set a context for a request.

func NewPatchAPIV2UsersSelectorParamsWithHTTPClient added in v0.1.27

func NewPatchAPIV2UsersSelectorParamsWithHTTPClient(client *http.Client) *PatchAPIV2UsersSelectorParams

NewPatchAPIV2UsersSelectorParamsWithHTTPClient creates a new PatchAPIV2UsersSelectorParams object with the ability to set a custom HTTPClient for a request.

func NewPatchAPIV2UsersSelectorParamsWithTimeout added in v0.1.27

func NewPatchAPIV2UsersSelectorParamsWithTimeout(timeout time.Duration) *PatchAPIV2UsersSelectorParams

NewPatchAPIV2UsersSelectorParamsWithTimeout creates a new PatchAPIV2UsersSelectorParams object with the ability to set a timeout on a request.

func (*PatchAPIV2UsersSelectorParams) SetContext added in v0.1.27

func (o *PatchAPIV2UsersSelectorParams) SetContext(ctx context.Context)

SetContext adds the context to the patch API v2 users selector params

func (*PatchAPIV2UsersSelectorParams) SetDefaults added in v0.1.27

func (o *PatchAPIV2UsersSelectorParams) SetDefaults()

SetDefaults hydrates default values in the patch API v2 users selector params (not the query body).

All values with no default are reset to their zero value.

func (*PatchAPIV2UsersSelectorParams) SetHTTPClient added in v0.1.27

func (o *PatchAPIV2UsersSelectorParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the patch API v2 users selector params

func (*PatchAPIV2UsersSelectorParams) SetSelector added in v0.1.27

func (o *PatchAPIV2UsersSelectorParams) SetSelector(selector string)

SetSelector adds the selector to the patch API v2 users selector params

func (*PatchAPIV2UsersSelectorParams) SetTimeout added in v0.1.27

func (o *PatchAPIV2UsersSelectorParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the patch API v2 users selector params

func (*PatchAPIV2UsersSelectorParams) SetUser added in v0.1.27

SetUser adds the user to the patch API v2 users selector params

func (*PatchAPIV2UsersSelectorParams) WithContext added in v0.1.27

WithContext adds the context to the patch API v2 users selector params

func (*PatchAPIV2UsersSelectorParams) WithDefaults added in v0.1.27

WithDefaults hydrates default values in the patch API v2 users selector params (not the query body).

All values with no default are reset to their zero value.

func (*PatchAPIV2UsersSelectorParams) WithHTTPClient added in v0.1.27

WithHTTPClient adds the HTTPClient to the patch API v2 users selector params

func (*PatchAPIV2UsersSelectorParams) WithSelector added in v0.1.27

WithSelector adds the selector to the patch API v2 users selector params

func (*PatchAPIV2UsersSelectorParams) WithTimeout added in v0.1.27

WithTimeout adds the timeout to the patch API v2 users selector params

func (*PatchAPIV2UsersSelectorParams) WithUser added in v0.1.27

WithUser adds the user to the patch API v2 users selector params

func (*PatchAPIV2UsersSelectorParams) WriteToRequest added in v0.1.27

WriteToRequest writes these params to a swagger request

type PatchAPIV2UsersSelectorProxyAuthenticationRequired added in v0.1.27

type PatchAPIV2UsersSelectorProxyAuthenticationRequired struct {
	Payload *models.ErrorsErrorResponse
}
PatchAPIV2UsersSelectorProxyAuthenticationRequired describes a response with status code 407, with default header values.

Proxy Authentication Required

func NewPatchAPIV2UsersSelectorProxyAuthenticationRequired added in v0.1.27

func NewPatchAPIV2UsersSelectorProxyAuthenticationRequired() *PatchAPIV2UsersSelectorProxyAuthenticationRequired

NewPatchAPIV2UsersSelectorProxyAuthenticationRequired creates a PatchAPIV2UsersSelectorProxyAuthenticationRequired with default headers values

func (*PatchAPIV2UsersSelectorProxyAuthenticationRequired) Error added in v0.1.27

func (*PatchAPIV2UsersSelectorProxyAuthenticationRequired) GetPayload added in v0.1.27

type PatchAPIV2UsersSelectorReader added in v0.1.27

type PatchAPIV2UsersSelectorReader struct {
	// contains filtered or unexported fields
}

PatchAPIV2UsersSelectorReader is a Reader for the PatchAPIV2UsersSelector structure.

func (*PatchAPIV2UsersSelectorReader) ReadResponse added in v0.1.27

func (o *PatchAPIV2UsersSelectorReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostAPIV2ProceduresUsersLinkGithubAccepted

type PostAPIV2ProceduresUsersLinkGithubAccepted struct {
	Payload *models.V2controllersUser
}
PostAPIV2ProceduresUsersLinkGithubAccepted describes a response with status code 202, with default header values.

Accepted

func NewPostAPIV2ProceduresUsersLinkGithubAccepted

func NewPostAPIV2ProceduresUsersLinkGithubAccepted() *PostAPIV2ProceduresUsersLinkGithubAccepted

NewPostAPIV2ProceduresUsersLinkGithubAccepted creates a PostAPIV2ProceduresUsersLinkGithubAccepted with default headers values

func (*PostAPIV2ProceduresUsersLinkGithubAccepted) Error

func (*PostAPIV2ProceduresUsersLinkGithubAccepted) GetPayload

type PostAPIV2ProceduresUsersLinkGithubBadRequest

type PostAPIV2ProceduresUsersLinkGithubBadRequest struct {
	Payload *models.ErrorsErrorResponse
}
PostAPIV2ProceduresUsersLinkGithubBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewPostAPIV2ProceduresUsersLinkGithubBadRequest

func NewPostAPIV2ProceduresUsersLinkGithubBadRequest() *PostAPIV2ProceduresUsersLinkGithubBadRequest

NewPostAPIV2ProceduresUsersLinkGithubBadRequest creates a PostAPIV2ProceduresUsersLinkGithubBadRequest with default headers values

func (*PostAPIV2ProceduresUsersLinkGithubBadRequest) Error

func (*PostAPIV2ProceduresUsersLinkGithubBadRequest) GetPayload

type PostAPIV2ProceduresUsersLinkGithubConflict

type PostAPIV2ProceduresUsersLinkGithubConflict struct {
	Payload *models.ErrorsErrorResponse
}
PostAPIV2ProceduresUsersLinkGithubConflict describes a response with status code 409, with default header values.

Conflict

func NewPostAPIV2ProceduresUsersLinkGithubConflict

func NewPostAPIV2ProceduresUsersLinkGithubConflict() *PostAPIV2ProceduresUsersLinkGithubConflict

NewPostAPIV2ProceduresUsersLinkGithubConflict creates a PostAPIV2ProceduresUsersLinkGithubConflict with default headers values

func (*PostAPIV2ProceduresUsersLinkGithubConflict) Error

func (*PostAPIV2ProceduresUsersLinkGithubConflict) GetPayload

type PostAPIV2ProceduresUsersLinkGithubForbidden

type PostAPIV2ProceduresUsersLinkGithubForbidden struct {
	Payload *models.ErrorsErrorResponse
}
PostAPIV2ProceduresUsersLinkGithubForbidden describes a response with status code 403, with default header values.

Forbidden

func NewPostAPIV2ProceduresUsersLinkGithubForbidden

func NewPostAPIV2ProceduresUsersLinkGithubForbidden() *PostAPIV2ProceduresUsersLinkGithubForbidden

NewPostAPIV2ProceduresUsersLinkGithubForbidden creates a PostAPIV2ProceduresUsersLinkGithubForbidden with default headers values

func (*PostAPIV2ProceduresUsersLinkGithubForbidden) Error

func (*PostAPIV2ProceduresUsersLinkGithubForbidden) GetPayload

type PostAPIV2ProceduresUsersLinkGithubInternalServerError

type PostAPIV2ProceduresUsersLinkGithubInternalServerError struct {
	Payload *models.ErrorsErrorResponse
}
PostAPIV2ProceduresUsersLinkGithubInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostAPIV2ProceduresUsersLinkGithubInternalServerError

func NewPostAPIV2ProceduresUsersLinkGithubInternalServerError() *PostAPIV2ProceduresUsersLinkGithubInternalServerError

NewPostAPIV2ProceduresUsersLinkGithubInternalServerError creates a PostAPIV2ProceduresUsersLinkGithubInternalServerError with default headers values

func (*PostAPIV2ProceduresUsersLinkGithubInternalServerError) Error

func (*PostAPIV2ProceduresUsersLinkGithubInternalServerError) GetPayload

type PostAPIV2ProceduresUsersLinkGithubNotFound

type PostAPIV2ProceduresUsersLinkGithubNotFound struct {
	Payload *models.ErrorsErrorResponse
}
PostAPIV2ProceduresUsersLinkGithubNotFound describes a response with status code 404, with default header values.

Not Found

func NewPostAPIV2ProceduresUsersLinkGithubNotFound

func NewPostAPIV2ProceduresUsersLinkGithubNotFound() *PostAPIV2ProceduresUsersLinkGithubNotFound

NewPostAPIV2ProceduresUsersLinkGithubNotFound creates a PostAPIV2ProceduresUsersLinkGithubNotFound with default headers values

func (*PostAPIV2ProceduresUsersLinkGithubNotFound) Error

func (*PostAPIV2ProceduresUsersLinkGithubNotFound) GetPayload

type PostAPIV2ProceduresUsersLinkGithubOK

type PostAPIV2ProceduresUsersLinkGithubOK struct {
	Payload *models.V2controllersUser
}
PostAPIV2ProceduresUsersLinkGithubOK describes a response with status code 200, with default header values.

OK

func NewPostAPIV2ProceduresUsersLinkGithubOK

func NewPostAPIV2ProceduresUsersLinkGithubOK() *PostAPIV2ProceduresUsersLinkGithubOK

NewPostAPIV2ProceduresUsersLinkGithubOK creates a PostAPIV2ProceduresUsersLinkGithubOK with default headers values

func (*PostAPIV2ProceduresUsersLinkGithubOK) Error

func (*PostAPIV2ProceduresUsersLinkGithubOK) GetPayload

type PostAPIV2ProceduresUsersLinkGithubParams

type PostAPIV2ProceduresUsersLinkGithubParams struct {

	/* GithubAccessPayloadRequest.

	   Access to the GitHub account to link
	*/
	GithubAccessPayloadRequest *models.V2controllersGithubAccessPayload

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostAPIV2ProceduresUsersLinkGithubParams contains all the parameters to send to the API endpoint

for the post API v2 procedures users link github operation.

Typically these are written to a http.Request.

func NewPostAPIV2ProceduresUsersLinkGithubParams

func NewPostAPIV2ProceduresUsersLinkGithubParams() *PostAPIV2ProceduresUsersLinkGithubParams

NewPostAPIV2ProceduresUsersLinkGithubParams creates a new PostAPIV2ProceduresUsersLinkGithubParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPostAPIV2ProceduresUsersLinkGithubParamsWithContext

func NewPostAPIV2ProceduresUsersLinkGithubParamsWithContext(ctx context.Context) *PostAPIV2ProceduresUsersLinkGithubParams

NewPostAPIV2ProceduresUsersLinkGithubParamsWithContext creates a new PostAPIV2ProceduresUsersLinkGithubParams object with the ability to set a context for a request.

func NewPostAPIV2ProceduresUsersLinkGithubParamsWithHTTPClient

func NewPostAPIV2ProceduresUsersLinkGithubParamsWithHTTPClient(client *http.Client) *PostAPIV2ProceduresUsersLinkGithubParams

NewPostAPIV2ProceduresUsersLinkGithubParamsWithHTTPClient creates a new PostAPIV2ProceduresUsersLinkGithubParams object with the ability to set a custom HTTPClient for a request.

func NewPostAPIV2ProceduresUsersLinkGithubParamsWithTimeout

func NewPostAPIV2ProceduresUsersLinkGithubParamsWithTimeout(timeout time.Duration) *PostAPIV2ProceduresUsersLinkGithubParams

NewPostAPIV2ProceduresUsersLinkGithubParamsWithTimeout creates a new PostAPIV2ProceduresUsersLinkGithubParams object with the ability to set a timeout on a request.

func (*PostAPIV2ProceduresUsersLinkGithubParams) SetContext

SetContext adds the context to the post API v2 procedures users link github params

func (*PostAPIV2ProceduresUsersLinkGithubParams) SetDefaults

SetDefaults hydrates default values in the post API v2 procedures users link github params (not the query body).

All values with no default are reset to their zero value.

func (*PostAPIV2ProceduresUsersLinkGithubParams) SetGithubAccessPayloadRequest

func (o *PostAPIV2ProceduresUsersLinkGithubParams) SetGithubAccessPayloadRequest(githubAccessPayloadRequest *models.V2controllersGithubAccessPayload)

SetGithubAccessPayloadRequest adds the githubAccessPayloadRequest to the post API v2 procedures users link github params

func (*PostAPIV2ProceduresUsersLinkGithubParams) SetHTTPClient

func (o *PostAPIV2ProceduresUsersLinkGithubParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post API v2 procedures users link github params

func (*PostAPIV2ProceduresUsersLinkGithubParams) SetTimeout

SetTimeout adds the timeout to the post API v2 procedures users link github params

func (*PostAPIV2ProceduresUsersLinkGithubParams) WithContext

WithContext adds the context to the post API v2 procedures users link github params

func (*PostAPIV2ProceduresUsersLinkGithubParams) WithDefaults

WithDefaults hydrates default values in the post API v2 procedures users link github params (not the query body).

All values with no default are reset to their zero value.

func (*PostAPIV2ProceduresUsersLinkGithubParams) WithGithubAccessPayloadRequest

WithGithubAccessPayloadRequest adds the githubAccessPayloadRequest to the post API v2 procedures users link github params

func (*PostAPIV2ProceduresUsersLinkGithubParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post API v2 procedures users link github params

func (*PostAPIV2ProceduresUsersLinkGithubParams) WithTimeout

WithTimeout adds the timeout to the post API v2 procedures users link github params

func (*PostAPIV2ProceduresUsersLinkGithubParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostAPIV2ProceduresUsersLinkGithubProxyAuthenticationRequired

type PostAPIV2ProceduresUsersLinkGithubProxyAuthenticationRequired struct {
	Payload *models.ErrorsErrorResponse
}
PostAPIV2ProceduresUsersLinkGithubProxyAuthenticationRequired describes a response with status code 407, with default header values.

Proxy Authentication Required

func NewPostAPIV2ProceduresUsersLinkGithubProxyAuthenticationRequired

func NewPostAPIV2ProceduresUsersLinkGithubProxyAuthenticationRequired() *PostAPIV2ProceduresUsersLinkGithubProxyAuthenticationRequired

NewPostAPIV2ProceduresUsersLinkGithubProxyAuthenticationRequired creates a PostAPIV2ProceduresUsersLinkGithubProxyAuthenticationRequired with default headers values

func (*PostAPIV2ProceduresUsersLinkGithubProxyAuthenticationRequired) Error

func (*PostAPIV2ProceduresUsersLinkGithubProxyAuthenticationRequired) GetPayload

type PostAPIV2ProceduresUsersLinkGithubReader

type PostAPIV2ProceduresUsersLinkGithubReader struct {
	// contains filtered or unexported fields
}

PostAPIV2ProceduresUsersLinkGithubReader is a Reader for the PostAPIV2ProceduresUsersLinkGithub structure.

func (*PostAPIV2ProceduresUsersLinkGithubReader) ReadResponse

func (o *PostAPIV2ProceduresUsersLinkGithubReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

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