operations

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: May 23, 2025 License: Apache-2.0 Imports: 12 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 operations API

func (*Client) GetDomains

func (a *Client) GetDomains(params *GetDomainsParams, opts ...ClientOption) (*GetDomainsOK, error)

GetDomains gets name configuration and status for each domain

func (*Client) GetObjects added in v0.0.3

func (a *Client) GetObjects(params *GetObjectsParams, opts ...ClientOption) (*GetObjectsOK, error)

GetObjects executes a query returns a list of JSON objects

func (*Client) PostGraphsGoals

PostGraphsGoals creates a correlation graph from start objects to goal queries

func (*Client) PostGraphsNeighbours

PostGraphsNeighbours creates a neighbourhood graph around a start object to a given depth

func (*Client) PostListsGoals

func (a *Client) PostListsGoals(params *PostListsGoalsParams, opts ...ClientOption) (*PostListsGoalsOK, error)

PostListsGoals creates a list of goal nodes related to a starting point

func (*Client) PutConfig added in v0.0.4

func (a *Client) PutConfig(params *PutConfigParams, opts ...ClientOption) (*PutConfigOK, error)

PutConfig changes key configuration settings at runtime

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 may be used to customize the behavior of Client methods.

type ClientService

type ClientService interface {
	GetDomains(params *GetDomainsParams, opts ...ClientOption) (*GetDomainsOK, error)

	GetObjects(params *GetObjectsParams, opts ...ClientOption) (*GetObjectsOK, error)

	PostGraphsGoals(params *PostGraphsGoalsParams, opts ...ClientOption) (*PostGraphsGoalsOK, *PostGraphsGoalsPartialContent, error)

	PostGraphsNeighbours(params *PostGraphsNeighboursParams, opts ...ClientOption) (*PostGraphsNeighboursOK, *PostGraphsNeighboursPartialContent, error)

	PostListsGoals(params *PostListsGoalsParams, opts ...ClientOption) (*PostListsGoalsOK, error)

	PutConfig(params *PutConfigParams, opts ...ClientOption) (*PutConfigOK, 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 operations API client.

func NewClientWithBasicAuth

func NewClientWithBasicAuth(host, basePath, scheme, user, password string) ClientService

New creates a new operations API client with basic auth credentials. It takes the following parameters: - host: http host (github.com). - basePath: any base path for the API client ("/v1", "/v3"). - scheme: http scheme ("http", "https"). - user: user for basic authentication header. - password: password for basic authentication header.

func NewClientWithBearerToken

func NewClientWithBearerToken(host, basePath, scheme, bearerToken string) ClientService

New creates a new operations API client with a bearer token for authentication. It takes the following parameters: - host: http host (github.com). - basePath: any base path for the API client ("/v1", "/v3"). - scheme: http scheme ("http", "https"). - bearerToken: bearer token for Bearer authentication header.

type GetDomainsDefault

type GetDomainsDefault struct {
	Payload interface{}
	// contains filtered or unexported fields
}

GetDomainsDefault describes a response with status code -1, with default header values.

GetDomainsDefault get domains default

func NewGetDomainsDefault

func NewGetDomainsDefault(code int) *GetDomainsDefault

NewGetDomainsDefault creates a GetDomainsDefault with default headers values

func (*GetDomainsDefault) Code

func (o *GetDomainsDefault) Code() int

Code gets the status code for the get domains default response

func (*GetDomainsDefault) Error

func (o *GetDomainsDefault) Error() string

func (*GetDomainsDefault) GetPayload

func (o *GetDomainsDefault) GetPayload() interface{}

func (*GetDomainsDefault) IsClientError

func (o *GetDomainsDefault) IsClientError() bool

IsClientError returns true when this get domains default response has a 4xx status code

func (*GetDomainsDefault) IsCode

func (o *GetDomainsDefault) IsCode(code int) bool

IsCode returns true when this get domains default response a status code equal to that given

func (*GetDomainsDefault) IsRedirect

func (o *GetDomainsDefault) IsRedirect() bool

IsRedirect returns true when this get domains default response has a 3xx status code

func (*GetDomainsDefault) IsServerError

func (o *GetDomainsDefault) IsServerError() bool

IsServerError returns true when this get domains default response has a 5xx status code

func (*GetDomainsDefault) IsSuccess

func (o *GetDomainsDefault) IsSuccess() bool

IsSuccess returns true when this get domains default response has a 2xx status code

func (*GetDomainsDefault) String

func (o *GetDomainsDefault) String() string

type GetDomainsOK

type GetDomainsOK struct {
	Payload []*models.Domain
}

GetDomainsOK describes a response with status code 200, with default header values.

OK

func NewGetDomainsOK

func NewGetDomainsOK() *GetDomainsOK

NewGetDomainsOK creates a GetDomainsOK with default headers values

func (*GetDomainsOK) Code

func (o *GetDomainsOK) Code() int

Code gets the status code for the get domains o k response

func (*GetDomainsOK) Error

func (o *GetDomainsOK) Error() string

func (*GetDomainsOK) GetPayload

func (o *GetDomainsOK) GetPayload() []*models.Domain

func (*GetDomainsOK) IsClientError

func (o *GetDomainsOK) IsClientError() bool

IsClientError returns true when this get domains o k response has a 4xx status code

func (*GetDomainsOK) IsCode

func (o *GetDomainsOK) IsCode(code int) bool

IsCode returns true when this get domains o k response a status code equal to that given

func (*GetDomainsOK) IsRedirect

func (o *GetDomainsOK) IsRedirect() bool

IsRedirect returns true when this get domains o k response has a 3xx status code

func (*GetDomainsOK) IsServerError

func (o *GetDomainsOK) IsServerError() bool

IsServerError returns true when this get domains o k response has a 5xx status code

func (*GetDomainsOK) IsSuccess

func (o *GetDomainsOK) IsSuccess() bool

IsSuccess returns true when this get domains o k response has a 2xx status code

func (*GetDomainsOK) String

func (o *GetDomainsOK) String() string

type GetDomainsParams

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

GetDomainsParams contains all the parameters to send to the API endpoint

for the get domains operation.

Typically these are written to a http.Request.

func NewGetDomainsParams

func NewGetDomainsParams() *GetDomainsParams

NewGetDomainsParams creates a new GetDomainsParams 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 NewGetDomainsParamsWithContext

func NewGetDomainsParamsWithContext(ctx context.Context) *GetDomainsParams

NewGetDomainsParamsWithContext creates a new GetDomainsParams object with the ability to set a context for a request.

func NewGetDomainsParamsWithHTTPClient

func NewGetDomainsParamsWithHTTPClient(client *http.Client) *GetDomainsParams

NewGetDomainsParamsWithHTTPClient creates a new GetDomainsParams object with the ability to set a custom HTTPClient for a request.

func NewGetDomainsParamsWithTimeout

func NewGetDomainsParamsWithTimeout(timeout time.Duration) *GetDomainsParams

NewGetDomainsParamsWithTimeout creates a new GetDomainsParams object with the ability to set a timeout on a request.

func (*GetDomainsParams) SetContext

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

SetContext adds the context to the get domains params

func (*GetDomainsParams) SetDefaults

func (o *GetDomainsParams) SetDefaults()

SetDefaults hydrates default values in the get domains params (not the query body).

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

func (*GetDomainsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get domains params

func (*GetDomainsParams) SetTimeout

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

SetTimeout adds the timeout to the get domains params

func (*GetDomainsParams) WithContext

func (o *GetDomainsParams) WithContext(ctx context.Context) *GetDomainsParams

WithContext adds the context to the get domains params

func (*GetDomainsParams) WithDefaults

func (o *GetDomainsParams) WithDefaults() *GetDomainsParams

WithDefaults hydrates default values in the get domains params (not the query body).

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

func (*GetDomainsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get domains params

func (*GetDomainsParams) WithTimeout

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

WithTimeout adds the timeout to the get domains params

func (*GetDomainsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetDomainsReader

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

GetDomainsReader is a Reader for the GetDomains structure.

func (*GetDomainsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetObjectsDefault added in v0.0.3

type GetObjectsDefault struct {
	Payload interface{}
	// contains filtered or unexported fields
}

GetObjectsDefault describes a response with status code -1, with default header values.

GetObjectsDefault get objects default

func NewGetObjectsDefault added in v0.0.3

func NewGetObjectsDefault(code int) *GetObjectsDefault

NewGetObjectsDefault creates a GetObjectsDefault with default headers values

func (*GetObjectsDefault) Code added in v0.0.3

func (o *GetObjectsDefault) Code() int

Code gets the status code for the get objects default response

func (*GetObjectsDefault) Error added in v0.0.3

func (o *GetObjectsDefault) Error() string

func (*GetObjectsDefault) GetPayload added in v0.0.3

func (o *GetObjectsDefault) GetPayload() interface{}

func (*GetObjectsDefault) IsClientError added in v0.0.3

func (o *GetObjectsDefault) IsClientError() bool

IsClientError returns true when this get objects default response has a 4xx status code

func (*GetObjectsDefault) IsCode added in v0.0.3

func (o *GetObjectsDefault) IsCode(code int) bool

IsCode returns true when this get objects default response a status code equal to that given

func (*GetObjectsDefault) IsRedirect added in v0.0.3

func (o *GetObjectsDefault) IsRedirect() bool

IsRedirect returns true when this get objects default response has a 3xx status code

func (*GetObjectsDefault) IsServerError added in v0.0.3

func (o *GetObjectsDefault) IsServerError() bool

IsServerError returns true when this get objects default response has a 5xx status code

func (*GetObjectsDefault) IsSuccess added in v0.0.3

func (o *GetObjectsDefault) IsSuccess() bool

IsSuccess returns true when this get objects default response has a 2xx status code

func (*GetObjectsDefault) String added in v0.0.3

func (o *GetObjectsDefault) String() string

type GetObjectsOK added in v0.0.3

type GetObjectsOK struct {
	Payload []interface{}
}

GetObjectsOK describes a response with status code 200, with default header values.

OK

func NewGetObjectsOK added in v0.0.3

func NewGetObjectsOK() *GetObjectsOK

NewGetObjectsOK creates a GetObjectsOK with default headers values

func (*GetObjectsOK) Code added in v0.0.3

func (o *GetObjectsOK) Code() int

Code gets the status code for the get objects o k response

func (*GetObjectsOK) Error added in v0.0.3

func (o *GetObjectsOK) Error() string

func (*GetObjectsOK) GetPayload added in v0.0.3

func (o *GetObjectsOK) GetPayload() []interface{}

func (*GetObjectsOK) IsClientError added in v0.0.3

func (o *GetObjectsOK) IsClientError() bool

IsClientError returns true when this get objects o k response has a 4xx status code

func (*GetObjectsOK) IsCode added in v0.0.3

func (o *GetObjectsOK) IsCode(code int) bool

IsCode returns true when this get objects o k response a status code equal to that given

func (*GetObjectsOK) IsRedirect added in v0.0.3

func (o *GetObjectsOK) IsRedirect() bool

IsRedirect returns true when this get objects o k response has a 3xx status code

func (*GetObjectsOK) IsServerError added in v0.0.3

func (o *GetObjectsOK) IsServerError() bool

IsServerError returns true when this get objects o k response has a 5xx status code

func (*GetObjectsOK) IsSuccess added in v0.0.3

func (o *GetObjectsOK) IsSuccess() bool

IsSuccess returns true when this get objects o k response has a 2xx status code

func (*GetObjectsOK) String added in v0.0.3

func (o *GetObjectsOK) String() string

type GetObjectsParams added in v0.0.3

type GetObjectsParams struct {

	/* Query.

	   query string
	*/
	Query string

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

GetObjectsParams contains all the parameters to send to the API endpoint

for the get objects operation.

Typically these are written to a http.Request.

func NewGetObjectsParams added in v0.0.3

func NewGetObjectsParams() *GetObjectsParams

NewGetObjectsParams creates a new GetObjectsParams 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 NewGetObjectsParamsWithContext added in v0.0.3

func NewGetObjectsParamsWithContext(ctx context.Context) *GetObjectsParams

NewGetObjectsParamsWithContext creates a new GetObjectsParams object with the ability to set a context for a request.

func NewGetObjectsParamsWithHTTPClient added in v0.0.3

func NewGetObjectsParamsWithHTTPClient(client *http.Client) *GetObjectsParams

NewGetObjectsParamsWithHTTPClient creates a new GetObjectsParams object with the ability to set a custom HTTPClient for a request.

func NewGetObjectsParamsWithTimeout added in v0.0.3

func NewGetObjectsParamsWithTimeout(timeout time.Duration) *GetObjectsParams

NewGetObjectsParamsWithTimeout creates a new GetObjectsParams object with the ability to set a timeout on a request.

func (*GetObjectsParams) SetContext added in v0.0.3

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

SetContext adds the context to the get objects params

func (*GetObjectsParams) SetDefaults added in v0.0.3

func (o *GetObjectsParams) SetDefaults()

SetDefaults hydrates default values in the get objects params (not the query body).

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

func (*GetObjectsParams) SetHTTPClient added in v0.0.3

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

SetHTTPClient adds the HTTPClient to the get objects params

func (*GetObjectsParams) SetQuery added in v0.0.3

func (o *GetObjectsParams) SetQuery(query string)

SetQuery adds the query to the get objects params

func (*GetObjectsParams) SetTimeout added in v0.0.3

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

SetTimeout adds the timeout to the get objects params

func (*GetObjectsParams) WithContext added in v0.0.3

func (o *GetObjectsParams) WithContext(ctx context.Context) *GetObjectsParams

WithContext adds the context to the get objects params

func (*GetObjectsParams) WithDefaults added in v0.0.3

func (o *GetObjectsParams) WithDefaults() *GetObjectsParams

WithDefaults hydrates default values in the get objects params (not the query body).

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

func (*GetObjectsParams) WithHTTPClient added in v0.0.3

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

WithHTTPClient adds the HTTPClient to the get objects params

func (*GetObjectsParams) WithQuery added in v0.0.3

func (o *GetObjectsParams) WithQuery(query string) *GetObjectsParams

WithQuery adds the query to the get objects params

func (*GetObjectsParams) WithTimeout added in v0.0.3

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

WithTimeout adds the timeout to the get objects params

func (*GetObjectsParams) WriteToRequest added in v0.0.3

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

WriteToRequest writes these params to a swagger request

type GetObjectsReader added in v0.0.3

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

GetObjectsReader is a Reader for the GetObjects structure.

func (*GetObjectsReader) ReadResponse added in v0.0.3

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

ReadResponse reads a server response into the received o.

type PostGraphsGoalsDefault

type PostGraphsGoalsDefault struct {
	Payload interface{}
	// contains filtered or unexported fields
}

PostGraphsGoalsDefault describes a response with status code -1, with default header values.

PostGraphsGoalsDefault post graphs goals default

func NewPostGraphsGoalsDefault

func NewPostGraphsGoalsDefault(code int) *PostGraphsGoalsDefault

NewPostGraphsGoalsDefault creates a PostGraphsGoalsDefault with default headers values

func (*PostGraphsGoalsDefault) Code

func (o *PostGraphsGoalsDefault) Code() int

Code gets the status code for the post graphs goals default response

func (*PostGraphsGoalsDefault) Error

func (o *PostGraphsGoalsDefault) Error() string

func (*PostGraphsGoalsDefault) GetPayload

func (o *PostGraphsGoalsDefault) GetPayload() interface{}

func (*PostGraphsGoalsDefault) IsClientError

func (o *PostGraphsGoalsDefault) IsClientError() bool

IsClientError returns true when this post graphs goals default response has a 4xx status code

func (*PostGraphsGoalsDefault) IsCode

func (o *PostGraphsGoalsDefault) IsCode(code int) bool

IsCode returns true when this post graphs goals default response a status code equal to that given

func (*PostGraphsGoalsDefault) IsRedirect

func (o *PostGraphsGoalsDefault) IsRedirect() bool

IsRedirect returns true when this post graphs goals default response has a 3xx status code

func (*PostGraphsGoalsDefault) IsServerError

func (o *PostGraphsGoalsDefault) IsServerError() bool

IsServerError returns true when this post graphs goals default response has a 5xx status code

func (*PostGraphsGoalsDefault) IsSuccess

func (o *PostGraphsGoalsDefault) IsSuccess() bool

IsSuccess returns true when this post graphs goals default response has a 2xx status code

func (*PostGraphsGoalsDefault) String

func (o *PostGraphsGoalsDefault) String() string

type PostGraphsGoalsOK

type PostGraphsGoalsOK struct {
	Payload *models.Graph
}

PostGraphsGoalsOK describes a response with status code 200, with default header values.

OK

func NewPostGraphsGoalsOK

func NewPostGraphsGoalsOK() *PostGraphsGoalsOK

NewPostGraphsGoalsOK creates a PostGraphsGoalsOK with default headers values

func (*PostGraphsGoalsOK) Code

func (o *PostGraphsGoalsOK) Code() int

Code gets the status code for the post graphs goals o k response

func (*PostGraphsGoalsOK) Error

func (o *PostGraphsGoalsOK) Error() string

func (*PostGraphsGoalsOK) GetPayload

func (o *PostGraphsGoalsOK) GetPayload() *models.Graph

func (*PostGraphsGoalsOK) IsClientError

func (o *PostGraphsGoalsOK) IsClientError() bool

IsClientError returns true when this post graphs goals o k response has a 4xx status code

func (*PostGraphsGoalsOK) IsCode

func (o *PostGraphsGoalsOK) IsCode(code int) bool

IsCode returns true when this post graphs goals o k response a status code equal to that given

func (*PostGraphsGoalsOK) IsRedirect

func (o *PostGraphsGoalsOK) IsRedirect() bool

IsRedirect returns true when this post graphs goals o k response has a 3xx status code

func (*PostGraphsGoalsOK) IsServerError

func (o *PostGraphsGoalsOK) IsServerError() bool

IsServerError returns true when this post graphs goals o k response has a 5xx status code

func (*PostGraphsGoalsOK) IsSuccess

func (o *PostGraphsGoalsOK) IsSuccess() bool

IsSuccess returns true when this post graphs goals o k response has a 2xx status code

func (*PostGraphsGoalsOK) String

func (o *PostGraphsGoalsOK) String() string

type PostGraphsGoalsParams

type PostGraphsGoalsParams struct {

	/* Request.

	   search from start to goal classes
	*/
	Request *models.Goals

	/* Rules.

	   include rules in graph edges
	*/
	Rules *bool

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

PostGraphsGoalsParams contains all the parameters to send to the API endpoint

for the post graphs goals operation.

Typically these are written to a http.Request.

func NewPostGraphsGoalsParams

func NewPostGraphsGoalsParams() *PostGraphsGoalsParams

NewPostGraphsGoalsParams creates a new PostGraphsGoalsParams 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 NewPostGraphsGoalsParamsWithContext

func NewPostGraphsGoalsParamsWithContext(ctx context.Context) *PostGraphsGoalsParams

NewPostGraphsGoalsParamsWithContext creates a new PostGraphsGoalsParams object with the ability to set a context for a request.

func NewPostGraphsGoalsParamsWithHTTPClient

func NewPostGraphsGoalsParamsWithHTTPClient(client *http.Client) *PostGraphsGoalsParams

NewPostGraphsGoalsParamsWithHTTPClient creates a new PostGraphsGoalsParams object with the ability to set a custom HTTPClient for a request.

func NewPostGraphsGoalsParamsWithTimeout

func NewPostGraphsGoalsParamsWithTimeout(timeout time.Duration) *PostGraphsGoalsParams

NewPostGraphsGoalsParamsWithTimeout creates a new PostGraphsGoalsParams object with the ability to set a timeout on a request.

func (*PostGraphsGoalsParams) SetContext

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

SetContext adds the context to the post graphs goals params

func (*PostGraphsGoalsParams) SetDefaults

func (o *PostGraphsGoalsParams) SetDefaults()

SetDefaults hydrates default values in the post graphs goals params (not the query body).

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

func (*PostGraphsGoalsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post graphs goals params

func (*PostGraphsGoalsParams) SetRequest

func (o *PostGraphsGoalsParams) SetRequest(request *models.Goals)

SetRequest adds the request to the post graphs goals params

func (*PostGraphsGoalsParams) SetRules

func (o *PostGraphsGoalsParams) SetRules(rules *bool)

SetRules adds the rules to the post graphs goals params

func (*PostGraphsGoalsParams) SetTimeout

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

SetTimeout adds the timeout to the post graphs goals params

func (*PostGraphsGoalsParams) WithContext

WithContext adds the context to the post graphs goals params

func (*PostGraphsGoalsParams) WithDefaults

func (o *PostGraphsGoalsParams) WithDefaults() *PostGraphsGoalsParams

WithDefaults hydrates default values in the post graphs goals params (not the query body).

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

func (*PostGraphsGoalsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the post graphs goals params

func (*PostGraphsGoalsParams) WithRequest

func (o *PostGraphsGoalsParams) WithRequest(request *models.Goals) *PostGraphsGoalsParams

WithRequest adds the request to the post graphs goals params

func (*PostGraphsGoalsParams) WithRules

func (o *PostGraphsGoalsParams) WithRules(rules *bool) *PostGraphsGoalsParams

WithRules adds the rules to the post graphs goals params

func (*PostGraphsGoalsParams) WithTimeout

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

WithTimeout adds the timeout to the post graphs goals params

func (*PostGraphsGoalsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type PostGraphsGoalsPartialContent added in v0.0.5

type PostGraphsGoalsPartialContent struct {
	Payload *models.Graph
}

PostGraphsGoalsPartialContent describes a response with status code 206, with default header values.

interrupted, partial result

func NewPostGraphsGoalsPartialContent added in v0.0.5

func NewPostGraphsGoalsPartialContent() *PostGraphsGoalsPartialContent

NewPostGraphsGoalsPartialContent creates a PostGraphsGoalsPartialContent with default headers values

func (*PostGraphsGoalsPartialContent) Code added in v0.0.5

Code gets the status code for the post graphs goals partial content response

func (*PostGraphsGoalsPartialContent) Error added in v0.0.5

func (*PostGraphsGoalsPartialContent) GetPayload added in v0.0.5

func (o *PostGraphsGoalsPartialContent) GetPayload() *models.Graph

func (*PostGraphsGoalsPartialContent) IsClientError added in v0.0.5

func (o *PostGraphsGoalsPartialContent) IsClientError() bool

IsClientError returns true when this post graphs goals partial content response has a 4xx status code

func (*PostGraphsGoalsPartialContent) IsCode added in v0.0.5

func (o *PostGraphsGoalsPartialContent) IsCode(code int) bool

IsCode returns true when this post graphs goals partial content response a status code equal to that given

func (*PostGraphsGoalsPartialContent) IsRedirect added in v0.0.5

func (o *PostGraphsGoalsPartialContent) IsRedirect() bool

IsRedirect returns true when this post graphs goals partial content response has a 3xx status code

func (*PostGraphsGoalsPartialContent) IsServerError added in v0.0.5

func (o *PostGraphsGoalsPartialContent) IsServerError() bool

IsServerError returns true when this post graphs goals partial content response has a 5xx status code

func (*PostGraphsGoalsPartialContent) IsSuccess added in v0.0.5

func (o *PostGraphsGoalsPartialContent) IsSuccess() bool

IsSuccess returns true when this post graphs goals partial content response has a 2xx status code

func (*PostGraphsGoalsPartialContent) String added in v0.0.5

type PostGraphsGoalsReader

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

PostGraphsGoalsReader is a Reader for the PostGraphsGoals structure.

func (*PostGraphsGoalsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostGraphsNeighboursDefault

type PostGraphsNeighboursDefault struct {
	Payload interface{}
	// contains filtered or unexported fields
}

PostGraphsNeighboursDefault describes a response with status code -1, with default header values.

PostGraphsNeighboursDefault post graphs neighbours default

func NewPostGraphsNeighboursDefault

func NewPostGraphsNeighboursDefault(code int) *PostGraphsNeighboursDefault

NewPostGraphsNeighboursDefault creates a PostGraphsNeighboursDefault with default headers values

func (*PostGraphsNeighboursDefault) Code

func (o *PostGraphsNeighboursDefault) Code() int

Code gets the status code for the post graphs neighbours default response

func (*PostGraphsNeighboursDefault) Error

func (*PostGraphsNeighboursDefault) GetPayload

func (o *PostGraphsNeighboursDefault) GetPayload() interface{}

func (*PostGraphsNeighboursDefault) IsClientError

func (o *PostGraphsNeighboursDefault) IsClientError() bool

IsClientError returns true when this post graphs neighbours default response has a 4xx status code

func (*PostGraphsNeighboursDefault) IsCode

func (o *PostGraphsNeighboursDefault) IsCode(code int) bool

IsCode returns true when this post graphs neighbours default response a status code equal to that given

func (*PostGraphsNeighboursDefault) IsRedirect

func (o *PostGraphsNeighboursDefault) IsRedirect() bool

IsRedirect returns true when this post graphs neighbours default response has a 3xx status code

func (*PostGraphsNeighboursDefault) IsServerError

func (o *PostGraphsNeighboursDefault) IsServerError() bool

IsServerError returns true when this post graphs neighbours default response has a 5xx status code

func (*PostGraphsNeighboursDefault) IsSuccess

func (o *PostGraphsNeighboursDefault) IsSuccess() bool

IsSuccess returns true when this post graphs neighbours default response has a 2xx status code

func (*PostGraphsNeighboursDefault) String

func (o *PostGraphsNeighboursDefault) String() string

type PostGraphsNeighboursOK

type PostGraphsNeighboursOK struct {
	Payload *models.Graph
}

PostGraphsNeighboursOK describes a response with status code 200, with default header values.

OK

func NewPostGraphsNeighboursOK

func NewPostGraphsNeighboursOK() *PostGraphsNeighboursOK

NewPostGraphsNeighboursOK creates a PostGraphsNeighboursOK with default headers values

func (*PostGraphsNeighboursOK) Code

func (o *PostGraphsNeighboursOK) Code() int

Code gets the status code for the post graphs neighbours o k response

func (*PostGraphsNeighboursOK) Error

func (o *PostGraphsNeighboursOK) Error() string

func (*PostGraphsNeighboursOK) GetPayload

func (o *PostGraphsNeighboursOK) GetPayload() *models.Graph

func (*PostGraphsNeighboursOK) IsClientError

func (o *PostGraphsNeighboursOK) IsClientError() bool

IsClientError returns true when this post graphs neighbours o k response has a 4xx status code

func (*PostGraphsNeighboursOK) IsCode

func (o *PostGraphsNeighboursOK) IsCode(code int) bool

IsCode returns true when this post graphs neighbours o k response a status code equal to that given

func (*PostGraphsNeighboursOK) IsRedirect

func (o *PostGraphsNeighboursOK) IsRedirect() bool

IsRedirect returns true when this post graphs neighbours o k response has a 3xx status code

func (*PostGraphsNeighboursOK) IsServerError

func (o *PostGraphsNeighboursOK) IsServerError() bool

IsServerError returns true when this post graphs neighbours o k response has a 5xx status code

func (*PostGraphsNeighboursOK) IsSuccess

func (o *PostGraphsNeighboursOK) IsSuccess() bool

IsSuccess returns true when this post graphs neighbours o k response has a 2xx status code

func (*PostGraphsNeighboursOK) String

func (o *PostGraphsNeighboursOK) String() string

type PostGraphsNeighboursParams

type PostGraphsNeighboursParams struct {

	/* Request.

	   search from neighbours
	*/
	Request *models.Neighbours

	/* Rules.

	   include rules in graph edges
	*/
	Rules *bool

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

PostGraphsNeighboursParams contains all the parameters to send to the API endpoint

for the post graphs neighbours operation.

Typically these are written to a http.Request.

func NewPostGraphsNeighboursParams

func NewPostGraphsNeighboursParams() *PostGraphsNeighboursParams

NewPostGraphsNeighboursParams creates a new PostGraphsNeighboursParams 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 NewPostGraphsNeighboursParamsWithContext

func NewPostGraphsNeighboursParamsWithContext(ctx context.Context) *PostGraphsNeighboursParams

NewPostGraphsNeighboursParamsWithContext creates a new PostGraphsNeighboursParams object with the ability to set a context for a request.

func NewPostGraphsNeighboursParamsWithHTTPClient

func NewPostGraphsNeighboursParamsWithHTTPClient(client *http.Client) *PostGraphsNeighboursParams

NewPostGraphsNeighboursParamsWithHTTPClient creates a new PostGraphsNeighboursParams object with the ability to set a custom HTTPClient for a request.

func NewPostGraphsNeighboursParamsWithTimeout

func NewPostGraphsNeighboursParamsWithTimeout(timeout time.Duration) *PostGraphsNeighboursParams

NewPostGraphsNeighboursParamsWithTimeout creates a new PostGraphsNeighboursParams object with the ability to set a timeout on a request.

func (*PostGraphsNeighboursParams) SetContext

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

SetContext adds the context to the post graphs neighbours params

func (*PostGraphsNeighboursParams) SetDefaults

func (o *PostGraphsNeighboursParams) SetDefaults()

SetDefaults hydrates default values in the post graphs neighbours params (not the query body).

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

func (*PostGraphsNeighboursParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post graphs neighbours params

func (*PostGraphsNeighboursParams) SetRequest

func (o *PostGraphsNeighboursParams) SetRequest(request *models.Neighbours)

SetRequest adds the request to the post graphs neighbours params

func (*PostGraphsNeighboursParams) SetRules

func (o *PostGraphsNeighboursParams) SetRules(rules *bool)

SetRules adds the rules to the post graphs neighbours params

func (*PostGraphsNeighboursParams) SetTimeout

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

SetTimeout adds the timeout to the post graphs neighbours params

func (*PostGraphsNeighboursParams) WithContext

WithContext adds the context to the post graphs neighbours params

func (*PostGraphsNeighboursParams) WithDefaults

WithDefaults hydrates default values in the post graphs neighbours params (not the query body).

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

func (*PostGraphsNeighboursParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post graphs neighbours params

func (*PostGraphsNeighboursParams) WithRequest

WithRequest adds the request to the post graphs neighbours params

func (*PostGraphsNeighboursParams) WithRules

WithRules adds the rules to the post graphs neighbours params

func (*PostGraphsNeighboursParams) WithTimeout

WithTimeout adds the timeout to the post graphs neighbours params

func (*PostGraphsNeighboursParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostGraphsNeighboursPartialContent added in v0.0.5

type PostGraphsNeighboursPartialContent struct {
	Payload *models.Graph
}

PostGraphsNeighboursPartialContent describes a response with status code 206, with default header values.

interrupted, partial result

func NewPostGraphsNeighboursPartialContent added in v0.0.5

func NewPostGraphsNeighboursPartialContent() *PostGraphsNeighboursPartialContent

NewPostGraphsNeighboursPartialContent creates a PostGraphsNeighboursPartialContent with default headers values

func (*PostGraphsNeighboursPartialContent) Code added in v0.0.5

Code gets the status code for the post graphs neighbours partial content response

func (*PostGraphsNeighboursPartialContent) Error added in v0.0.5

func (*PostGraphsNeighboursPartialContent) GetPayload added in v0.0.5

func (*PostGraphsNeighboursPartialContent) IsClientError added in v0.0.5

func (o *PostGraphsNeighboursPartialContent) IsClientError() bool

IsClientError returns true when this post graphs neighbours partial content response has a 4xx status code

func (*PostGraphsNeighboursPartialContent) IsCode added in v0.0.5

IsCode returns true when this post graphs neighbours partial content response a status code equal to that given

func (*PostGraphsNeighboursPartialContent) IsRedirect added in v0.0.5

func (o *PostGraphsNeighboursPartialContent) IsRedirect() bool

IsRedirect returns true when this post graphs neighbours partial content response has a 3xx status code

func (*PostGraphsNeighboursPartialContent) IsServerError added in v0.0.5

func (o *PostGraphsNeighboursPartialContent) IsServerError() bool

IsServerError returns true when this post graphs neighbours partial content response has a 5xx status code

func (*PostGraphsNeighboursPartialContent) IsSuccess added in v0.0.5

IsSuccess returns true when this post graphs neighbours partial content response has a 2xx status code

func (*PostGraphsNeighboursPartialContent) String added in v0.0.5

type PostGraphsNeighboursReader

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

PostGraphsNeighboursReader is a Reader for the PostGraphsNeighbours structure.

func (*PostGraphsNeighboursReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostListsGoalsDefault

type PostListsGoalsDefault struct {
	Payload interface{}
	// contains filtered or unexported fields
}

PostListsGoalsDefault describes a response with status code -1, with default header values.

PostListsGoalsDefault post lists goals default

func NewPostListsGoalsDefault

func NewPostListsGoalsDefault(code int) *PostListsGoalsDefault

NewPostListsGoalsDefault creates a PostListsGoalsDefault with default headers values

func (*PostListsGoalsDefault) Code

func (o *PostListsGoalsDefault) Code() int

Code gets the status code for the post lists goals default response

func (*PostListsGoalsDefault) Error

func (o *PostListsGoalsDefault) Error() string

func (*PostListsGoalsDefault) GetPayload

func (o *PostListsGoalsDefault) GetPayload() interface{}

func (*PostListsGoalsDefault) IsClientError

func (o *PostListsGoalsDefault) IsClientError() bool

IsClientError returns true when this post lists goals default response has a 4xx status code

func (*PostListsGoalsDefault) IsCode

func (o *PostListsGoalsDefault) IsCode(code int) bool

IsCode returns true when this post lists goals default response a status code equal to that given

func (*PostListsGoalsDefault) IsRedirect

func (o *PostListsGoalsDefault) IsRedirect() bool

IsRedirect returns true when this post lists goals default response has a 3xx status code

func (*PostListsGoalsDefault) IsServerError

func (o *PostListsGoalsDefault) IsServerError() bool

IsServerError returns true when this post lists goals default response has a 5xx status code

func (*PostListsGoalsDefault) IsSuccess

func (o *PostListsGoalsDefault) IsSuccess() bool

IsSuccess returns true when this post lists goals default response has a 2xx status code

func (*PostListsGoalsDefault) String

func (o *PostListsGoalsDefault) String() string

type PostListsGoalsOK

type PostListsGoalsOK struct {
	Payload []*models.Node
}

PostListsGoalsOK describes a response with status code 200, with default header values.

OK

func NewPostListsGoalsOK

func NewPostListsGoalsOK() *PostListsGoalsOK

NewPostListsGoalsOK creates a PostListsGoalsOK with default headers values

func (*PostListsGoalsOK) Code

func (o *PostListsGoalsOK) Code() int

Code gets the status code for the post lists goals o k response

func (*PostListsGoalsOK) Error

func (o *PostListsGoalsOK) Error() string

func (*PostListsGoalsOK) GetPayload

func (o *PostListsGoalsOK) GetPayload() []*models.Node

func (*PostListsGoalsOK) IsClientError

func (o *PostListsGoalsOK) IsClientError() bool

IsClientError returns true when this post lists goals o k response has a 4xx status code

func (*PostListsGoalsOK) IsCode

func (o *PostListsGoalsOK) IsCode(code int) bool

IsCode returns true when this post lists goals o k response a status code equal to that given

func (*PostListsGoalsOK) IsRedirect

func (o *PostListsGoalsOK) IsRedirect() bool

IsRedirect returns true when this post lists goals o k response has a 3xx status code

func (*PostListsGoalsOK) IsServerError

func (o *PostListsGoalsOK) IsServerError() bool

IsServerError returns true when this post lists goals o k response has a 5xx status code

func (*PostListsGoalsOK) IsSuccess

func (o *PostListsGoalsOK) IsSuccess() bool

IsSuccess returns true when this post lists goals o k response has a 2xx status code

func (*PostListsGoalsOK) String

func (o *PostListsGoalsOK) String() string

type PostListsGoalsParams

type PostListsGoalsParams struct {

	/* Request.

	   search from start to goal classes
	*/
	Request *models.Goals

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

PostListsGoalsParams contains all the parameters to send to the API endpoint

for the post lists goals operation.

Typically these are written to a http.Request.

func NewPostListsGoalsParams

func NewPostListsGoalsParams() *PostListsGoalsParams

NewPostListsGoalsParams creates a new PostListsGoalsParams 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 NewPostListsGoalsParamsWithContext

func NewPostListsGoalsParamsWithContext(ctx context.Context) *PostListsGoalsParams

NewPostListsGoalsParamsWithContext creates a new PostListsGoalsParams object with the ability to set a context for a request.

func NewPostListsGoalsParamsWithHTTPClient

func NewPostListsGoalsParamsWithHTTPClient(client *http.Client) *PostListsGoalsParams

NewPostListsGoalsParamsWithHTTPClient creates a new PostListsGoalsParams object with the ability to set a custom HTTPClient for a request.

func NewPostListsGoalsParamsWithTimeout

func NewPostListsGoalsParamsWithTimeout(timeout time.Duration) *PostListsGoalsParams

NewPostListsGoalsParamsWithTimeout creates a new PostListsGoalsParams object with the ability to set a timeout on a request.

func (*PostListsGoalsParams) SetContext

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

SetContext adds the context to the post lists goals params

func (*PostListsGoalsParams) SetDefaults

func (o *PostListsGoalsParams) SetDefaults()

SetDefaults hydrates default values in the post lists goals params (not the query body).

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

func (*PostListsGoalsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post lists goals params

func (*PostListsGoalsParams) SetRequest

func (o *PostListsGoalsParams) SetRequest(request *models.Goals)

SetRequest adds the request to the post lists goals params

func (*PostListsGoalsParams) SetTimeout

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

SetTimeout adds the timeout to the post lists goals params

func (*PostListsGoalsParams) WithContext

WithContext adds the context to the post lists goals params

func (*PostListsGoalsParams) WithDefaults

func (o *PostListsGoalsParams) WithDefaults() *PostListsGoalsParams

WithDefaults hydrates default values in the post lists goals params (not the query body).

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

func (*PostListsGoalsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the post lists goals params

func (*PostListsGoalsParams) WithRequest

func (o *PostListsGoalsParams) WithRequest(request *models.Goals) *PostListsGoalsParams

WithRequest adds the request to the post lists goals params

func (*PostListsGoalsParams) WithTimeout

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

WithTimeout adds the timeout to the post lists goals params

func (*PostListsGoalsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type PostListsGoalsReader

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

PostListsGoalsReader is a Reader for the PostListsGoals structure.

func (*PostListsGoalsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutConfigDefault added in v0.0.4

type PutConfigDefault struct {
	Payload interface{}
	// contains filtered or unexported fields
}

PutConfigDefault describes a response with status code -1, with default header values.

PutConfigDefault put config default

func NewPutConfigDefault added in v0.0.4

func NewPutConfigDefault(code int) *PutConfigDefault

NewPutConfigDefault creates a PutConfigDefault with default headers values

func (*PutConfigDefault) Code added in v0.0.4

func (o *PutConfigDefault) Code() int

Code gets the status code for the put config default response

func (*PutConfigDefault) Error added in v0.0.4

func (o *PutConfigDefault) Error() string

func (*PutConfigDefault) GetPayload added in v0.0.4

func (o *PutConfigDefault) GetPayload() interface{}

func (*PutConfigDefault) IsClientError added in v0.0.4

func (o *PutConfigDefault) IsClientError() bool

IsClientError returns true when this put config default response has a 4xx status code

func (*PutConfigDefault) IsCode added in v0.0.4

func (o *PutConfigDefault) IsCode(code int) bool

IsCode returns true when this put config default response a status code equal to that given

func (*PutConfigDefault) IsRedirect added in v0.0.4

func (o *PutConfigDefault) IsRedirect() bool

IsRedirect returns true when this put config default response has a 3xx status code

func (*PutConfigDefault) IsServerError added in v0.0.4

func (o *PutConfigDefault) IsServerError() bool

IsServerError returns true when this put config default response has a 5xx status code

func (*PutConfigDefault) IsSuccess added in v0.0.4

func (o *PutConfigDefault) IsSuccess() bool

IsSuccess returns true when this put config default response has a 2xx status code

func (*PutConfigDefault) String added in v0.0.4

func (o *PutConfigDefault) String() string

type PutConfigOK added in v0.0.4

type PutConfigOK struct {
}

PutConfigOK describes a response with status code 200, with default header values.

OK

func NewPutConfigOK added in v0.0.4

func NewPutConfigOK() *PutConfigOK

NewPutConfigOK creates a PutConfigOK with default headers values

func (*PutConfigOK) Code added in v0.0.4

func (o *PutConfigOK) Code() int

Code gets the status code for the put config o k response

func (*PutConfigOK) Error added in v0.0.4

func (o *PutConfigOK) Error() string

func (*PutConfigOK) IsClientError added in v0.0.4

func (o *PutConfigOK) IsClientError() bool

IsClientError returns true when this put config o k response has a 4xx status code

func (*PutConfigOK) IsCode added in v0.0.4

func (o *PutConfigOK) IsCode(code int) bool

IsCode returns true when this put config o k response a status code equal to that given

func (*PutConfigOK) IsRedirect added in v0.0.4

func (o *PutConfigOK) IsRedirect() bool

IsRedirect returns true when this put config o k response has a 3xx status code

func (*PutConfigOK) IsServerError added in v0.0.4

func (o *PutConfigOK) IsServerError() bool

IsServerError returns true when this put config o k response has a 5xx status code

func (*PutConfigOK) IsSuccess added in v0.0.4

func (o *PutConfigOK) IsSuccess() bool

IsSuccess returns true when this put config o k response has a 2xx status code

func (*PutConfigOK) String added in v0.0.4

func (o *PutConfigOK) String() string

type PutConfigParams added in v0.0.4

type PutConfigParams struct {

	/* Verbose.

	   verbose setting for logging
	*/
	Verbose *int64

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

PutConfigParams contains all the parameters to send to the API endpoint

for the put config operation.

Typically these are written to a http.Request.

func NewPutConfigParams added in v0.0.4

func NewPutConfigParams() *PutConfigParams

NewPutConfigParams creates a new PutConfigParams 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 NewPutConfigParamsWithContext added in v0.0.4

func NewPutConfigParamsWithContext(ctx context.Context) *PutConfigParams

NewPutConfigParamsWithContext creates a new PutConfigParams object with the ability to set a context for a request.

func NewPutConfigParamsWithHTTPClient added in v0.0.4

func NewPutConfigParamsWithHTTPClient(client *http.Client) *PutConfigParams

NewPutConfigParamsWithHTTPClient creates a new PutConfigParams object with the ability to set a custom HTTPClient for a request.

func NewPutConfigParamsWithTimeout added in v0.0.4

func NewPutConfigParamsWithTimeout(timeout time.Duration) *PutConfigParams

NewPutConfigParamsWithTimeout creates a new PutConfigParams object with the ability to set a timeout on a request.

func (*PutConfigParams) SetContext added in v0.0.4

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

SetContext adds the context to the put config params

func (*PutConfigParams) SetDefaults added in v0.0.4

func (o *PutConfigParams) SetDefaults()

SetDefaults hydrates default values in the put config params (not the query body).

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

func (*PutConfigParams) SetHTTPClient added in v0.0.4

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

SetHTTPClient adds the HTTPClient to the put config params

func (*PutConfigParams) SetTimeout added in v0.0.4

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

SetTimeout adds the timeout to the put config params

func (*PutConfigParams) SetVerbose added in v0.0.4

func (o *PutConfigParams) SetVerbose(verbose *int64)

SetVerbose adds the verbose to the put config params

func (*PutConfigParams) WithContext added in v0.0.4

func (o *PutConfigParams) WithContext(ctx context.Context) *PutConfigParams

WithContext adds the context to the put config params

func (*PutConfigParams) WithDefaults added in v0.0.4

func (o *PutConfigParams) WithDefaults() *PutConfigParams

WithDefaults hydrates default values in the put config params (not the query body).

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

func (*PutConfigParams) WithHTTPClient added in v0.0.4

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

WithHTTPClient adds the HTTPClient to the put config params

func (*PutConfigParams) WithTimeout added in v0.0.4

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

WithTimeout adds the timeout to the put config params

func (*PutConfigParams) WithVerbose added in v0.0.4

func (o *PutConfigParams) WithVerbose(verbose *int64) *PutConfigParams

WithVerbose adds the verbose to the put config params

func (*PutConfigParams) WriteToRequest added in v0.0.4

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

WriteToRequest writes these params to a swagger request

type PutConfigReader added in v0.0.4

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

PutConfigReader is a Reader for the PutConfig structure.

func (*PutConfigReader) ReadResponse added in v0.0.4

func (o *PutConfigReader) 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