service_auth_tokens_deprecated

package
v0.0.0-...-7977c27 Latest Latest
Warning

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

Go to latest
Published: Mar 18, 2021 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const DeleteServiceAuthTokenDeprecatedNoContentCode int = 204

DeleteServiceAuthTokenDeprecatedNoContentCode is the HTTP code returned for type DeleteServiceAuthTokenDeprecatedNoContent

View Source
const FilterResultSetByLabelDeprecatedOKCode int = 200

FilterResultSetByLabelDeprecatedOKCode is the HTTP code returned for type FilterResultSetByLabelDeprecatedOK

View Source
const RetrieveServiceAuthTokenDeprecatedOKCode int = 200

RetrieveServiceAuthTokenDeprecatedOKCode is the HTTP code returned for type RetrieveServiceAuthTokenDeprecatedOK

Variables

This section is empty.

Functions

This section is empty.

Types

type DeleteServiceAuthTokenDeprecated

type DeleteServiceAuthTokenDeprecated struct {
	Context *middleware.Context
	Handler DeleteServiceAuthTokenDeprecatedHandler
}

DeleteServiceAuthTokenDeprecated swagger:route DELETE /service_auth_tokens/{guid} serviceAuthTokensDeprecated deleteServiceAuthTokenDeprecated

Delete a Particular Service Auth Token (deprecated)

curl --insecure -i %s/v2/service_auth_tokens/{guid} -X DELETE -H 'Authorization: %s'

func NewDeleteServiceAuthTokenDeprecated

func NewDeleteServiceAuthTokenDeprecated(ctx *middleware.Context, handler DeleteServiceAuthTokenDeprecatedHandler) *DeleteServiceAuthTokenDeprecated

NewDeleteServiceAuthTokenDeprecated creates a new http.Handler for the delete service auth token deprecated operation

func (*DeleteServiceAuthTokenDeprecated) ServeHTTP

type DeleteServiceAuthTokenDeprecatedHandler

type DeleteServiceAuthTokenDeprecatedHandler interface {
	Handle(DeleteServiceAuthTokenDeprecatedParams) middleware.Responder
}

DeleteServiceAuthTokenDeprecatedHandler interface for that can handle valid delete service auth token deprecated params

type DeleteServiceAuthTokenDeprecatedHandlerFunc

type DeleteServiceAuthTokenDeprecatedHandlerFunc func(DeleteServiceAuthTokenDeprecatedParams) middleware.Responder

DeleteServiceAuthTokenDeprecatedHandlerFunc turns a function with the right signature into a delete service auth token deprecated handler

func (DeleteServiceAuthTokenDeprecatedHandlerFunc) Handle

Handle executing the request and returning a response

type DeleteServiceAuthTokenDeprecatedNoContent

type DeleteServiceAuthTokenDeprecatedNoContent struct {
}

DeleteServiceAuthTokenDeprecatedNoContent successful response

swagger:response deleteServiceAuthTokenDeprecatedNoContent

func NewDeleteServiceAuthTokenDeprecatedNoContent

func NewDeleteServiceAuthTokenDeprecatedNoContent() *DeleteServiceAuthTokenDeprecatedNoContent

NewDeleteServiceAuthTokenDeprecatedNoContent creates DeleteServiceAuthTokenDeprecatedNoContent with default headers values

func (*DeleteServiceAuthTokenDeprecatedNoContent) WriteResponse

WriteResponse to the client

type DeleteServiceAuthTokenDeprecatedParams

type DeleteServiceAuthTokenDeprecatedParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*The guid parameter is used as a part of the request URL: '/v2/service_auth_tokens/:guid'
	  Required: true
	  In: path
	*/
	GUID string
}

DeleteServiceAuthTokenDeprecatedParams contains all the bound params for the delete service auth token deprecated operation typically these are obtained from a http.Request

swagger:parameters deleteServiceAuthTokenDeprecated

func NewDeleteServiceAuthTokenDeprecatedParams

func NewDeleteServiceAuthTokenDeprecatedParams() DeleteServiceAuthTokenDeprecatedParams

NewDeleteServiceAuthTokenDeprecatedParams creates a new DeleteServiceAuthTokenDeprecatedParams object no default values defined in spec.

func (*DeleteServiceAuthTokenDeprecatedParams) BindRequest

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewDeleteServiceAuthTokenDeprecatedParams() beforehand.

type DeleteServiceAuthTokenDeprecatedURL

type DeleteServiceAuthTokenDeprecatedURL struct {
	GUID string
	// contains filtered or unexported fields
}

DeleteServiceAuthTokenDeprecatedURL generates an URL for the delete service auth token deprecated operation

func (*DeleteServiceAuthTokenDeprecatedURL) Build

Build a url path and query string

func (*DeleteServiceAuthTokenDeprecatedURL) BuildFull

func (o *DeleteServiceAuthTokenDeprecatedURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*DeleteServiceAuthTokenDeprecatedURL) Must

Must is a helper function to panic when the url builder returns an error

func (*DeleteServiceAuthTokenDeprecatedURL) SetBasePath

func (o *DeleteServiceAuthTokenDeprecatedURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*DeleteServiceAuthTokenDeprecatedURL) String

String returns the string representation of the path with query string

func (*DeleteServiceAuthTokenDeprecatedURL) StringFull

func (o *DeleteServiceAuthTokenDeprecatedURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*DeleteServiceAuthTokenDeprecatedURL) WithBasePath

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type FilterResultSetByLabelDeprecated

type FilterResultSetByLabelDeprecated struct {
	Context *middleware.Context
	Handler FilterResultSetByLabelDeprecatedHandler
}

FilterResultSetByLabelDeprecated swagger:route GET /service_auth_tokens serviceAuthTokensDeprecated filterResultSetByLabelDeprecated

Filtering the result set by label (deprecated)

curl --insecure -i %s/v2/service_auth_tokens -X GET -H 'Authorization: %s'

func NewFilterResultSetByLabelDeprecated

func NewFilterResultSetByLabelDeprecated(ctx *middleware.Context, handler FilterResultSetByLabelDeprecatedHandler) *FilterResultSetByLabelDeprecated

NewFilterResultSetByLabelDeprecated creates a new http.Handler for the filter result set by label deprecated operation

func (*FilterResultSetByLabelDeprecated) ServeHTTP

type FilterResultSetByLabelDeprecatedHandler

type FilterResultSetByLabelDeprecatedHandler interface {
	Handle(FilterResultSetByLabelDeprecatedParams) middleware.Responder
}

FilterResultSetByLabelDeprecatedHandler interface for that can handle valid filter result set by label deprecated params

type FilterResultSetByLabelDeprecatedHandlerFunc

type FilterResultSetByLabelDeprecatedHandlerFunc func(FilterResultSetByLabelDeprecatedParams) middleware.Responder

FilterResultSetByLabelDeprecatedHandlerFunc turns a function with the right signature into a filter result set by label deprecated handler

func (FilterResultSetByLabelDeprecatedHandlerFunc) Handle

Handle executing the request and returning a response

type FilterResultSetByLabelDeprecatedOK

type FilterResultSetByLabelDeprecatedOK struct {

	/*
	  In: Body
	*/
	Payload *models.FilterResultSetByLabelDeprecatedResponsePaged `json:"body,omitempty"`
}

FilterResultSetByLabelDeprecatedOK successful response

swagger:response filterResultSetByLabelDeprecatedOK

func NewFilterResultSetByLabelDeprecatedOK

func NewFilterResultSetByLabelDeprecatedOK() *FilterResultSetByLabelDeprecatedOK

NewFilterResultSetByLabelDeprecatedOK creates FilterResultSetByLabelDeprecatedOK with default headers values

func (*FilterResultSetByLabelDeprecatedOK) SetPayload

SetPayload sets the payload to the filter result set by label deprecated o k response

func (*FilterResultSetByLabelDeprecatedOK) WithPayload

WithPayload adds the payload to the filter result set by label deprecated o k response

func (*FilterResultSetByLabelDeprecatedOK) WriteResponse

WriteResponse to the client

type FilterResultSetByLabelDeprecatedParams

type FilterResultSetByLabelDeprecatedParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`
}

FilterResultSetByLabelDeprecatedParams contains all the bound params for the filter result set by label deprecated operation typically these are obtained from a http.Request

swagger:parameters filterResultSetByLabelDeprecated

func NewFilterResultSetByLabelDeprecatedParams

func NewFilterResultSetByLabelDeprecatedParams() FilterResultSetByLabelDeprecatedParams

NewFilterResultSetByLabelDeprecatedParams creates a new FilterResultSetByLabelDeprecatedParams object no default values defined in spec.

func (*FilterResultSetByLabelDeprecatedParams) BindRequest

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewFilterResultSetByLabelDeprecatedParams() beforehand.

type FilterResultSetByLabelDeprecatedURL

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

FilterResultSetByLabelDeprecatedURL generates an URL for the filter result set by label deprecated operation

func (*FilterResultSetByLabelDeprecatedURL) Build

Build a url path and query string

func (*FilterResultSetByLabelDeprecatedURL) BuildFull

func (o *FilterResultSetByLabelDeprecatedURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*FilterResultSetByLabelDeprecatedURL) Must

Must is a helper function to panic when the url builder returns an error

func (*FilterResultSetByLabelDeprecatedURL) SetBasePath

func (o *FilterResultSetByLabelDeprecatedURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*FilterResultSetByLabelDeprecatedURL) String

String returns the string representation of the path with query string

func (*FilterResultSetByLabelDeprecatedURL) StringFull

func (o *FilterResultSetByLabelDeprecatedURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*FilterResultSetByLabelDeprecatedURL) WithBasePath

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type RetrieveServiceAuthTokenDeprecated

type RetrieveServiceAuthTokenDeprecated struct {
	Context *middleware.Context
	Handler RetrieveServiceAuthTokenDeprecatedHandler
}

RetrieveServiceAuthTokenDeprecated swagger:route GET /service_auth_tokens/{guid} serviceAuthTokensDeprecated retrieveServiceAuthTokenDeprecated

Retrieve a Particular Service Auth Token (deprecated)

curl --insecure -i %s/v2/service_auth_tokens/{guid} -X GET -H 'Authorization: %s'

func NewRetrieveServiceAuthTokenDeprecated

func NewRetrieveServiceAuthTokenDeprecated(ctx *middleware.Context, handler RetrieveServiceAuthTokenDeprecatedHandler) *RetrieveServiceAuthTokenDeprecated

NewRetrieveServiceAuthTokenDeprecated creates a new http.Handler for the retrieve service auth token deprecated operation

func (*RetrieveServiceAuthTokenDeprecated) ServeHTTP

type RetrieveServiceAuthTokenDeprecatedHandler

type RetrieveServiceAuthTokenDeprecatedHandler interface {
	Handle(RetrieveServiceAuthTokenDeprecatedParams) middleware.Responder
}

RetrieveServiceAuthTokenDeprecatedHandler interface for that can handle valid retrieve service auth token deprecated params

type RetrieveServiceAuthTokenDeprecatedHandlerFunc

type RetrieveServiceAuthTokenDeprecatedHandlerFunc func(RetrieveServiceAuthTokenDeprecatedParams) middleware.Responder

RetrieveServiceAuthTokenDeprecatedHandlerFunc turns a function with the right signature into a retrieve service auth token deprecated handler

func (RetrieveServiceAuthTokenDeprecatedHandlerFunc) Handle

Handle executing the request and returning a response

type RetrieveServiceAuthTokenDeprecatedOK

type RetrieveServiceAuthTokenDeprecatedOK struct {

	/*
	  In: Body
	*/
	Payload *models.RetrieveServiceAuthTokenDeprecatedResponseResource `json:"body,omitempty"`
}

RetrieveServiceAuthTokenDeprecatedOK successful response

swagger:response retrieveServiceAuthTokenDeprecatedOK

func NewRetrieveServiceAuthTokenDeprecatedOK

func NewRetrieveServiceAuthTokenDeprecatedOK() *RetrieveServiceAuthTokenDeprecatedOK

NewRetrieveServiceAuthTokenDeprecatedOK creates RetrieveServiceAuthTokenDeprecatedOK with default headers values

func (*RetrieveServiceAuthTokenDeprecatedOK) SetPayload

SetPayload sets the payload to the retrieve service auth token deprecated o k response

func (*RetrieveServiceAuthTokenDeprecatedOK) WithPayload

WithPayload adds the payload to the retrieve service auth token deprecated o k response

func (*RetrieveServiceAuthTokenDeprecatedOK) WriteResponse

WriteResponse to the client

type RetrieveServiceAuthTokenDeprecatedParams

type RetrieveServiceAuthTokenDeprecatedParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*The guid parameter is used as a part of the request URL: '/v2/service_auth_tokens/:guid'
	  Required: true
	  In: path
	*/
	GUID string
}

RetrieveServiceAuthTokenDeprecatedParams contains all the bound params for the retrieve service auth token deprecated operation typically these are obtained from a http.Request

swagger:parameters retrieveServiceAuthTokenDeprecated

func NewRetrieveServiceAuthTokenDeprecatedParams

func NewRetrieveServiceAuthTokenDeprecatedParams() RetrieveServiceAuthTokenDeprecatedParams

NewRetrieveServiceAuthTokenDeprecatedParams creates a new RetrieveServiceAuthTokenDeprecatedParams object no default values defined in spec.

func (*RetrieveServiceAuthTokenDeprecatedParams) BindRequest

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewRetrieveServiceAuthTokenDeprecatedParams() beforehand.

type RetrieveServiceAuthTokenDeprecatedURL

type RetrieveServiceAuthTokenDeprecatedURL struct {
	GUID string
	// contains filtered or unexported fields
}

RetrieveServiceAuthTokenDeprecatedURL generates an URL for the retrieve service auth token deprecated operation

func (*RetrieveServiceAuthTokenDeprecatedURL) Build

Build a url path and query string

func (*RetrieveServiceAuthTokenDeprecatedURL) BuildFull

func (o *RetrieveServiceAuthTokenDeprecatedURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*RetrieveServiceAuthTokenDeprecatedURL) Must

Must is a helper function to panic when the url builder returns an error

func (*RetrieveServiceAuthTokenDeprecatedURL) SetBasePath

func (o *RetrieveServiceAuthTokenDeprecatedURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*RetrieveServiceAuthTokenDeprecatedURL) String

String returns the string representation of the path with query string

func (*RetrieveServiceAuthTokenDeprecatedURL) StringFull

func (o *RetrieveServiceAuthTokenDeprecatedURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*RetrieveServiceAuthTokenDeprecatedURL) WithBasePath

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

Jump to

Keyboard shortcuts

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