server

package
v0.5.3-rc1 Latest Latest
Warning

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

Go to latest
Published: Aug 18, 2025 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

Package server provides primitives to interact with the openapi HTTP API.

Code generated by github.com/oapi-codegen/oapi-codegen/v2 version v2.3.0 DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Handler

func Handler(si ServerInterface) http.Handler

Handler creates http.Handler with routing matching OpenAPI spec.

func HandlerFromMux

func HandlerFromMux(si ServerInterface, r chi.Router) http.Handler

HandlerFromMux creates http.Handler with routing matching OpenAPI spec based on the provided mux.

func HandlerFromMuxWithBaseURL

func HandlerFromMuxWithBaseURL(si ServerInterface, r chi.Router, baseURL string) http.Handler

func HandlerWithOptions

func HandlerWithOptions(si ServerInterface, options ChiServerOptions) http.Handler

HandlerWithOptions creates http.Handler with additional options

Types

type ApproveEnrollmentRequest200JSONResponse

type ApproveEnrollmentRequest200JSONResponse EnrollmentRequestApprovalStatus

func (ApproveEnrollmentRequest200JSONResponse) VisitApproveEnrollmentRequestResponse

func (response ApproveEnrollmentRequest200JSONResponse) VisitApproveEnrollmentRequestResponse(w http.ResponseWriter) error

type ApproveEnrollmentRequest400JSONResponse

type ApproveEnrollmentRequest400JSONResponse Status

func (ApproveEnrollmentRequest400JSONResponse) VisitApproveEnrollmentRequestResponse

func (response ApproveEnrollmentRequest400JSONResponse) VisitApproveEnrollmentRequestResponse(w http.ResponseWriter) error

type ApproveEnrollmentRequest401JSONResponse

type ApproveEnrollmentRequest401JSONResponse Status

func (ApproveEnrollmentRequest401JSONResponse) VisitApproveEnrollmentRequestResponse

func (response ApproveEnrollmentRequest401JSONResponse) VisitApproveEnrollmentRequestResponse(w http.ResponseWriter) error

type ApproveEnrollmentRequest403JSONResponse added in v0.4.0

type ApproveEnrollmentRequest403JSONResponse Status

func (ApproveEnrollmentRequest403JSONResponse) VisitApproveEnrollmentRequestResponse added in v0.4.0

func (response ApproveEnrollmentRequest403JSONResponse) VisitApproveEnrollmentRequestResponse(w http.ResponseWriter) error

type ApproveEnrollmentRequest404JSONResponse

type ApproveEnrollmentRequest404JSONResponse Status

func (ApproveEnrollmentRequest404JSONResponse) VisitApproveEnrollmentRequestResponse

func (response ApproveEnrollmentRequest404JSONResponse) VisitApproveEnrollmentRequestResponse(w http.ResponseWriter) error

type ApproveEnrollmentRequest503JSONResponse added in v0.4.0

type ApproveEnrollmentRequest503JSONResponse Status

func (ApproveEnrollmentRequest503JSONResponse) VisitApproveEnrollmentRequestResponse added in v0.4.0

func (response ApproveEnrollmentRequest503JSONResponse) VisitApproveEnrollmentRequestResponse(w http.ResponseWriter) error

type ApproveEnrollmentRequestRequestObject

type ApproveEnrollmentRequestRequestObject struct {
	Name string `json:"name"`
	Body *ApproveEnrollmentRequestJSONRequestBody
}

type ApproveEnrollmentRequestResponseObject

type ApproveEnrollmentRequestResponseObject interface {
	VisitApproveEnrollmentRequestResponse(w http.ResponseWriter) error
}

type AuthConfig200JSONResponse

type AuthConfig200JSONResponse AuthConfig

func (AuthConfig200JSONResponse) VisitAuthConfigResponse

func (response AuthConfig200JSONResponse) VisitAuthConfigResponse(w http.ResponseWriter) error

type AuthConfig418Response

type AuthConfig418Response struct {
}

func (AuthConfig418Response) VisitAuthConfigResponse

func (response AuthConfig418Response) VisitAuthConfigResponse(w http.ResponseWriter) error

type AuthConfigRequestObject

type AuthConfigRequestObject struct {
}

type AuthConfigResponseObject

type AuthConfigResponseObject interface {
	VisitAuthConfigResponse(w http.ResponseWriter) error
}

type AuthValidate200Response

type AuthValidate200Response struct {
}

func (AuthValidate200Response) VisitAuthValidateResponse

func (response AuthValidate200Response) VisitAuthValidateResponse(w http.ResponseWriter) error

type AuthValidate401Response

type AuthValidate401Response struct {
}

func (AuthValidate401Response) VisitAuthValidateResponse

func (response AuthValidate401Response) VisitAuthValidateResponse(w http.ResponseWriter) error

type AuthValidate418Response

type AuthValidate418Response struct {
}

func (AuthValidate418Response) VisitAuthValidateResponse

func (response AuthValidate418Response) VisitAuthValidateResponse(w http.ResponseWriter) error

type AuthValidate500JSONResponse added in v0.3.0

type AuthValidate500JSONResponse Status

func (AuthValidate500JSONResponse) VisitAuthValidateResponse added in v0.3.0

func (response AuthValidate500JSONResponse) VisitAuthValidateResponse(w http.ResponseWriter) error

type AuthValidateRequestObject

type AuthValidateRequestObject struct {
	Params AuthValidateParams
}

type AuthValidateResponseObject

type AuthValidateResponseObject interface {
	VisitAuthValidateResponse(w http.ResponseWriter) error
}

type ChiServerOptions

type ChiServerOptions struct {
	BaseURL          string
	BaseRouter       chi.Router
	Middlewares      []MiddlewareFunc
	ErrorHandlerFunc func(w http.ResponseWriter, r *http.Request, err error)
}

type CreateCertificateSigningRequest201JSONResponse

type CreateCertificateSigningRequest201JSONResponse CertificateSigningRequest

func (CreateCertificateSigningRequest201JSONResponse) VisitCreateCertificateSigningRequestResponse

func (response CreateCertificateSigningRequest201JSONResponse) VisitCreateCertificateSigningRequestResponse(w http.ResponseWriter) error

type CreateCertificateSigningRequest400JSONResponse

type CreateCertificateSigningRequest400JSONResponse Status

func (CreateCertificateSigningRequest400JSONResponse) VisitCreateCertificateSigningRequestResponse

func (response CreateCertificateSigningRequest400JSONResponse) VisitCreateCertificateSigningRequestResponse(w http.ResponseWriter) error

type CreateCertificateSigningRequest401JSONResponse

type CreateCertificateSigningRequest401JSONResponse Status

func (CreateCertificateSigningRequest401JSONResponse) VisitCreateCertificateSigningRequestResponse

func (response CreateCertificateSigningRequest401JSONResponse) VisitCreateCertificateSigningRequestResponse(w http.ResponseWriter) error

type CreateCertificateSigningRequest403JSONResponse added in v0.4.0

type CreateCertificateSigningRequest403JSONResponse Status

func (CreateCertificateSigningRequest403JSONResponse) VisitCreateCertificateSigningRequestResponse added in v0.4.0

func (response CreateCertificateSigningRequest403JSONResponse) VisitCreateCertificateSigningRequestResponse(w http.ResponseWriter) error

type CreateCertificateSigningRequest409JSONResponse added in v0.4.0

type CreateCertificateSigningRequest409JSONResponse Status

func (CreateCertificateSigningRequest409JSONResponse) VisitCreateCertificateSigningRequestResponse added in v0.4.0

func (response CreateCertificateSigningRequest409JSONResponse) VisitCreateCertificateSigningRequestResponse(w http.ResponseWriter) error

type CreateCertificateSigningRequest503JSONResponse added in v0.4.0

type CreateCertificateSigningRequest503JSONResponse Status

func (CreateCertificateSigningRequest503JSONResponse) VisitCreateCertificateSigningRequestResponse added in v0.4.0

func (response CreateCertificateSigningRequest503JSONResponse) VisitCreateCertificateSigningRequestResponse(w http.ResponseWriter) error

type CreateCertificateSigningRequestRequestObject

type CreateCertificateSigningRequestRequestObject struct {
	Body *CreateCertificateSigningRequestJSONRequestBody
}

type CreateCertificateSigningRequestResponseObject

type CreateCertificateSigningRequestResponseObject interface {
	VisitCreateCertificateSigningRequestResponse(w http.ResponseWriter) error
}

type CreateDevice201JSONResponse

type CreateDevice201JSONResponse Device

func (CreateDevice201JSONResponse) VisitCreateDeviceResponse

func (response CreateDevice201JSONResponse) VisitCreateDeviceResponse(w http.ResponseWriter) error

type CreateDevice400JSONResponse

type CreateDevice400JSONResponse Status

func (CreateDevice400JSONResponse) VisitCreateDeviceResponse

func (response CreateDevice400JSONResponse) VisitCreateDeviceResponse(w http.ResponseWriter) error

type CreateDevice401JSONResponse

type CreateDevice401JSONResponse Status

func (CreateDevice401JSONResponse) VisitCreateDeviceResponse

func (response CreateDevice401JSONResponse) VisitCreateDeviceResponse(w http.ResponseWriter) error

type CreateDevice403JSONResponse added in v0.4.0

type CreateDevice403JSONResponse Status

func (CreateDevice403JSONResponse) VisitCreateDeviceResponse added in v0.4.0

func (response CreateDevice403JSONResponse) VisitCreateDeviceResponse(w http.ResponseWriter) error

type CreateDevice409JSONResponse

type CreateDevice409JSONResponse Status

func (CreateDevice409JSONResponse) VisitCreateDeviceResponse

func (response CreateDevice409JSONResponse) VisitCreateDeviceResponse(w http.ResponseWriter) error

type CreateDevice503JSONResponse added in v0.4.0

type CreateDevice503JSONResponse Status

func (CreateDevice503JSONResponse) VisitCreateDeviceResponse added in v0.4.0

func (response CreateDevice503JSONResponse) VisitCreateDeviceResponse(w http.ResponseWriter) error

type CreateDeviceRequestObject

type CreateDeviceRequestObject struct {
	Body *CreateDeviceJSONRequestBody
}

type CreateDeviceResponseObject

type CreateDeviceResponseObject interface {
	VisitCreateDeviceResponse(w http.ResponseWriter) error
}

type CreateEnrollmentRequest201JSONResponse

type CreateEnrollmentRequest201JSONResponse EnrollmentRequest

func (CreateEnrollmentRequest201JSONResponse) VisitCreateEnrollmentRequestResponse

func (response CreateEnrollmentRequest201JSONResponse) VisitCreateEnrollmentRequestResponse(w http.ResponseWriter) error

type CreateEnrollmentRequest400JSONResponse

type CreateEnrollmentRequest400JSONResponse Status

func (CreateEnrollmentRequest400JSONResponse) VisitCreateEnrollmentRequestResponse

func (response CreateEnrollmentRequest400JSONResponse) VisitCreateEnrollmentRequestResponse(w http.ResponseWriter) error

type CreateEnrollmentRequest401JSONResponse

type CreateEnrollmentRequest401JSONResponse Status

func (CreateEnrollmentRequest401JSONResponse) VisitCreateEnrollmentRequestResponse

func (response CreateEnrollmentRequest401JSONResponse) VisitCreateEnrollmentRequestResponse(w http.ResponseWriter) error

type CreateEnrollmentRequest403JSONResponse added in v0.4.0

type CreateEnrollmentRequest403JSONResponse Status

func (CreateEnrollmentRequest403JSONResponse) VisitCreateEnrollmentRequestResponse added in v0.4.0

func (response CreateEnrollmentRequest403JSONResponse) VisitCreateEnrollmentRequestResponse(w http.ResponseWriter) error

type CreateEnrollmentRequest409JSONResponse

type CreateEnrollmentRequest409JSONResponse Status

func (CreateEnrollmentRequest409JSONResponse) VisitCreateEnrollmentRequestResponse

func (response CreateEnrollmentRequest409JSONResponse) VisitCreateEnrollmentRequestResponse(w http.ResponseWriter) error

type CreateEnrollmentRequest503JSONResponse added in v0.4.0

type CreateEnrollmentRequest503JSONResponse Status

func (CreateEnrollmentRequest503JSONResponse) VisitCreateEnrollmentRequestResponse added in v0.4.0

func (response CreateEnrollmentRequest503JSONResponse) VisitCreateEnrollmentRequestResponse(w http.ResponseWriter) error

type CreateEnrollmentRequestRequestObject

type CreateEnrollmentRequestRequestObject struct {
	Body *CreateEnrollmentRequestJSONRequestBody
}

type CreateEnrollmentRequestResponseObject

type CreateEnrollmentRequestResponseObject interface {
	VisitCreateEnrollmentRequestResponse(w http.ResponseWriter) error
}

type CreateFleet201JSONResponse

type CreateFleet201JSONResponse Fleet

func (CreateFleet201JSONResponse) VisitCreateFleetResponse

func (response CreateFleet201JSONResponse) VisitCreateFleetResponse(w http.ResponseWriter) error

type CreateFleet400JSONResponse

type CreateFleet400JSONResponse Status

func (CreateFleet400JSONResponse) VisitCreateFleetResponse

func (response CreateFleet400JSONResponse) VisitCreateFleetResponse(w http.ResponseWriter) error

type CreateFleet401JSONResponse

type CreateFleet401JSONResponse Status

func (CreateFleet401JSONResponse) VisitCreateFleetResponse

func (response CreateFleet401JSONResponse) VisitCreateFleetResponse(w http.ResponseWriter) error

type CreateFleet403JSONResponse added in v0.4.0

type CreateFleet403JSONResponse Status

func (CreateFleet403JSONResponse) VisitCreateFleetResponse added in v0.4.0

func (response CreateFleet403JSONResponse) VisitCreateFleetResponse(w http.ResponseWriter) error

type CreateFleet409JSONResponse

type CreateFleet409JSONResponse Status

func (CreateFleet409JSONResponse) VisitCreateFleetResponse

func (response CreateFleet409JSONResponse) VisitCreateFleetResponse(w http.ResponseWriter) error

type CreateFleet503JSONResponse added in v0.4.0

type CreateFleet503JSONResponse Status

func (CreateFleet503JSONResponse) VisitCreateFleetResponse added in v0.4.0

func (response CreateFleet503JSONResponse) VisitCreateFleetResponse(w http.ResponseWriter) error

type CreateFleetRequestObject

type CreateFleetRequestObject struct {
	Body *CreateFleetJSONRequestBody
}

type CreateFleetResponseObject

type CreateFleetResponseObject interface {
	VisitCreateFleetResponse(w http.ResponseWriter) error
}

type CreateRepository201JSONResponse

type CreateRepository201JSONResponse Repository

func (CreateRepository201JSONResponse) VisitCreateRepositoryResponse

func (response CreateRepository201JSONResponse) VisitCreateRepositoryResponse(w http.ResponseWriter) error

type CreateRepository400JSONResponse

type CreateRepository400JSONResponse Status

func (CreateRepository400JSONResponse) VisitCreateRepositoryResponse

func (response CreateRepository400JSONResponse) VisitCreateRepositoryResponse(w http.ResponseWriter) error

type CreateRepository401JSONResponse

type CreateRepository401JSONResponse Status

func (CreateRepository401JSONResponse) VisitCreateRepositoryResponse

func (response CreateRepository401JSONResponse) VisitCreateRepositoryResponse(w http.ResponseWriter) error

type CreateRepository403JSONResponse added in v0.4.0

type CreateRepository403JSONResponse Status

func (CreateRepository403JSONResponse) VisitCreateRepositoryResponse added in v0.4.0

func (response CreateRepository403JSONResponse) VisitCreateRepositoryResponse(w http.ResponseWriter) error

type CreateRepository409JSONResponse

type CreateRepository409JSONResponse Status

func (CreateRepository409JSONResponse) VisitCreateRepositoryResponse

func (response CreateRepository409JSONResponse) VisitCreateRepositoryResponse(w http.ResponseWriter) error

type CreateRepository503JSONResponse added in v0.4.0

type CreateRepository503JSONResponse Status

func (CreateRepository503JSONResponse) VisitCreateRepositoryResponse added in v0.4.0

func (response CreateRepository503JSONResponse) VisitCreateRepositoryResponse(w http.ResponseWriter) error

type CreateRepositoryRequestObject

type CreateRepositoryRequestObject struct {
	Body *CreateRepositoryJSONRequestBody
}

type CreateRepositoryResponseObject

type CreateRepositoryResponseObject interface {
	VisitCreateRepositoryResponse(w http.ResponseWriter) error
}

type CreateResourceSync201JSONResponse

type CreateResourceSync201JSONResponse ResourceSync

func (CreateResourceSync201JSONResponse) VisitCreateResourceSyncResponse

func (response CreateResourceSync201JSONResponse) VisitCreateResourceSyncResponse(w http.ResponseWriter) error

type CreateResourceSync400JSONResponse

type CreateResourceSync400JSONResponse Status

func (CreateResourceSync400JSONResponse) VisitCreateResourceSyncResponse

func (response CreateResourceSync400JSONResponse) VisitCreateResourceSyncResponse(w http.ResponseWriter) error

type CreateResourceSync401JSONResponse

type CreateResourceSync401JSONResponse Status

func (CreateResourceSync401JSONResponse) VisitCreateResourceSyncResponse

func (response CreateResourceSync401JSONResponse) VisitCreateResourceSyncResponse(w http.ResponseWriter) error

type CreateResourceSync403JSONResponse added in v0.4.0

type CreateResourceSync403JSONResponse Status

func (CreateResourceSync403JSONResponse) VisitCreateResourceSyncResponse added in v0.4.0

func (response CreateResourceSync403JSONResponse) VisitCreateResourceSyncResponse(w http.ResponseWriter) error

type CreateResourceSync409JSONResponse

type CreateResourceSync409JSONResponse Status

func (CreateResourceSync409JSONResponse) VisitCreateResourceSyncResponse

func (response CreateResourceSync409JSONResponse) VisitCreateResourceSyncResponse(w http.ResponseWriter) error

type CreateResourceSync503JSONResponse added in v0.4.0

type CreateResourceSync503JSONResponse Status

func (CreateResourceSync503JSONResponse) VisitCreateResourceSyncResponse added in v0.4.0

func (response CreateResourceSync503JSONResponse) VisitCreateResourceSyncResponse(w http.ResponseWriter) error

type CreateResourceSyncRequestObject

type CreateResourceSyncRequestObject struct {
	Body *CreateResourceSyncJSONRequestBody
}

type CreateResourceSyncResponseObject

type CreateResourceSyncResponseObject interface {
	VisitCreateResourceSyncResponse(w http.ResponseWriter) error
}

type DecommissionDevice200JSONResponse added in v0.4.0

type DecommissionDevice200JSONResponse Device

func (DecommissionDevice200JSONResponse) VisitDecommissionDeviceResponse added in v0.4.0

func (response DecommissionDevice200JSONResponse) VisitDecommissionDeviceResponse(w http.ResponseWriter) error

type DecommissionDevice400JSONResponse added in v0.4.0

type DecommissionDevice400JSONResponse Status

func (DecommissionDevice400JSONResponse) VisitDecommissionDeviceResponse added in v0.4.0

func (response DecommissionDevice400JSONResponse) VisitDecommissionDeviceResponse(w http.ResponseWriter) error

type DecommissionDevice401JSONResponse added in v0.4.0

type DecommissionDevice401JSONResponse Status

func (DecommissionDevice401JSONResponse) VisitDecommissionDeviceResponse added in v0.4.0

func (response DecommissionDevice401JSONResponse) VisitDecommissionDeviceResponse(w http.ResponseWriter) error

type DecommissionDevice403JSONResponse added in v0.4.0

type DecommissionDevice403JSONResponse Status

func (DecommissionDevice403JSONResponse) VisitDecommissionDeviceResponse added in v0.4.0

func (response DecommissionDevice403JSONResponse) VisitDecommissionDeviceResponse(w http.ResponseWriter) error

type DecommissionDevice404JSONResponse added in v0.4.0

type DecommissionDevice404JSONResponse Status

func (DecommissionDevice404JSONResponse) VisitDecommissionDeviceResponse added in v0.4.0

func (response DecommissionDevice404JSONResponse) VisitDecommissionDeviceResponse(w http.ResponseWriter) error

type DecommissionDevice503JSONResponse added in v0.4.0

type DecommissionDevice503JSONResponse Status

func (DecommissionDevice503JSONResponse) VisitDecommissionDeviceResponse added in v0.4.0

func (response DecommissionDevice503JSONResponse) VisitDecommissionDeviceResponse(w http.ResponseWriter) error

type DecommissionDeviceRequestObject added in v0.4.0

type DecommissionDeviceRequestObject struct {
	Name string `json:"name"`
	Body *DecommissionDeviceJSONRequestBody
}

type DecommissionDeviceResponseObject added in v0.4.0

type DecommissionDeviceResponseObject interface {
	VisitDecommissionDeviceResponse(w http.ResponseWriter) error
}

type DeleteCertificateSigningRequest200JSONResponse

type DeleteCertificateSigningRequest200JSONResponse CertificateSigningRequest

func (DeleteCertificateSigningRequest200JSONResponse) VisitDeleteCertificateSigningRequestResponse

func (response DeleteCertificateSigningRequest200JSONResponse) VisitDeleteCertificateSigningRequestResponse(w http.ResponseWriter) error

type DeleteCertificateSigningRequest401JSONResponse

type DeleteCertificateSigningRequest401JSONResponse Status

func (DeleteCertificateSigningRequest401JSONResponse) VisitDeleteCertificateSigningRequestResponse

func (response DeleteCertificateSigningRequest401JSONResponse) VisitDeleteCertificateSigningRequestResponse(w http.ResponseWriter) error

type DeleteCertificateSigningRequest403JSONResponse added in v0.4.0

type DeleteCertificateSigningRequest403JSONResponse Status

func (DeleteCertificateSigningRequest403JSONResponse) VisitDeleteCertificateSigningRequestResponse added in v0.4.0

func (response DeleteCertificateSigningRequest403JSONResponse) VisitDeleteCertificateSigningRequestResponse(w http.ResponseWriter) error

type DeleteCertificateSigningRequest404JSONResponse

type DeleteCertificateSigningRequest404JSONResponse Status

func (DeleteCertificateSigningRequest404JSONResponse) VisitDeleteCertificateSigningRequestResponse

func (response DeleteCertificateSigningRequest404JSONResponse) VisitDeleteCertificateSigningRequestResponse(w http.ResponseWriter) error

type DeleteCertificateSigningRequest503JSONResponse added in v0.4.0

type DeleteCertificateSigningRequest503JSONResponse Status

func (DeleteCertificateSigningRequest503JSONResponse) VisitDeleteCertificateSigningRequestResponse added in v0.4.0

func (response DeleteCertificateSigningRequest503JSONResponse) VisitDeleteCertificateSigningRequestResponse(w http.ResponseWriter) error

type DeleteCertificateSigningRequestRequestObject

type DeleteCertificateSigningRequestRequestObject struct {
	Name string `json:"name"`
}

type DeleteCertificateSigningRequestResponseObject

type DeleteCertificateSigningRequestResponseObject interface {
	VisitDeleteCertificateSigningRequestResponse(w http.ResponseWriter) error
}

type DeleteCertificateSigningRequests200JSONResponse

type DeleteCertificateSigningRequests200JSONResponse Status

func (DeleteCertificateSigningRequests200JSONResponse) VisitDeleteCertificateSigningRequestsResponse

func (response DeleteCertificateSigningRequests200JSONResponse) VisitDeleteCertificateSigningRequestsResponse(w http.ResponseWriter) error

type DeleteCertificateSigningRequests401JSONResponse

type DeleteCertificateSigningRequests401JSONResponse Status

func (DeleteCertificateSigningRequests401JSONResponse) VisitDeleteCertificateSigningRequestsResponse

func (response DeleteCertificateSigningRequests401JSONResponse) VisitDeleteCertificateSigningRequestsResponse(w http.ResponseWriter) error

type DeleteCertificateSigningRequests403JSONResponse added in v0.4.0

type DeleteCertificateSigningRequests403JSONResponse Status

func (DeleteCertificateSigningRequests403JSONResponse) VisitDeleteCertificateSigningRequestsResponse added in v0.4.0

func (response DeleteCertificateSigningRequests403JSONResponse) VisitDeleteCertificateSigningRequestsResponse(w http.ResponseWriter) error

type DeleteCertificateSigningRequests503JSONResponse added in v0.4.0

type DeleteCertificateSigningRequests503JSONResponse Status

func (DeleteCertificateSigningRequests503JSONResponse) VisitDeleteCertificateSigningRequestsResponse added in v0.4.0

func (response DeleteCertificateSigningRequests503JSONResponse) VisitDeleteCertificateSigningRequestsResponse(w http.ResponseWriter) error

type DeleteCertificateSigningRequestsRequestObject

type DeleteCertificateSigningRequestsRequestObject struct {
}

type DeleteCertificateSigningRequestsResponseObject

type DeleteCertificateSigningRequestsResponseObject interface {
	VisitDeleteCertificateSigningRequestsResponse(w http.ResponseWriter) error
}

type DeleteDevice200JSONResponse

type DeleteDevice200JSONResponse Device

func (DeleteDevice200JSONResponse) VisitDeleteDeviceResponse

func (response DeleteDevice200JSONResponse) VisitDeleteDeviceResponse(w http.ResponseWriter) error

type DeleteDevice401JSONResponse

type DeleteDevice401JSONResponse Status

func (DeleteDevice401JSONResponse) VisitDeleteDeviceResponse

func (response DeleteDevice401JSONResponse) VisitDeleteDeviceResponse(w http.ResponseWriter) error

type DeleteDevice403JSONResponse added in v0.4.0

type DeleteDevice403JSONResponse Status

func (DeleteDevice403JSONResponse) VisitDeleteDeviceResponse added in v0.4.0

func (response DeleteDevice403JSONResponse) VisitDeleteDeviceResponse(w http.ResponseWriter) error

type DeleteDevice404JSONResponse

type DeleteDevice404JSONResponse Status

func (DeleteDevice404JSONResponse) VisitDeleteDeviceResponse

func (response DeleteDevice404JSONResponse) VisitDeleteDeviceResponse(w http.ResponseWriter) error

type DeleteDevice503JSONResponse added in v0.4.0

type DeleteDevice503JSONResponse Status

func (DeleteDevice503JSONResponse) VisitDeleteDeviceResponse added in v0.4.0

func (response DeleteDevice503JSONResponse) VisitDeleteDeviceResponse(w http.ResponseWriter) error

type DeleteDeviceRequestObject

type DeleteDeviceRequestObject struct {
	Name string `json:"name"`
}

type DeleteDeviceResponseObject

type DeleteDeviceResponseObject interface {
	VisitDeleteDeviceResponse(w http.ResponseWriter) error
}

type DeleteDevices200JSONResponse

type DeleteDevices200JSONResponse Status

func (DeleteDevices200JSONResponse) VisitDeleteDevicesResponse

func (response DeleteDevices200JSONResponse) VisitDeleteDevicesResponse(w http.ResponseWriter) error

type DeleteDevices401JSONResponse

type DeleteDevices401JSONResponse Status

func (DeleteDevices401JSONResponse) VisitDeleteDevicesResponse

func (response DeleteDevices401JSONResponse) VisitDeleteDevicesResponse(w http.ResponseWriter) error

type DeleteDevices403JSONResponse added in v0.4.0

type DeleteDevices403JSONResponse Status

func (DeleteDevices403JSONResponse) VisitDeleteDevicesResponse added in v0.4.0

func (response DeleteDevices403JSONResponse) VisitDeleteDevicesResponse(w http.ResponseWriter) error

type DeleteDevices503JSONResponse added in v0.4.0

type DeleteDevices503JSONResponse Status

func (DeleteDevices503JSONResponse) VisitDeleteDevicesResponse added in v0.4.0

func (response DeleteDevices503JSONResponse) VisitDeleteDevicesResponse(w http.ResponseWriter) error

type DeleteDevicesRequestObject

type DeleteDevicesRequestObject struct {
}

type DeleteDevicesResponseObject

type DeleteDevicesResponseObject interface {
	VisitDeleteDevicesResponse(w http.ResponseWriter) error
}

type DeleteEnrollmentRequest200JSONResponse

type DeleteEnrollmentRequest200JSONResponse EnrollmentRequest

func (DeleteEnrollmentRequest200JSONResponse) VisitDeleteEnrollmentRequestResponse

func (response DeleteEnrollmentRequest200JSONResponse) VisitDeleteEnrollmentRequestResponse(w http.ResponseWriter) error

type DeleteEnrollmentRequest401JSONResponse

type DeleteEnrollmentRequest401JSONResponse Status

func (DeleteEnrollmentRequest401JSONResponse) VisitDeleteEnrollmentRequestResponse

func (response DeleteEnrollmentRequest401JSONResponse) VisitDeleteEnrollmentRequestResponse(w http.ResponseWriter) error

type DeleteEnrollmentRequest403JSONResponse added in v0.4.0

type DeleteEnrollmentRequest403JSONResponse Status

func (DeleteEnrollmentRequest403JSONResponse) VisitDeleteEnrollmentRequestResponse added in v0.4.0

func (response DeleteEnrollmentRequest403JSONResponse) VisitDeleteEnrollmentRequestResponse(w http.ResponseWriter) error

type DeleteEnrollmentRequest404JSONResponse

type DeleteEnrollmentRequest404JSONResponse Status

func (DeleteEnrollmentRequest404JSONResponse) VisitDeleteEnrollmentRequestResponse

func (response DeleteEnrollmentRequest404JSONResponse) VisitDeleteEnrollmentRequestResponse(w http.ResponseWriter) error

type DeleteEnrollmentRequest503JSONResponse added in v0.4.0

type DeleteEnrollmentRequest503JSONResponse Status

func (DeleteEnrollmentRequest503JSONResponse) VisitDeleteEnrollmentRequestResponse added in v0.4.0

func (response DeleteEnrollmentRequest503JSONResponse) VisitDeleteEnrollmentRequestResponse(w http.ResponseWriter) error

type DeleteEnrollmentRequestRequestObject

type DeleteEnrollmentRequestRequestObject struct {
	Name string `json:"name"`
}

type DeleteEnrollmentRequestResponseObject

type DeleteEnrollmentRequestResponseObject interface {
	VisitDeleteEnrollmentRequestResponse(w http.ResponseWriter) error
}

type DeleteEnrollmentRequests200JSONResponse

type DeleteEnrollmentRequests200JSONResponse Status

func (DeleteEnrollmentRequests200JSONResponse) VisitDeleteEnrollmentRequestsResponse

func (response DeleteEnrollmentRequests200JSONResponse) VisitDeleteEnrollmentRequestsResponse(w http.ResponseWriter) error

type DeleteEnrollmentRequests401JSONResponse

type DeleteEnrollmentRequests401JSONResponse Status

func (DeleteEnrollmentRequests401JSONResponse) VisitDeleteEnrollmentRequestsResponse

func (response DeleteEnrollmentRequests401JSONResponse) VisitDeleteEnrollmentRequestsResponse(w http.ResponseWriter) error

type DeleteEnrollmentRequests403JSONResponse added in v0.4.0

type DeleteEnrollmentRequests403JSONResponse Status

func (DeleteEnrollmentRequests403JSONResponse) VisitDeleteEnrollmentRequestsResponse added in v0.4.0

func (response DeleteEnrollmentRequests403JSONResponse) VisitDeleteEnrollmentRequestsResponse(w http.ResponseWriter) error

type DeleteEnrollmentRequests503JSONResponse added in v0.4.0

type DeleteEnrollmentRequests503JSONResponse Status

func (DeleteEnrollmentRequests503JSONResponse) VisitDeleteEnrollmentRequestsResponse added in v0.4.0

func (response DeleteEnrollmentRequests503JSONResponse) VisitDeleteEnrollmentRequestsResponse(w http.ResponseWriter) error

type DeleteEnrollmentRequestsRequestObject

type DeleteEnrollmentRequestsRequestObject struct {
}

type DeleteEnrollmentRequestsResponseObject

type DeleteEnrollmentRequestsResponseObject interface {
	VisitDeleteEnrollmentRequestsResponse(w http.ResponseWriter) error
}

type DeleteFleet200JSONResponse

type DeleteFleet200JSONResponse Fleet

func (DeleteFleet200JSONResponse) VisitDeleteFleetResponse

func (response DeleteFleet200JSONResponse) VisitDeleteFleetResponse(w http.ResponseWriter) error

type DeleteFleet401JSONResponse

type DeleteFleet401JSONResponse Status

func (DeleteFleet401JSONResponse) VisitDeleteFleetResponse

func (response DeleteFleet401JSONResponse) VisitDeleteFleetResponse(w http.ResponseWriter) error

type DeleteFleet403JSONResponse added in v0.4.0

type DeleteFleet403JSONResponse Status

func (DeleteFleet403JSONResponse) VisitDeleteFleetResponse added in v0.4.0

func (response DeleteFleet403JSONResponse) VisitDeleteFleetResponse(w http.ResponseWriter) error

type DeleteFleet404JSONResponse

type DeleteFleet404JSONResponse Status

func (DeleteFleet404JSONResponse) VisitDeleteFleetResponse

func (response DeleteFleet404JSONResponse) VisitDeleteFleetResponse(w http.ResponseWriter) error

type DeleteFleet503JSONResponse added in v0.4.0

type DeleteFleet503JSONResponse Status

func (DeleteFleet503JSONResponse) VisitDeleteFleetResponse added in v0.4.0

func (response DeleteFleet503JSONResponse) VisitDeleteFleetResponse(w http.ResponseWriter) error

type DeleteFleetRequestObject

type DeleteFleetRequestObject struct {
	Name string `json:"name"`
}

type DeleteFleetResponseObject

type DeleteFleetResponseObject interface {
	VisitDeleteFleetResponse(w http.ResponseWriter) error
}

type DeleteFleets200JSONResponse

type DeleteFleets200JSONResponse Status

func (DeleteFleets200JSONResponse) VisitDeleteFleetsResponse

func (response DeleteFleets200JSONResponse) VisitDeleteFleetsResponse(w http.ResponseWriter) error

type DeleteFleets401JSONResponse

type DeleteFleets401JSONResponse Status

func (DeleteFleets401JSONResponse) VisitDeleteFleetsResponse

func (response DeleteFleets401JSONResponse) VisitDeleteFleetsResponse(w http.ResponseWriter) error

type DeleteFleets403JSONResponse added in v0.4.0

type DeleteFleets403JSONResponse Status

func (DeleteFleets403JSONResponse) VisitDeleteFleetsResponse added in v0.4.0

func (response DeleteFleets403JSONResponse) VisitDeleteFleetsResponse(w http.ResponseWriter) error

type DeleteFleets503JSONResponse added in v0.4.0

type DeleteFleets503JSONResponse Status

func (DeleteFleets503JSONResponse) VisitDeleteFleetsResponse added in v0.4.0

func (response DeleteFleets503JSONResponse) VisitDeleteFleetsResponse(w http.ResponseWriter) error

type DeleteFleetsRequestObject

type DeleteFleetsRequestObject struct {
}

type DeleteFleetsResponseObject

type DeleteFleetsResponseObject interface {
	VisitDeleteFleetsResponse(w http.ResponseWriter) error
}

type DeleteRepositories200JSONResponse

type DeleteRepositories200JSONResponse Status

func (DeleteRepositories200JSONResponse) VisitDeleteRepositoriesResponse

func (response DeleteRepositories200JSONResponse) VisitDeleteRepositoriesResponse(w http.ResponseWriter) error

type DeleteRepositories401JSONResponse

type DeleteRepositories401JSONResponse Status

func (DeleteRepositories401JSONResponse) VisitDeleteRepositoriesResponse

func (response DeleteRepositories401JSONResponse) VisitDeleteRepositoriesResponse(w http.ResponseWriter) error

type DeleteRepositories403JSONResponse added in v0.4.0

type DeleteRepositories403JSONResponse Status

func (DeleteRepositories403JSONResponse) VisitDeleteRepositoriesResponse added in v0.4.0

func (response DeleteRepositories403JSONResponse) VisitDeleteRepositoriesResponse(w http.ResponseWriter) error

type DeleteRepositories503JSONResponse added in v0.4.0

type DeleteRepositories503JSONResponse Status

func (DeleteRepositories503JSONResponse) VisitDeleteRepositoriesResponse added in v0.4.0

func (response DeleteRepositories503JSONResponse) VisitDeleteRepositoriesResponse(w http.ResponseWriter) error

type DeleteRepositoriesRequestObject

type DeleteRepositoriesRequestObject struct {
}

type DeleteRepositoriesResponseObject

type DeleteRepositoriesResponseObject interface {
	VisitDeleteRepositoriesResponse(w http.ResponseWriter) error
}

type DeleteRepository200JSONResponse

type DeleteRepository200JSONResponse Repository

func (DeleteRepository200JSONResponse) VisitDeleteRepositoryResponse

func (response DeleteRepository200JSONResponse) VisitDeleteRepositoryResponse(w http.ResponseWriter) error

type DeleteRepository401JSONResponse

type DeleteRepository401JSONResponse Status

func (DeleteRepository401JSONResponse) VisitDeleteRepositoryResponse

func (response DeleteRepository401JSONResponse) VisitDeleteRepositoryResponse(w http.ResponseWriter) error

type DeleteRepository403JSONResponse added in v0.4.0

type DeleteRepository403JSONResponse Status

func (DeleteRepository403JSONResponse) VisitDeleteRepositoryResponse added in v0.4.0

func (response DeleteRepository403JSONResponse) VisitDeleteRepositoryResponse(w http.ResponseWriter) error

type DeleteRepository404JSONResponse

type DeleteRepository404JSONResponse Status

func (DeleteRepository404JSONResponse) VisitDeleteRepositoryResponse

func (response DeleteRepository404JSONResponse) VisitDeleteRepositoryResponse(w http.ResponseWriter) error

type DeleteRepository503JSONResponse added in v0.4.0

type DeleteRepository503JSONResponse Status

func (DeleteRepository503JSONResponse) VisitDeleteRepositoryResponse added in v0.4.0

func (response DeleteRepository503JSONResponse) VisitDeleteRepositoryResponse(w http.ResponseWriter) error

type DeleteRepositoryRequestObject

type DeleteRepositoryRequestObject struct {
	Name string `json:"name"`
}

type DeleteRepositoryResponseObject

type DeleteRepositoryResponseObject interface {
	VisitDeleteRepositoryResponse(w http.ResponseWriter) error
}

type DeleteResourceSync200JSONResponse

type DeleteResourceSync200JSONResponse ResourceSync

func (DeleteResourceSync200JSONResponse) VisitDeleteResourceSyncResponse

func (response DeleteResourceSync200JSONResponse) VisitDeleteResourceSyncResponse(w http.ResponseWriter) error

type DeleteResourceSync401JSONResponse

type DeleteResourceSync401JSONResponse Status

func (DeleteResourceSync401JSONResponse) VisitDeleteResourceSyncResponse

func (response DeleteResourceSync401JSONResponse) VisitDeleteResourceSyncResponse(w http.ResponseWriter) error

type DeleteResourceSync403JSONResponse added in v0.4.0

type DeleteResourceSync403JSONResponse Status

func (DeleteResourceSync403JSONResponse) VisitDeleteResourceSyncResponse added in v0.4.0

func (response DeleteResourceSync403JSONResponse) VisitDeleteResourceSyncResponse(w http.ResponseWriter) error

type DeleteResourceSync404JSONResponse

type DeleteResourceSync404JSONResponse Status

func (DeleteResourceSync404JSONResponse) VisitDeleteResourceSyncResponse

func (response DeleteResourceSync404JSONResponse) VisitDeleteResourceSyncResponse(w http.ResponseWriter) error

type DeleteResourceSync503JSONResponse added in v0.4.0

type DeleteResourceSync503JSONResponse Status

func (DeleteResourceSync503JSONResponse) VisitDeleteResourceSyncResponse added in v0.4.0

func (response DeleteResourceSync503JSONResponse) VisitDeleteResourceSyncResponse(w http.ResponseWriter) error

type DeleteResourceSyncRequestObject

type DeleteResourceSyncRequestObject struct {
	Name string `json:"name"`
}

type DeleteResourceSyncResponseObject

type DeleteResourceSyncResponseObject interface {
	VisitDeleteResourceSyncResponse(w http.ResponseWriter) error
}

type DeleteResourceSyncs200JSONResponse

type DeleteResourceSyncs200JSONResponse Status

func (DeleteResourceSyncs200JSONResponse) VisitDeleteResourceSyncsResponse

func (response DeleteResourceSyncs200JSONResponse) VisitDeleteResourceSyncsResponse(w http.ResponseWriter) error

type DeleteResourceSyncs401JSONResponse

type DeleteResourceSyncs401JSONResponse Status

func (DeleteResourceSyncs401JSONResponse) VisitDeleteResourceSyncsResponse

func (response DeleteResourceSyncs401JSONResponse) VisitDeleteResourceSyncsResponse(w http.ResponseWriter) error

type DeleteResourceSyncs403JSONResponse added in v0.4.0

type DeleteResourceSyncs403JSONResponse Status

func (DeleteResourceSyncs403JSONResponse) VisitDeleteResourceSyncsResponse added in v0.4.0

func (response DeleteResourceSyncs403JSONResponse) VisitDeleteResourceSyncsResponse(w http.ResponseWriter) error

type DeleteResourceSyncs503JSONResponse added in v0.4.0

type DeleteResourceSyncs503JSONResponse Status

func (DeleteResourceSyncs503JSONResponse) VisitDeleteResourceSyncsResponse added in v0.4.0

func (response DeleteResourceSyncs503JSONResponse) VisitDeleteResourceSyncsResponse(w http.ResponseWriter) error

type DeleteResourceSyncsRequestObject

type DeleteResourceSyncsRequestObject struct {
}

type DeleteResourceSyncsResponseObject

type DeleteResourceSyncsResponseObject interface {
	VisitDeleteResourceSyncsResponse(w http.ResponseWriter) error
}

type DeleteTemplateVersion200JSONResponse

type DeleteTemplateVersion200JSONResponse TemplateVersion

func (DeleteTemplateVersion200JSONResponse) VisitDeleteTemplateVersionResponse

func (response DeleteTemplateVersion200JSONResponse) VisitDeleteTemplateVersionResponse(w http.ResponseWriter) error

type DeleteTemplateVersion401JSONResponse

type DeleteTemplateVersion401JSONResponse Status

func (DeleteTemplateVersion401JSONResponse) VisitDeleteTemplateVersionResponse

func (response DeleteTemplateVersion401JSONResponse) VisitDeleteTemplateVersionResponse(w http.ResponseWriter) error

type DeleteTemplateVersion403JSONResponse added in v0.4.0

type DeleteTemplateVersion403JSONResponse Status

func (DeleteTemplateVersion403JSONResponse) VisitDeleteTemplateVersionResponse added in v0.4.0

func (response DeleteTemplateVersion403JSONResponse) VisitDeleteTemplateVersionResponse(w http.ResponseWriter) error

type DeleteTemplateVersion404JSONResponse

type DeleteTemplateVersion404JSONResponse Status

func (DeleteTemplateVersion404JSONResponse) VisitDeleteTemplateVersionResponse

func (response DeleteTemplateVersion404JSONResponse) VisitDeleteTemplateVersionResponse(w http.ResponseWriter) error

type DeleteTemplateVersion503JSONResponse added in v0.4.0

type DeleteTemplateVersion503JSONResponse Status

func (DeleteTemplateVersion503JSONResponse) VisitDeleteTemplateVersionResponse added in v0.4.0

func (response DeleteTemplateVersion503JSONResponse) VisitDeleteTemplateVersionResponse(w http.ResponseWriter) error

type DeleteTemplateVersionRequestObject

type DeleteTemplateVersionRequestObject struct {
	Fleet string `json:"fleet"`
	Name  string `json:"name"`
}

type DeleteTemplateVersionResponseObject

type DeleteTemplateVersionResponseObject interface {
	VisitDeleteTemplateVersionResponse(w http.ResponseWriter) error
}

type DeleteTemplateVersions200JSONResponse

type DeleteTemplateVersions200JSONResponse Status

func (DeleteTemplateVersions200JSONResponse) VisitDeleteTemplateVersionsResponse

func (response DeleteTemplateVersions200JSONResponse) VisitDeleteTemplateVersionsResponse(w http.ResponseWriter) error

type DeleteTemplateVersions401JSONResponse

type DeleteTemplateVersions401JSONResponse Status

func (DeleteTemplateVersions401JSONResponse) VisitDeleteTemplateVersionsResponse

func (response DeleteTemplateVersions401JSONResponse) VisitDeleteTemplateVersionsResponse(w http.ResponseWriter) error

type DeleteTemplateVersions403JSONResponse added in v0.4.0

type DeleteTemplateVersions403JSONResponse Status

func (DeleteTemplateVersions403JSONResponse) VisitDeleteTemplateVersionsResponse added in v0.4.0

func (response DeleteTemplateVersions403JSONResponse) VisitDeleteTemplateVersionsResponse(w http.ResponseWriter) error

type DeleteTemplateVersions503JSONResponse added in v0.4.0

type DeleteTemplateVersions503JSONResponse Status

func (DeleteTemplateVersions503JSONResponse) VisitDeleteTemplateVersionsResponse added in v0.4.0

func (response DeleteTemplateVersions503JSONResponse) VisitDeleteTemplateVersionsResponse(w http.ResponseWriter) error

type DeleteTemplateVersionsRequestObject

type DeleteTemplateVersionsRequestObject struct {
	Fleet string `json:"fleet"`
}

type DeleteTemplateVersionsResponseObject

type DeleteTemplateVersionsResponseObject interface {
	VisitDeleteTemplateVersionsResponse(w http.ResponseWriter) error
}

type GetEnrollmentConfig200JSONResponse added in v0.4.0

type GetEnrollmentConfig200JSONResponse EnrollmentConfig

func (GetEnrollmentConfig200JSONResponse) VisitGetEnrollmentConfigResponse added in v0.4.0

func (response GetEnrollmentConfig200JSONResponse) VisitGetEnrollmentConfigResponse(w http.ResponseWriter) error

type GetEnrollmentConfig400JSONResponse added in v0.4.0

type GetEnrollmentConfig400JSONResponse Status

func (GetEnrollmentConfig400JSONResponse) VisitGetEnrollmentConfigResponse added in v0.4.0

func (response GetEnrollmentConfig400JSONResponse) VisitGetEnrollmentConfigResponse(w http.ResponseWriter) error

type GetEnrollmentConfig401JSONResponse added in v0.4.0

type GetEnrollmentConfig401JSONResponse Status

func (GetEnrollmentConfig401JSONResponse) VisitGetEnrollmentConfigResponse added in v0.4.0

func (response GetEnrollmentConfig401JSONResponse) VisitGetEnrollmentConfigResponse(w http.ResponseWriter) error

type GetEnrollmentConfig403JSONResponse added in v0.4.0

type GetEnrollmentConfig403JSONResponse Status

func (GetEnrollmentConfig403JSONResponse) VisitGetEnrollmentConfigResponse added in v0.4.0

func (response GetEnrollmentConfig403JSONResponse) VisitGetEnrollmentConfigResponse(w http.ResponseWriter) error

type GetEnrollmentConfig404JSONResponse added in v0.4.0

type GetEnrollmentConfig404JSONResponse Status

func (GetEnrollmentConfig404JSONResponse) VisitGetEnrollmentConfigResponse added in v0.4.0

func (response GetEnrollmentConfig404JSONResponse) VisitGetEnrollmentConfigResponse(w http.ResponseWriter) error

type GetEnrollmentConfig503JSONResponse added in v0.4.0

type GetEnrollmentConfig503JSONResponse Status

func (GetEnrollmentConfig503JSONResponse) VisitGetEnrollmentConfigResponse added in v0.4.0

func (response GetEnrollmentConfig503JSONResponse) VisitGetEnrollmentConfigResponse(w http.ResponseWriter) error

type GetEnrollmentConfigRequestObject added in v0.4.0

type GetEnrollmentConfigRequestObject struct {
	Params GetEnrollmentConfigParams
}

type GetEnrollmentConfigResponseObject added in v0.4.0

type GetEnrollmentConfigResponseObject interface {
	VisitGetEnrollmentConfigResponse(w http.ResponseWriter) error
}

type GetRenderedDevice200JSONResponse added in v0.5.0

type GetRenderedDevice200JSONResponse Device

func (GetRenderedDevice200JSONResponse) VisitGetRenderedDeviceResponse added in v0.5.0

func (response GetRenderedDevice200JSONResponse) VisitGetRenderedDeviceResponse(w http.ResponseWriter) error

type GetRenderedDevice204Response added in v0.5.0

type GetRenderedDevice204Response struct {
}

func (GetRenderedDevice204Response) VisitGetRenderedDeviceResponse added in v0.5.0

func (response GetRenderedDevice204Response) VisitGetRenderedDeviceResponse(w http.ResponseWriter) error

type GetRenderedDevice401JSONResponse added in v0.5.0

type GetRenderedDevice401JSONResponse Status

func (GetRenderedDevice401JSONResponse) VisitGetRenderedDeviceResponse added in v0.5.0

func (response GetRenderedDevice401JSONResponse) VisitGetRenderedDeviceResponse(w http.ResponseWriter) error

type GetRenderedDevice403JSONResponse added in v0.5.0

type GetRenderedDevice403JSONResponse Status

func (GetRenderedDevice403JSONResponse) VisitGetRenderedDeviceResponse added in v0.5.0

func (response GetRenderedDevice403JSONResponse) VisitGetRenderedDeviceResponse(w http.ResponseWriter) error

type GetRenderedDevice404JSONResponse added in v0.5.0

type GetRenderedDevice404JSONResponse Status

func (GetRenderedDevice404JSONResponse) VisitGetRenderedDeviceResponse added in v0.5.0

func (response GetRenderedDevice404JSONResponse) VisitGetRenderedDeviceResponse(w http.ResponseWriter) error

type GetRenderedDevice409JSONResponse added in v0.5.0

type GetRenderedDevice409JSONResponse Status

func (GetRenderedDevice409JSONResponse) VisitGetRenderedDeviceResponse added in v0.5.0

func (response GetRenderedDevice409JSONResponse) VisitGetRenderedDeviceResponse(w http.ResponseWriter) error

type GetRenderedDevice503JSONResponse added in v0.5.0

type GetRenderedDevice503JSONResponse Status

func (GetRenderedDevice503JSONResponse) VisitGetRenderedDeviceResponse added in v0.5.0

func (response GetRenderedDevice503JSONResponse) VisitGetRenderedDeviceResponse(w http.ResponseWriter) error

type GetRenderedDeviceRequestObject added in v0.5.0

type GetRenderedDeviceRequestObject struct {
	Name   string `json:"name"`
	Params GetRenderedDeviceParams
}

type GetRenderedDeviceResponseObject added in v0.5.0

type GetRenderedDeviceResponseObject interface {
	VisitGetRenderedDeviceResponse(w http.ResponseWriter) error
}

type GetVersion200JSONResponse added in v0.4.0

type GetVersion200JSONResponse Version

func (GetVersion200JSONResponse) VisitGetVersionResponse added in v0.4.0

func (response GetVersion200JSONResponse) VisitGetVersionResponse(w http.ResponseWriter) error

type GetVersion403JSONResponse added in v0.4.0

type GetVersion403JSONResponse Status

func (GetVersion403JSONResponse) VisitGetVersionResponse added in v0.4.0

func (response GetVersion403JSONResponse) VisitGetVersionResponse(w http.ResponseWriter) error

type GetVersion503JSONResponse added in v0.4.0

type GetVersion503JSONResponse Status

func (GetVersion503JSONResponse) VisitGetVersionResponse added in v0.4.0

func (response GetVersion503JSONResponse) VisitGetVersionResponse(w http.ResponseWriter) error

type GetVersionRequestObject added in v0.4.0

type GetVersionRequestObject struct {
}

type GetVersionResponseObject added in v0.4.0

type GetVersionResponseObject interface {
	VisitGetVersionResponse(w http.ResponseWriter) error
}

type InvalidParamFormatError

type InvalidParamFormatError struct {
	ParamName string
	Err       error
}

func (*InvalidParamFormatError) Error

func (e *InvalidParamFormatError) Error() string

func (*InvalidParamFormatError) Unwrap

func (e *InvalidParamFormatError) Unwrap() error

type ListCertificateSigningRequests200JSONResponse

type ListCertificateSigningRequests200JSONResponse CertificateSigningRequestList

func (ListCertificateSigningRequests200JSONResponse) VisitListCertificateSigningRequestsResponse

func (response ListCertificateSigningRequests200JSONResponse) VisitListCertificateSigningRequestsResponse(w http.ResponseWriter) error

type ListCertificateSigningRequests400JSONResponse

type ListCertificateSigningRequests400JSONResponse Status

func (ListCertificateSigningRequests400JSONResponse) VisitListCertificateSigningRequestsResponse

func (response ListCertificateSigningRequests400JSONResponse) VisitListCertificateSigningRequestsResponse(w http.ResponseWriter) error

type ListCertificateSigningRequests401JSONResponse

type ListCertificateSigningRequests401JSONResponse Status

func (ListCertificateSigningRequests401JSONResponse) VisitListCertificateSigningRequestsResponse

func (response ListCertificateSigningRequests401JSONResponse) VisitListCertificateSigningRequestsResponse(w http.ResponseWriter) error

type ListCertificateSigningRequests403JSONResponse added in v0.4.0

type ListCertificateSigningRequests403JSONResponse Status

func (ListCertificateSigningRequests403JSONResponse) VisitListCertificateSigningRequestsResponse added in v0.4.0

func (response ListCertificateSigningRequests403JSONResponse) VisitListCertificateSigningRequestsResponse(w http.ResponseWriter) error

type ListCertificateSigningRequests503JSONResponse added in v0.4.0

type ListCertificateSigningRequests503JSONResponse Status

func (ListCertificateSigningRequests503JSONResponse) VisitListCertificateSigningRequestsResponse added in v0.4.0

func (response ListCertificateSigningRequests503JSONResponse) VisitListCertificateSigningRequestsResponse(w http.ResponseWriter) error

type ListCertificateSigningRequestsRequestObject

type ListCertificateSigningRequestsRequestObject struct {
	Params ListCertificateSigningRequestsParams
}

type ListCertificateSigningRequestsResponseObject

type ListCertificateSigningRequestsResponseObject interface {
	VisitListCertificateSigningRequestsResponse(w http.ResponseWriter) error
}

type ListDevices200JSONResponse

type ListDevices200JSONResponse DeviceList

func (ListDevices200JSONResponse) VisitListDevicesResponse

func (response ListDevices200JSONResponse) VisitListDevicesResponse(w http.ResponseWriter) error

type ListDevices400JSONResponse

type ListDevices400JSONResponse Status

func (ListDevices400JSONResponse) VisitListDevicesResponse

func (response ListDevices400JSONResponse) VisitListDevicesResponse(w http.ResponseWriter) error

type ListDevices401JSONResponse

type ListDevices401JSONResponse Status

func (ListDevices401JSONResponse) VisitListDevicesResponse

func (response ListDevices401JSONResponse) VisitListDevicesResponse(w http.ResponseWriter) error

type ListDevices403JSONResponse

type ListDevices403JSONResponse Status

func (ListDevices403JSONResponse) VisitListDevicesResponse

func (response ListDevices403JSONResponse) VisitListDevicesResponse(w http.ResponseWriter) error

type ListDevices503JSONResponse added in v0.4.0

type ListDevices503JSONResponse Status

func (ListDevices503JSONResponse) VisitListDevicesResponse added in v0.4.0

func (response ListDevices503JSONResponse) VisitListDevicesResponse(w http.ResponseWriter) error

type ListDevicesRequestObject

type ListDevicesRequestObject struct {
	Params ListDevicesParams
}

type ListDevicesResponseObject

type ListDevicesResponseObject interface {
	VisitListDevicesResponse(w http.ResponseWriter) error
}

type ListEnrollmentRequests200JSONResponse

type ListEnrollmentRequests200JSONResponse EnrollmentRequestList

func (ListEnrollmentRequests200JSONResponse) VisitListEnrollmentRequestsResponse

func (response ListEnrollmentRequests200JSONResponse) VisitListEnrollmentRequestsResponse(w http.ResponseWriter) error

type ListEnrollmentRequests400JSONResponse

type ListEnrollmentRequests400JSONResponse Status

func (ListEnrollmentRequests400JSONResponse) VisitListEnrollmentRequestsResponse

func (response ListEnrollmentRequests400JSONResponse) VisitListEnrollmentRequestsResponse(w http.ResponseWriter) error

type ListEnrollmentRequests401JSONResponse

type ListEnrollmentRequests401JSONResponse Status

func (ListEnrollmentRequests401JSONResponse) VisitListEnrollmentRequestsResponse

func (response ListEnrollmentRequests401JSONResponse) VisitListEnrollmentRequestsResponse(w http.ResponseWriter) error

type ListEnrollmentRequests403JSONResponse added in v0.4.0

type ListEnrollmentRequests403JSONResponse Status

func (ListEnrollmentRequests403JSONResponse) VisitListEnrollmentRequestsResponse added in v0.4.0

func (response ListEnrollmentRequests403JSONResponse) VisitListEnrollmentRequestsResponse(w http.ResponseWriter) error

type ListEnrollmentRequests503JSONResponse added in v0.4.0

type ListEnrollmentRequests503JSONResponse Status

func (ListEnrollmentRequests503JSONResponse) VisitListEnrollmentRequestsResponse added in v0.4.0

func (response ListEnrollmentRequests503JSONResponse) VisitListEnrollmentRequestsResponse(w http.ResponseWriter) error

type ListEnrollmentRequestsRequestObject

type ListEnrollmentRequestsRequestObject struct {
	Params ListEnrollmentRequestsParams
}

type ListEnrollmentRequestsResponseObject

type ListEnrollmentRequestsResponseObject interface {
	VisitListEnrollmentRequestsResponse(w http.ResponseWriter) error
}

type ListFleets200JSONResponse

type ListFleets200JSONResponse FleetList

func (ListFleets200JSONResponse) VisitListFleetsResponse

func (response ListFleets200JSONResponse) VisitListFleetsResponse(w http.ResponseWriter) error

type ListFleets400JSONResponse

type ListFleets400JSONResponse Status

func (ListFleets400JSONResponse) VisitListFleetsResponse

func (response ListFleets400JSONResponse) VisitListFleetsResponse(w http.ResponseWriter) error

type ListFleets401JSONResponse

type ListFleets401JSONResponse Status

func (ListFleets401JSONResponse) VisitListFleetsResponse

func (response ListFleets401JSONResponse) VisitListFleetsResponse(w http.ResponseWriter) error

type ListFleets403JSONResponse added in v0.4.0

type ListFleets403JSONResponse Status

func (ListFleets403JSONResponse) VisitListFleetsResponse added in v0.4.0

func (response ListFleets403JSONResponse) VisitListFleetsResponse(w http.ResponseWriter) error

type ListFleets503JSONResponse added in v0.4.0

type ListFleets503JSONResponse Status

func (ListFleets503JSONResponse) VisitListFleetsResponse added in v0.4.0

func (response ListFleets503JSONResponse) VisitListFleetsResponse(w http.ResponseWriter) error

type ListFleetsRequestObject

type ListFleetsRequestObject struct {
	Params ListFleetsParams
}

type ListFleetsResponseObject

type ListFleetsResponseObject interface {
	VisitListFleetsResponse(w http.ResponseWriter) error
}

type ListRepositories200JSONResponse

type ListRepositories200JSONResponse RepositoryList

func (ListRepositories200JSONResponse) VisitListRepositoriesResponse

func (response ListRepositories200JSONResponse) VisitListRepositoriesResponse(w http.ResponseWriter) error

type ListRepositories400JSONResponse

type ListRepositories400JSONResponse Status

func (ListRepositories400JSONResponse) VisitListRepositoriesResponse

func (response ListRepositories400JSONResponse) VisitListRepositoriesResponse(w http.ResponseWriter) error

type ListRepositories401JSONResponse

type ListRepositories401JSONResponse Status

func (ListRepositories401JSONResponse) VisitListRepositoriesResponse

func (response ListRepositories401JSONResponse) VisitListRepositoriesResponse(w http.ResponseWriter) error

type ListRepositories403JSONResponse added in v0.4.0

type ListRepositories403JSONResponse Status

func (ListRepositories403JSONResponse) VisitListRepositoriesResponse added in v0.4.0

func (response ListRepositories403JSONResponse) VisitListRepositoriesResponse(w http.ResponseWriter) error

type ListRepositories503JSONResponse added in v0.4.0

type ListRepositories503JSONResponse Status

func (ListRepositories503JSONResponse) VisitListRepositoriesResponse added in v0.4.0

func (response ListRepositories503JSONResponse) VisitListRepositoriesResponse(w http.ResponseWriter) error

type ListRepositoriesRequestObject

type ListRepositoriesRequestObject struct {
	Params ListRepositoriesParams
}

type ListRepositoriesResponseObject

type ListRepositoriesResponseObject interface {
	VisitListRepositoriesResponse(w http.ResponseWriter) error
}

type ListResourceSync200JSONResponse

type ListResourceSync200JSONResponse ResourceSyncList

func (ListResourceSync200JSONResponse) VisitListResourceSyncResponse

func (response ListResourceSync200JSONResponse) VisitListResourceSyncResponse(w http.ResponseWriter) error

type ListResourceSync400JSONResponse

type ListResourceSync400JSONResponse Status

func (ListResourceSync400JSONResponse) VisitListResourceSyncResponse

func (response ListResourceSync400JSONResponse) VisitListResourceSyncResponse(w http.ResponseWriter) error

type ListResourceSync401JSONResponse

type ListResourceSync401JSONResponse Status

func (ListResourceSync401JSONResponse) VisitListResourceSyncResponse

func (response ListResourceSync401JSONResponse) VisitListResourceSyncResponse(w http.ResponseWriter) error

type ListResourceSync403JSONResponse added in v0.4.0

type ListResourceSync403JSONResponse Status

func (ListResourceSync403JSONResponse) VisitListResourceSyncResponse added in v0.4.0

func (response ListResourceSync403JSONResponse) VisitListResourceSyncResponse(w http.ResponseWriter) error

type ListResourceSync503JSONResponse added in v0.4.0

type ListResourceSync503JSONResponse Status

func (ListResourceSync503JSONResponse) VisitListResourceSyncResponse added in v0.4.0

func (response ListResourceSync503JSONResponse) VisitListResourceSyncResponse(w http.ResponseWriter) error

type ListResourceSyncRequestObject

type ListResourceSyncRequestObject struct {
	Params ListResourceSyncParams
}

type ListResourceSyncResponseObject

type ListResourceSyncResponseObject interface {
	VisitListResourceSyncResponse(w http.ResponseWriter) error
}

type ListTemplateVersions200JSONResponse

type ListTemplateVersions200JSONResponse TemplateVersionList

func (ListTemplateVersions200JSONResponse) VisitListTemplateVersionsResponse

func (response ListTemplateVersions200JSONResponse) VisitListTemplateVersionsResponse(w http.ResponseWriter) error

type ListTemplateVersions400JSONResponse

type ListTemplateVersions400JSONResponse Status

func (ListTemplateVersions400JSONResponse) VisitListTemplateVersionsResponse

func (response ListTemplateVersions400JSONResponse) VisitListTemplateVersionsResponse(w http.ResponseWriter) error

type ListTemplateVersions401JSONResponse

type ListTemplateVersions401JSONResponse Status

func (ListTemplateVersions401JSONResponse) VisitListTemplateVersionsResponse

func (response ListTemplateVersions401JSONResponse) VisitListTemplateVersionsResponse(w http.ResponseWriter) error

type ListTemplateVersions403JSONResponse added in v0.4.0

type ListTemplateVersions403JSONResponse Status

func (ListTemplateVersions403JSONResponse) VisitListTemplateVersionsResponse added in v0.4.0

func (response ListTemplateVersions403JSONResponse) VisitListTemplateVersionsResponse(w http.ResponseWriter) error

type ListTemplateVersions503JSONResponse added in v0.4.0

type ListTemplateVersions503JSONResponse Status

func (ListTemplateVersions503JSONResponse) VisitListTemplateVersionsResponse added in v0.4.0

func (response ListTemplateVersions503JSONResponse) VisitListTemplateVersionsResponse(w http.ResponseWriter) error

type ListTemplateVersionsRequestObject

type ListTemplateVersionsRequestObject struct {
	Fleet  string `json:"fleet"`
	Params ListTemplateVersionsParams
}

type ListTemplateVersionsResponseObject

type ListTemplateVersionsResponseObject interface {
	VisitListTemplateVersionsResponse(w http.ResponseWriter) error
}

type MiddlewareFunc

type MiddlewareFunc func(http.Handler) http.Handler

type PatchCertificateSigningRequest200JSONResponse

type PatchCertificateSigningRequest200JSONResponse CertificateSigningRequest

func (PatchCertificateSigningRequest200JSONResponse) VisitPatchCertificateSigningRequestResponse

func (response PatchCertificateSigningRequest200JSONResponse) VisitPatchCertificateSigningRequestResponse(w http.ResponseWriter) error

type PatchCertificateSigningRequest400JSONResponse

type PatchCertificateSigningRequest400JSONResponse Status

func (PatchCertificateSigningRequest400JSONResponse) VisitPatchCertificateSigningRequestResponse

func (response PatchCertificateSigningRequest400JSONResponse) VisitPatchCertificateSigningRequestResponse(w http.ResponseWriter) error

type PatchCertificateSigningRequest401JSONResponse

type PatchCertificateSigningRequest401JSONResponse Status

func (PatchCertificateSigningRequest401JSONResponse) VisitPatchCertificateSigningRequestResponse

func (response PatchCertificateSigningRequest401JSONResponse) VisitPatchCertificateSigningRequestResponse(w http.ResponseWriter) error

type PatchCertificateSigningRequest403JSONResponse added in v0.4.0

type PatchCertificateSigningRequest403JSONResponse Status

func (PatchCertificateSigningRequest403JSONResponse) VisitPatchCertificateSigningRequestResponse added in v0.4.0

func (response PatchCertificateSigningRequest403JSONResponse) VisitPatchCertificateSigningRequestResponse(w http.ResponseWriter) error

type PatchCertificateSigningRequest404JSONResponse

type PatchCertificateSigningRequest404JSONResponse Status

func (PatchCertificateSigningRequest404JSONResponse) VisitPatchCertificateSigningRequestResponse

func (response PatchCertificateSigningRequest404JSONResponse) VisitPatchCertificateSigningRequestResponse(w http.ResponseWriter) error

type PatchCertificateSigningRequest409JSONResponse

type PatchCertificateSigningRequest409JSONResponse Status

func (PatchCertificateSigningRequest409JSONResponse) VisitPatchCertificateSigningRequestResponse

func (response PatchCertificateSigningRequest409JSONResponse) VisitPatchCertificateSigningRequestResponse(w http.ResponseWriter) error

type PatchCertificateSigningRequest503JSONResponse added in v0.4.0

type PatchCertificateSigningRequest503JSONResponse Status

func (PatchCertificateSigningRequest503JSONResponse) VisitPatchCertificateSigningRequestResponse added in v0.4.0

func (response PatchCertificateSigningRequest503JSONResponse) VisitPatchCertificateSigningRequestResponse(w http.ResponseWriter) error

type PatchCertificateSigningRequestRequestObject

type PatchCertificateSigningRequestRequestObject struct {
	Name string `json:"name"`
	Body *PatchCertificateSigningRequestApplicationJSONPatchPlusJSONRequestBody
}

type PatchCertificateSigningRequestResponseObject

type PatchCertificateSigningRequestResponseObject interface {
	VisitPatchCertificateSigningRequestResponse(w http.ResponseWriter) error
}

type PatchDevice200JSONResponse

type PatchDevice200JSONResponse Device

func (PatchDevice200JSONResponse) VisitPatchDeviceResponse

func (response PatchDevice200JSONResponse) VisitPatchDeviceResponse(w http.ResponseWriter) error

type PatchDevice400JSONResponse

type PatchDevice400JSONResponse Status

func (PatchDevice400JSONResponse) VisitPatchDeviceResponse

func (response PatchDevice400JSONResponse) VisitPatchDeviceResponse(w http.ResponseWriter) error

type PatchDevice401JSONResponse

type PatchDevice401JSONResponse Status

func (PatchDevice401JSONResponse) VisitPatchDeviceResponse

func (response PatchDevice401JSONResponse) VisitPatchDeviceResponse(w http.ResponseWriter) error

type PatchDevice403JSONResponse added in v0.4.0

type PatchDevice403JSONResponse Status

func (PatchDevice403JSONResponse) VisitPatchDeviceResponse added in v0.4.0

func (response PatchDevice403JSONResponse) VisitPatchDeviceResponse(w http.ResponseWriter) error

type PatchDevice404JSONResponse

type PatchDevice404JSONResponse Status

func (PatchDevice404JSONResponse) VisitPatchDeviceResponse

func (response PatchDevice404JSONResponse) VisitPatchDeviceResponse(w http.ResponseWriter) error

type PatchDevice409JSONResponse

type PatchDevice409JSONResponse Status

func (PatchDevice409JSONResponse) VisitPatchDeviceResponse

func (response PatchDevice409JSONResponse) VisitPatchDeviceResponse(w http.ResponseWriter) error

type PatchDevice503JSONResponse added in v0.4.0

type PatchDevice503JSONResponse Status

func (PatchDevice503JSONResponse) VisitPatchDeviceResponse added in v0.4.0

func (response PatchDevice503JSONResponse) VisitPatchDeviceResponse(w http.ResponseWriter) error

type PatchDeviceRequestObject

type PatchDeviceRequestObject struct {
	Name string `json:"name"`
	Body *PatchDeviceApplicationJSONPatchPlusJSONRequestBody
}

type PatchDeviceResponseObject

type PatchDeviceResponseObject interface {
	VisitPatchDeviceResponse(w http.ResponseWriter) error
}

type PatchDeviceStatus200JSONResponse added in v0.4.0

type PatchDeviceStatus200JSONResponse Device

func (PatchDeviceStatus200JSONResponse) VisitPatchDeviceStatusResponse added in v0.4.0

func (response PatchDeviceStatus200JSONResponse) VisitPatchDeviceStatusResponse(w http.ResponseWriter) error

type PatchDeviceStatus400JSONResponse added in v0.4.0

type PatchDeviceStatus400JSONResponse Status

func (PatchDeviceStatus400JSONResponse) VisitPatchDeviceStatusResponse added in v0.4.0

func (response PatchDeviceStatus400JSONResponse) VisitPatchDeviceStatusResponse(w http.ResponseWriter) error

type PatchDeviceStatus401JSONResponse added in v0.4.0

type PatchDeviceStatus401JSONResponse Status

func (PatchDeviceStatus401JSONResponse) VisitPatchDeviceStatusResponse added in v0.4.0

func (response PatchDeviceStatus401JSONResponse) VisitPatchDeviceStatusResponse(w http.ResponseWriter) error

type PatchDeviceStatus403JSONResponse added in v0.4.0

type PatchDeviceStatus403JSONResponse Status

func (PatchDeviceStatus403JSONResponse) VisitPatchDeviceStatusResponse added in v0.4.0

func (response PatchDeviceStatus403JSONResponse) VisitPatchDeviceStatusResponse(w http.ResponseWriter) error

type PatchDeviceStatus404JSONResponse added in v0.4.0

type PatchDeviceStatus404JSONResponse Status

func (PatchDeviceStatus404JSONResponse) VisitPatchDeviceStatusResponse added in v0.4.0

func (response PatchDeviceStatus404JSONResponse) VisitPatchDeviceStatusResponse(w http.ResponseWriter) error

type PatchDeviceStatus503JSONResponse added in v0.4.0

type PatchDeviceStatus503JSONResponse Status

func (PatchDeviceStatus503JSONResponse) VisitPatchDeviceStatusResponse added in v0.4.0

func (response PatchDeviceStatus503JSONResponse) VisitPatchDeviceStatusResponse(w http.ResponseWriter) error

type PatchDeviceStatusRequestObject added in v0.4.0

type PatchDeviceStatusRequestObject struct {
	Name string `json:"name"`
	Body *PatchDeviceStatusApplicationJSONPatchPlusJSONRequestBody
}

type PatchDeviceStatusResponseObject added in v0.4.0

type PatchDeviceStatusResponseObject interface {
	VisitPatchDeviceStatusResponse(w http.ResponseWriter) error
}

type PatchEnrollmentRequest200JSONResponse added in v0.4.0

type PatchEnrollmentRequest200JSONResponse EnrollmentRequest

func (PatchEnrollmentRequest200JSONResponse) VisitPatchEnrollmentRequestResponse added in v0.4.0

func (response PatchEnrollmentRequest200JSONResponse) VisitPatchEnrollmentRequestResponse(w http.ResponseWriter) error

type PatchEnrollmentRequest400JSONResponse added in v0.4.0

type PatchEnrollmentRequest400JSONResponse Status

func (PatchEnrollmentRequest400JSONResponse) VisitPatchEnrollmentRequestResponse added in v0.4.0

func (response PatchEnrollmentRequest400JSONResponse) VisitPatchEnrollmentRequestResponse(w http.ResponseWriter) error

type PatchEnrollmentRequest401JSONResponse added in v0.4.0

type PatchEnrollmentRequest401JSONResponse Status

func (PatchEnrollmentRequest401JSONResponse) VisitPatchEnrollmentRequestResponse added in v0.4.0

func (response PatchEnrollmentRequest401JSONResponse) VisitPatchEnrollmentRequestResponse(w http.ResponseWriter) error

type PatchEnrollmentRequest403JSONResponse added in v0.4.0

type PatchEnrollmentRequest403JSONResponse Status

func (PatchEnrollmentRequest403JSONResponse) VisitPatchEnrollmentRequestResponse added in v0.4.0

func (response PatchEnrollmentRequest403JSONResponse) VisitPatchEnrollmentRequestResponse(w http.ResponseWriter) error

type PatchEnrollmentRequest404JSONResponse added in v0.4.0

type PatchEnrollmentRequest404JSONResponse Status

func (PatchEnrollmentRequest404JSONResponse) VisitPatchEnrollmentRequestResponse added in v0.4.0

func (response PatchEnrollmentRequest404JSONResponse) VisitPatchEnrollmentRequestResponse(w http.ResponseWriter) error

type PatchEnrollmentRequest409JSONResponse added in v0.4.0

type PatchEnrollmentRequest409JSONResponse Status

func (PatchEnrollmentRequest409JSONResponse) VisitPatchEnrollmentRequestResponse added in v0.4.0

func (response PatchEnrollmentRequest409JSONResponse) VisitPatchEnrollmentRequestResponse(w http.ResponseWriter) error

type PatchEnrollmentRequest503JSONResponse added in v0.4.0

type PatchEnrollmentRequest503JSONResponse Status

func (PatchEnrollmentRequest503JSONResponse) VisitPatchEnrollmentRequestResponse added in v0.4.0

func (response PatchEnrollmentRequest503JSONResponse) VisitPatchEnrollmentRequestResponse(w http.ResponseWriter) error

type PatchEnrollmentRequestRequestObject added in v0.4.0

type PatchEnrollmentRequestRequestObject struct {
	Name string `json:"name"`
	Body *PatchEnrollmentRequestApplicationJSONPatchPlusJSONRequestBody
}

type PatchEnrollmentRequestResponseObject added in v0.4.0

type PatchEnrollmentRequestResponseObject interface {
	VisitPatchEnrollmentRequestResponse(w http.ResponseWriter) error
}

type PatchEnrollmentRequestStatus200JSONResponse added in v0.4.0

type PatchEnrollmentRequestStatus200JSONResponse EnrollmentRequest

func (PatchEnrollmentRequestStatus200JSONResponse) VisitPatchEnrollmentRequestStatusResponse added in v0.4.0

func (response PatchEnrollmentRequestStatus200JSONResponse) VisitPatchEnrollmentRequestStatusResponse(w http.ResponseWriter) error

type PatchEnrollmentRequestStatus400JSONResponse added in v0.4.0

type PatchEnrollmentRequestStatus400JSONResponse Status

func (PatchEnrollmentRequestStatus400JSONResponse) VisitPatchEnrollmentRequestStatusResponse added in v0.4.0

func (response PatchEnrollmentRequestStatus400JSONResponse) VisitPatchEnrollmentRequestStatusResponse(w http.ResponseWriter) error

type PatchEnrollmentRequestStatus401JSONResponse added in v0.4.0

type PatchEnrollmentRequestStatus401JSONResponse Status

func (PatchEnrollmentRequestStatus401JSONResponse) VisitPatchEnrollmentRequestStatusResponse added in v0.4.0

func (response PatchEnrollmentRequestStatus401JSONResponse) VisitPatchEnrollmentRequestStatusResponse(w http.ResponseWriter) error

type PatchEnrollmentRequestStatus403JSONResponse added in v0.4.0

type PatchEnrollmentRequestStatus403JSONResponse Status

func (PatchEnrollmentRequestStatus403JSONResponse) VisitPatchEnrollmentRequestStatusResponse added in v0.4.0

func (response PatchEnrollmentRequestStatus403JSONResponse) VisitPatchEnrollmentRequestStatusResponse(w http.ResponseWriter) error

type PatchEnrollmentRequestStatus404JSONResponse added in v0.4.0

type PatchEnrollmentRequestStatus404JSONResponse Status

func (PatchEnrollmentRequestStatus404JSONResponse) VisitPatchEnrollmentRequestStatusResponse added in v0.4.0

func (response PatchEnrollmentRequestStatus404JSONResponse) VisitPatchEnrollmentRequestStatusResponse(w http.ResponseWriter) error

type PatchEnrollmentRequestStatus409JSONResponse added in v0.4.0

type PatchEnrollmentRequestStatus409JSONResponse Status

func (PatchEnrollmentRequestStatus409JSONResponse) VisitPatchEnrollmentRequestStatusResponse added in v0.4.0

func (response PatchEnrollmentRequestStatus409JSONResponse) VisitPatchEnrollmentRequestStatusResponse(w http.ResponseWriter) error

type PatchEnrollmentRequestStatus503JSONResponse added in v0.4.0

type PatchEnrollmentRequestStatus503JSONResponse Status

func (PatchEnrollmentRequestStatus503JSONResponse) VisitPatchEnrollmentRequestStatusResponse added in v0.4.0

func (response PatchEnrollmentRequestStatus503JSONResponse) VisitPatchEnrollmentRequestStatusResponse(w http.ResponseWriter) error

type PatchEnrollmentRequestStatusRequestObject added in v0.4.0

type PatchEnrollmentRequestStatusRequestObject struct {
	Name string `json:"name"`
	Body *PatchEnrollmentRequestStatusApplicationJSONPatchPlusJSONRequestBody
}

type PatchEnrollmentRequestStatusResponseObject added in v0.4.0

type PatchEnrollmentRequestStatusResponseObject interface {
	VisitPatchEnrollmentRequestStatusResponse(w http.ResponseWriter) error
}

type PatchFleet200JSONResponse

type PatchFleet200JSONResponse Fleet

func (PatchFleet200JSONResponse) VisitPatchFleetResponse

func (response PatchFleet200JSONResponse) VisitPatchFleetResponse(w http.ResponseWriter) error

type PatchFleet400JSONResponse

type PatchFleet400JSONResponse Status

func (PatchFleet400JSONResponse) VisitPatchFleetResponse

func (response PatchFleet400JSONResponse) VisitPatchFleetResponse(w http.ResponseWriter) error

type PatchFleet401JSONResponse

type PatchFleet401JSONResponse Status

func (PatchFleet401JSONResponse) VisitPatchFleetResponse

func (response PatchFleet401JSONResponse) VisitPatchFleetResponse(w http.ResponseWriter) error

type PatchFleet403JSONResponse added in v0.4.0

type PatchFleet403JSONResponse Status

func (PatchFleet403JSONResponse) VisitPatchFleetResponse added in v0.4.0

func (response PatchFleet403JSONResponse) VisitPatchFleetResponse(w http.ResponseWriter) error

type PatchFleet404JSONResponse

type PatchFleet404JSONResponse Status

func (PatchFleet404JSONResponse) VisitPatchFleetResponse

func (response PatchFleet404JSONResponse) VisitPatchFleetResponse(w http.ResponseWriter) error

type PatchFleet409JSONResponse

type PatchFleet409JSONResponse Status

func (PatchFleet409JSONResponse) VisitPatchFleetResponse

func (response PatchFleet409JSONResponse) VisitPatchFleetResponse(w http.ResponseWriter) error

type PatchFleet503JSONResponse added in v0.4.0

type PatchFleet503JSONResponse Status

func (PatchFleet503JSONResponse) VisitPatchFleetResponse added in v0.4.0

func (response PatchFleet503JSONResponse) VisitPatchFleetResponse(w http.ResponseWriter) error

type PatchFleetRequestObject

type PatchFleetRequestObject struct {
	Name string `json:"name"`
	Body *PatchFleetApplicationJSONPatchPlusJSONRequestBody
}

type PatchFleetResponseObject

type PatchFleetResponseObject interface {
	VisitPatchFleetResponse(w http.ResponseWriter) error
}

type PatchFleetStatus200JSONResponse added in v0.4.0

type PatchFleetStatus200JSONResponse Fleet

func (PatchFleetStatus200JSONResponse) VisitPatchFleetStatusResponse added in v0.4.0

func (response PatchFleetStatus200JSONResponse) VisitPatchFleetStatusResponse(w http.ResponseWriter) error

type PatchFleetStatus400JSONResponse added in v0.4.0

type PatchFleetStatus400JSONResponse Status

func (PatchFleetStatus400JSONResponse) VisitPatchFleetStatusResponse added in v0.4.0

func (response PatchFleetStatus400JSONResponse) VisitPatchFleetStatusResponse(w http.ResponseWriter) error

type PatchFleetStatus401JSONResponse added in v0.4.0

type PatchFleetStatus401JSONResponse Status

func (PatchFleetStatus401JSONResponse) VisitPatchFleetStatusResponse added in v0.4.0

func (response PatchFleetStatus401JSONResponse) VisitPatchFleetStatusResponse(w http.ResponseWriter) error

type PatchFleetStatus403JSONResponse added in v0.4.0

type PatchFleetStatus403JSONResponse Status

func (PatchFleetStatus403JSONResponse) VisitPatchFleetStatusResponse added in v0.4.0

func (response PatchFleetStatus403JSONResponse) VisitPatchFleetStatusResponse(w http.ResponseWriter) error

type PatchFleetStatus404JSONResponse added in v0.4.0

type PatchFleetStatus404JSONResponse Status

func (PatchFleetStatus404JSONResponse) VisitPatchFleetStatusResponse added in v0.4.0

func (response PatchFleetStatus404JSONResponse) VisitPatchFleetStatusResponse(w http.ResponseWriter) error

type PatchFleetStatus503JSONResponse added in v0.4.0

type PatchFleetStatus503JSONResponse Status

func (PatchFleetStatus503JSONResponse) VisitPatchFleetStatusResponse added in v0.4.0

func (response PatchFleetStatus503JSONResponse) VisitPatchFleetStatusResponse(w http.ResponseWriter) error

type PatchFleetStatusRequestObject added in v0.4.0

type PatchFleetStatusRequestObject struct {
	Name string `json:"name"`
	Body *PatchFleetStatusApplicationJSONPatchPlusJSONRequestBody
}

type PatchFleetStatusResponseObject added in v0.4.0

type PatchFleetStatusResponseObject interface {
	VisitPatchFleetStatusResponse(w http.ResponseWriter) error
}

type PatchRepository200JSONResponse

type PatchRepository200JSONResponse Repository

func (PatchRepository200JSONResponse) VisitPatchRepositoryResponse

func (response PatchRepository200JSONResponse) VisitPatchRepositoryResponse(w http.ResponseWriter) error

type PatchRepository400JSONResponse

type PatchRepository400JSONResponse Status

func (PatchRepository400JSONResponse) VisitPatchRepositoryResponse

func (response PatchRepository400JSONResponse) VisitPatchRepositoryResponse(w http.ResponseWriter) error

type PatchRepository401JSONResponse

type PatchRepository401JSONResponse Status

func (PatchRepository401JSONResponse) VisitPatchRepositoryResponse

func (response PatchRepository401JSONResponse) VisitPatchRepositoryResponse(w http.ResponseWriter) error

type PatchRepository403JSONResponse added in v0.4.0

type PatchRepository403JSONResponse Status

func (PatchRepository403JSONResponse) VisitPatchRepositoryResponse added in v0.4.0

func (response PatchRepository403JSONResponse) VisitPatchRepositoryResponse(w http.ResponseWriter) error

type PatchRepository404JSONResponse

type PatchRepository404JSONResponse Status

func (PatchRepository404JSONResponse) VisitPatchRepositoryResponse

func (response PatchRepository404JSONResponse) VisitPatchRepositoryResponse(w http.ResponseWriter) error

type PatchRepository409JSONResponse

type PatchRepository409JSONResponse Status

func (PatchRepository409JSONResponse) VisitPatchRepositoryResponse

func (response PatchRepository409JSONResponse) VisitPatchRepositoryResponse(w http.ResponseWriter) error

type PatchRepository503JSONResponse added in v0.4.0

type PatchRepository503JSONResponse Status

func (PatchRepository503JSONResponse) VisitPatchRepositoryResponse added in v0.4.0

func (response PatchRepository503JSONResponse) VisitPatchRepositoryResponse(w http.ResponseWriter) error

type PatchRepositoryRequestObject

type PatchRepositoryRequestObject struct {
	Name string `json:"name"`
	Body *PatchRepositoryApplicationJSONPatchPlusJSONRequestBody
}

type PatchRepositoryResponseObject

type PatchRepositoryResponseObject interface {
	VisitPatchRepositoryResponse(w http.ResponseWriter) error
}

type PatchResourceSync200JSONResponse

type PatchResourceSync200JSONResponse ResourceSync

func (PatchResourceSync200JSONResponse) VisitPatchResourceSyncResponse

func (response PatchResourceSync200JSONResponse) VisitPatchResourceSyncResponse(w http.ResponseWriter) error

type PatchResourceSync400JSONResponse

type PatchResourceSync400JSONResponse Status

func (PatchResourceSync400JSONResponse) VisitPatchResourceSyncResponse

func (response PatchResourceSync400JSONResponse) VisitPatchResourceSyncResponse(w http.ResponseWriter) error

type PatchResourceSync401JSONResponse

type PatchResourceSync401JSONResponse Status

func (PatchResourceSync401JSONResponse) VisitPatchResourceSyncResponse

func (response PatchResourceSync401JSONResponse) VisitPatchResourceSyncResponse(w http.ResponseWriter) error

type PatchResourceSync403JSONResponse added in v0.4.0

type PatchResourceSync403JSONResponse Status

func (PatchResourceSync403JSONResponse) VisitPatchResourceSyncResponse added in v0.4.0

func (response PatchResourceSync403JSONResponse) VisitPatchResourceSyncResponse(w http.ResponseWriter) error

type PatchResourceSync404JSONResponse

type PatchResourceSync404JSONResponse Status

func (PatchResourceSync404JSONResponse) VisitPatchResourceSyncResponse

func (response PatchResourceSync404JSONResponse) VisitPatchResourceSyncResponse(w http.ResponseWriter) error

type PatchResourceSync409JSONResponse

type PatchResourceSync409JSONResponse Status

func (PatchResourceSync409JSONResponse) VisitPatchResourceSyncResponse

func (response PatchResourceSync409JSONResponse) VisitPatchResourceSyncResponse(w http.ResponseWriter) error

type PatchResourceSync503JSONResponse added in v0.4.0

type PatchResourceSync503JSONResponse Status

func (PatchResourceSync503JSONResponse) VisitPatchResourceSyncResponse added in v0.4.0

func (response PatchResourceSync503JSONResponse) VisitPatchResourceSyncResponse(w http.ResponseWriter) error

type PatchResourceSyncRequestObject

type PatchResourceSyncRequestObject struct {
	Name string `json:"name"`
	Body *PatchResourceSyncApplicationJSONPatchPlusJSONRequestBody
}

type PatchResourceSyncResponseObject

type PatchResourceSyncResponseObject interface {
	VisitPatchResourceSyncResponse(w http.ResponseWriter) error
}

type ReadCertificateSigningRequest200JSONResponse

type ReadCertificateSigningRequest200JSONResponse CertificateSigningRequest

func (ReadCertificateSigningRequest200JSONResponse) VisitReadCertificateSigningRequestResponse

func (response ReadCertificateSigningRequest200JSONResponse) VisitReadCertificateSigningRequestResponse(w http.ResponseWriter) error

type ReadCertificateSigningRequest401JSONResponse

type ReadCertificateSigningRequest401JSONResponse Status

func (ReadCertificateSigningRequest401JSONResponse) VisitReadCertificateSigningRequestResponse

func (response ReadCertificateSigningRequest401JSONResponse) VisitReadCertificateSigningRequestResponse(w http.ResponseWriter) error

type ReadCertificateSigningRequest403JSONResponse added in v0.4.0

type ReadCertificateSigningRequest403JSONResponse Status

func (ReadCertificateSigningRequest403JSONResponse) VisitReadCertificateSigningRequestResponse added in v0.4.0

func (response ReadCertificateSigningRequest403JSONResponse) VisitReadCertificateSigningRequestResponse(w http.ResponseWriter) error

type ReadCertificateSigningRequest404JSONResponse

type ReadCertificateSigningRequest404JSONResponse Status

func (ReadCertificateSigningRequest404JSONResponse) VisitReadCertificateSigningRequestResponse

func (response ReadCertificateSigningRequest404JSONResponse) VisitReadCertificateSigningRequestResponse(w http.ResponseWriter) error

type ReadCertificateSigningRequest503JSONResponse added in v0.4.0

type ReadCertificateSigningRequest503JSONResponse Status

func (ReadCertificateSigningRequest503JSONResponse) VisitReadCertificateSigningRequestResponse added in v0.4.0

func (response ReadCertificateSigningRequest503JSONResponse) VisitReadCertificateSigningRequestResponse(w http.ResponseWriter) error

type ReadCertificateSigningRequestRequestObject

type ReadCertificateSigningRequestRequestObject struct {
	Name string `json:"name"`
}

type ReadCertificateSigningRequestResponseObject

type ReadCertificateSigningRequestResponseObject interface {
	VisitReadCertificateSigningRequestResponse(w http.ResponseWriter) error
}

type ReadDevice200JSONResponse

type ReadDevice200JSONResponse Device

func (ReadDevice200JSONResponse) VisitReadDeviceResponse

func (response ReadDevice200JSONResponse) VisitReadDeviceResponse(w http.ResponseWriter) error

type ReadDevice401JSONResponse

type ReadDevice401JSONResponse Status

func (ReadDevice401JSONResponse) VisitReadDeviceResponse

func (response ReadDevice401JSONResponse) VisitReadDeviceResponse(w http.ResponseWriter) error

type ReadDevice403JSONResponse added in v0.4.0

type ReadDevice403JSONResponse Status

func (ReadDevice403JSONResponse) VisitReadDeviceResponse added in v0.4.0

func (response ReadDevice403JSONResponse) VisitReadDeviceResponse(w http.ResponseWriter) error

type ReadDevice404JSONResponse

type ReadDevice404JSONResponse Status

func (ReadDevice404JSONResponse) VisitReadDeviceResponse

func (response ReadDevice404JSONResponse) VisitReadDeviceResponse(w http.ResponseWriter) error

type ReadDevice503JSONResponse added in v0.4.0

type ReadDevice503JSONResponse Status

func (ReadDevice503JSONResponse) VisitReadDeviceResponse added in v0.4.0

func (response ReadDevice503JSONResponse) VisitReadDeviceResponse(w http.ResponseWriter) error

type ReadDeviceRequestObject

type ReadDeviceRequestObject struct {
	Name string `json:"name"`
}

type ReadDeviceResponseObject

type ReadDeviceResponseObject interface {
	VisitReadDeviceResponse(w http.ResponseWriter) error
}

type ReadDeviceStatus200JSONResponse

type ReadDeviceStatus200JSONResponse Device

func (ReadDeviceStatus200JSONResponse) VisitReadDeviceStatusResponse

func (response ReadDeviceStatus200JSONResponse) VisitReadDeviceStatusResponse(w http.ResponseWriter) error

type ReadDeviceStatus401JSONResponse

type ReadDeviceStatus401JSONResponse Status

func (ReadDeviceStatus401JSONResponse) VisitReadDeviceStatusResponse

func (response ReadDeviceStatus401JSONResponse) VisitReadDeviceStatusResponse(w http.ResponseWriter) error

type ReadDeviceStatus403JSONResponse added in v0.4.0

type ReadDeviceStatus403JSONResponse Status

func (ReadDeviceStatus403JSONResponse) VisitReadDeviceStatusResponse added in v0.4.0

func (response ReadDeviceStatus403JSONResponse) VisitReadDeviceStatusResponse(w http.ResponseWriter) error

type ReadDeviceStatus404JSONResponse

type ReadDeviceStatus404JSONResponse Status

func (ReadDeviceStatus404JSONResponse) VisitReadDeviceStatusResponse

func (response ReadDeviceStatus404JSONResponse) VisitReadDeviceStatusResponse(w http.ResponseWriter) error

type ReadDeviceStatus503JSONResponse added in v0.4.0

type ReadDeviceStatus503JSONResponse Status

func (ReadDeviceStatus503JSONResponse) VisitReadDeviceStatusResponse added in v0.4.0

func (response ReadDeviceStatus503JSONResponse) VisitReadDeviceStatusResponse(w http.ResponseWriter) error

type ReadDeviceStatusRequestObject

type ReadDeviceStatusRequestObject struct {
	Name string `json:"name"`
}

type ReadDeviceStatusResponseObject

type ReadDeviceStatusResponseObject interface {
	VisitReadDeviceStatusResponse(w http.ResponseWriter) error
}

type ReadEnrollmentRequest200JSONResponse

type ReadEnrollmentRequest200JSONResponse EnrollmentRequest

func (ReadEnrollmentRequest200JSONResponse) VisitReadEnrollmentRequestResponse

func (response ReadEnrollmentRequest200JSONResponse) VisitReadEnrollmentRequestResponse(w http.ResponseWriter) error

type ReadEnrollmentRequest401JSONResponse

type ReadEnrollmentRequest401JSONResponse Status

func (ReadEnrollmentRequest401JSONResponse) VisitReadEnrollmentRequestResponse

func (response ReadEnrollmentRequest401JSONResponse) VisitReadEnrollmentRequestResponse(w http.ResponseWriter) error

type ReadEnrollmentRequest403JSONResponse added in v0.4.0

type ReadEnrollmentRequest403JSONResponse Status

func (ReadEnrollmentRequest403JSONResponse) VisitReadEnrollmentRequestResponse added in v0.4.0

func (response ReadEnrollmentRequest403JSONResponse) VisitReadEnrollmentRequestResponse(w http.ResponseWriter) error

type ReadEnrollmentRequest404JSONResponse

type ReadEnrollmentRequest404JSONResponse Status

func (ReadEnrollmentRequest404JSONResponse) VisitReadEnrollmentRequestResponse

func (response ReadEnrollmentRequest404JSONResponse) VisitReadEnrollmentRequestResponse(w http.ResponseWriter) error

type ReadEnrollmentRequest503JSONResponse added in v0.4.0

type ReadEnrollmentRequest503JSONResponse Status

func (ReadEnrollmentRequest503JSONResponse) VisitReadEnrollmentRequestResponse added in v0.4.0

func (response ReadEnrollmentRequest503JSONResponse) VisitReadEnrollmentRequestResponse(w http.ResponseWriter) error

type ReadEnrollmentRequestRequestObject

type ReadEnrollmentRequestRequestObject struct {
	Name string `json:"name"`
}

type ReadEnrollmentRequestResponseObject

type ReadEnrollmentRequestResponseObject interface {
	VisitReadEnrollmentRequestResponse(w http.ResponseWriter) error
}

type ReadEnrollmentRequestStatus200JSONResponse

type ReadEnrollmentRequestStatus200JSONResponse EnrollmentRequest

func (ReadEnrollmentRequestStatus200JSONResponse) VisitReadEnrollmentRequestStatusResponse

func (response ReadEnrollmentRequestStatus200JSONResponse) VisitReadEnrollmentRequestStatusResponse(w http.ResponseWriter) error

type ReadEnrollmentRequestStatus401JSONResponse

type ReadEnrollmentRequestStatus401JSONResponse Status

func (ReadEnrollmentRequestStatus401JSONResponse) VisitReadEnrollmentRequestStatusResponse

func (response ReadEnrollmentRequestStatus401JSONResponse) VisitReadEnrollmentRequestStatusResponse(w http.ResponseWriter) error

type ReadEnrollmentRequestStatus403JSONResponse added in v0.4.0

type ReadEnrollmentRequestStatus403JSONResponse Status

func (ReadEnrollmentRequestStatus403JSONResponse) VisitReadEnrollmentRequestStatusResponse added in v0.4.0

func (response ReadEnrollmentRequestStatus403JSONResponse) VisitReadEnrollmentRequestStatusResponse(w http.ResponseWriter) error

type ReadEnrollmentRequestStatus404JSONResponse

type ReadEnrollmentRequestStatus404JSONResponse Status

func (ReadEnrollmentRequestStatus404JSONResponse) VisitReadEnrollmentRequestStatusResponse

func (response ReadEnrollmentRequestStatus404JSONResponse) VisitReadEnrollmentRequestStatusResponse(w http.ResponseWriter) error

type ReadEnrollmentRequestStatus503JSONResponse added in v0.4.0

type ReadEnrollmentRequestStatus503JSONResponse Status

func (ReadEnrollmentRequestStatus503JSONResponse) VisitReadEnrollmentRequestStatusResponse added in v0.4.0

func (response ReadEnrollmentRequestStatus503JSONResponse) VisitReadEnrollmentRequestStatusResponse(w http.ResponseWriter) error

type ReadEnrollmentRequestStatusRequestObject

type ReadEnrollmentRequestStatusRequestObject struct {
	Name string `json:"name"`
}

type ReadEnrollmentRequestStatusResponseObject

type ReadEnrollmentRequestStatusResponseObject interface {
	VisitReadEnrollmentRequestStatusResponse(w http.ResponseWriter) error
}

type ReadFleet200JSONResponse

type ReadFleet200JSONResponse Fleet

func (ReadFleet200JSONResponse) VisitReadFleetResponse

func (response ReadFleet200JSONResponse) VisitReadFleetResponse(w http.ResponseWriter) error

type ReadFleet401JSONResponse

type ReadFleet401JSONResponse Status

func (ReadFleet401JSONResponse) VisitReadFleetResponse

func (response ReadFleet401JSONResponse) VisitReadFleetResponse(w http.ResponseWriter) error

type ReadFleet403JSONResponse added in v0.4.0

type ReadFleet403JSONResponse Status

func (ReadFleet403JSONResponse) VisitReadFleetResponse added in v0.4.0

func (response ReadFleet403JSONResponse) VisitReadFleetResponse(w http.ResponseWriter) error

type ReadFleet404JSONResponse

type ReadFleet404JSONResponse Status

func (ReadFleet404JSONResponse) VisitReadFleetResponse

func (response ReadFleet404JSONResponse) VisitReadFleetResponse(w http.ResponseWriter) error

type ReadFleet503JSONResponse added in v0.4.0

type ReadFleet503JSONResponse Status

func (ReadFleet503JSONResponse) VisitReadFleetResponse added in v0.4.0

func (response ReadFleet503JSONResponse) VisitReadFleetResponse(w http.ResponseWriter) error

type ReadFleetRequestObject

type ReadFleetRequestObject struct {
	Name   string `json:"name"`
	Params ReadFleetParams
}

type ReadFleetResponseObject

type ReadFleetResponseObject interface {
	VisitReadFleetResponse(w http.ResponseWriter) error
}

type ReadFleetStatus200JSONResponse

type ReadFleetStatus200JSONResponse Fleet

func (ReadFleetStatus200JSONResponse) VisitReadFleetStatusResponse

func (response ReadFleetStatus200JSONResponse) VisitReadFleetStatusResponse(w http.ResponseWriter) error

type ReadFleetStatus401JSONResponse

type ReadFleetStatus401JSONResponse Status

func (ReadFleetStatus401JSONResponse) VisitReadFleetStatusResponse

func (response ReadFleetStatus401JSONResponse) VisitReadFleetStatusResponse(w http.ResponseWriter) error

type ReadFleetStatus403JSONResponse added in v0.4.0

type ReadFleetStatus403JSONResponse Status

func (ReadFleetStatus403JSONResponse) VisitReadFleetStatusResponse added in v0.4.0

func (response ReadFleetStatus403JSONResponse) VisitReadFleetStatusResponse(w http.ResponseWriter) error

type ReadFleetStatus404JSONResponse

type ReadFleetStatus404JSONResponse Status

func (ReadFleetStatus404JSONResponse) VisitReadFleetStatusResponse

func (response ReadFleetStatus404JSONResponse) VisitReadFleetStatusResponse(w http.ResponseWriter) error

type ReadFleetStatus503JSONResponse added in v0.4.0

type ReadFleetStatus503JSONResponse Status

func (ReadFleetStatus503JSONResponse) VisitReadFleetStatusResponse added in v0.4.0

func (response ReadFleetStatus503JSONResponse) VisitReadFleetStatusResponse(w http.ResponseWriter) error

type ReadFleetStatusRequestObject

type ReadFleetStatusRequestObject struct {
	Name string `json:"name"`
}

type ReadFleetStatusResponseObject

type ReadFleetStatusResponseObject interface {
	VisitReadFleetStatusResponse(w http.ResponseWriter) error
}

type ReadRepository200JSONResponse

type ReadRepository200JSONResponse Repository

func (ReadRepository200JSONResponse) VisitReadRepositoryResponse

func (response ReadRepository200JSONResponse) VisitReadRepositoryResponse(w http.ResponseWriter) error

type ReadRepository401JSONResponse

type ReadRepository401JSONResponse Status

func (ReadRepository401JSONResponse) VisitReadRepositoryResponse

func (response ReadRepository401JSONResponse) VisitReadRepositoryResponse(w http.ResponseWriter) error

type ReadRepository403JSONResponse added in v0.4.0

type ReadRepository403JSONResponse Status

func (ReadRepository403JSONResponse) VisitReadRepositoryResponse added in v0.4.0

func (response ReadRepository403JSONResponse) VisitReadRepositoryResponse(w http.ResponseWriter) error

type ReadRepository404JSONResponse

type ReadRepository404JSONResponse Status

func (ReadRepository404JSONResponse) VisitReadRepositoryResponse

func (response ReadRepository404JSONResponse) VisitReadRepositoryResponse(w http.ResponseWriter) error

type ReadRepository503JSONResponse added in v0.4.0

type ReadRepository503JSONResponse Status

func (ReadRepository503JSONResponse) VisitReadRepositoryResponse added in v0.4.0

func (response ReadRepository503JSONResponse) VisitReadRepositoryResponse(w http.ResponseWriter) error

type ReadRepositoryRequestObject

type ReadRepositoryRequestObject struct {
	Name string `json:"name"`
}

type ReadRepositoryResponseObject

type ReadRepositoryResponseObject interface {
	VisitReadRepositoryResponse(w http.ResponseWriter) error
}

type ReadResourceSync200JSONResponse

type ReadResourceSync200JSONResponse ResourceSync

func (ReadResourceSync200JSONResponse) VisitReadResourceSyncResponse

func (response ReadResourceSync200JSONResponse) VisitReadResourceSyncResponse(w http.ResponseWriter) error

type ReadResourceSync401JSONResponse

type ReadResourceSync401JSONResponse Status

func (ReadResourceSync401JSONResponse) VisitReadResourceSyncResponse

func (response ReadResourceSync401JSONResponse) VisitReadResourceSyncResponse(w http.ResponseWriter) error

type ReadResourceSync403JSONResponse added in v0.4.0

type ReadResourceSync403JSONResponse Status

func (ReadResourceSync403JSONResponse) VisitReadResourceSyncResponse added in v0.4.0

func (response ReadResourceSync403JSONResponse) VisitReadResourceSyncResponse(w http.ResponseWriter) error

type ReadResourceSync404JSONResponse

type ReadResourceSync404JSONResponse Status

func (ReadResourceSync404JSONResponse) VisitReadResourceSyncResponse

func (response ReadResourceSync404JSONResponse) VisitReadResourceSyncResponse(w http.ResponseWriter) error

type ReadResourceSync503JSONResponse added in v0.4.0

type ReadResourceSync503JSONResponse Status

func (ReadResourceSync503JSONResponse) VisitReadResourceSyncResponse added in v0.4.0

func (response ReadResourceSync503JSONResponse) VisitReadResourceSyncResponse(w http.ResponseWriter) error

type ReadResourceSyncRequestObject

type ReadResourceSyncRequestObject struct {
	Name string `json:"name"`
}

type ReadResourceSyncResponseObject

type ReadResourceSyncResponseObject interface {
	VisitReadResourceSyncResponse(w http.ResponseWriter) error
}

type ReadTemplateVersion200JSONResponse

type ReadTemplateVersion200JSONResponse TemplateVersion

func (ReadTemplateVersion200JSONResponse) VisitReadTemplateVersionResponse

func (response ReadTemplateVersion200JSONResponse) VisitReadTemplateVersionResponse(w http.ResponseWriter) error

type ReadTemplateVersion401JSONResponse

type ReadTemplateVersion401JSONResponse Status

func (ReadTemplateVersion401JSONResponse) VisitReadTemplateVersionResponse

func (response ReadTemplateVersion401JSONResponse) VisitReadTemplateVersionResponse(w http.ResponseWriter) error

type ReadTemplateVersion403JSONResponse added in v0.4.0

type ReadTemplateVersion403JSONResponse Status

func (ReadTemplateVersion403JSONResponse) VisitReadTemplateVersionResponse added in v0.4.0

func (response ReadTemplateVersion403JSONResponse) VisitReadTemplateVersionResponse(w http.ResponseWriter) error

type ReadTemplateVersion404JSONResponse

type ReadTemplateVersion404JSONResponse Status

func (ReadTemplateVersion404JSONResponse) VisitReadTemplateVersionResponse

func (response ReadTemplateVersion404JSONResponse) VisitReadTemplateVersionResponse(w http.ResponseWriter) error

type ReadTemplateVersion503JSONResponse added in v0.4.0

type ReadTemplateVersion503JSONResponse Status

func (ReadTemplateVersion503JSONResponse) VisitReadTemplateVersionResponse added in v0.4.0

func (response ReadTemplateVersion503JSONResponse) VisitReadTemplateVersionResponse(w http.ResponseWriter) error

type ReadTemplateVersionRequestObject

type ReadTemplateVersionRequestObject struct {
	Fleet string `json:"fleet"`
	Name  string `json:"name"`
}

type ReadTemplateVersionResponseObject

type ReadTemplateVersionResponseObject interface {
	VisitReadTemplateVersionResponse(w http.ResponseWriter) error
}

type ReplaceCertificateSigningRequest200JSONResponse

type ReplaceCertificateSigningRequest200JSONResponse CertificateSigningRequest

func (ReplaceCertificateSigningRequest200JSONResponse) VisitReplaceCertificateSigningRequestResponse

func (response ReplaceCertificateSigningRequest200JSONResponse) VisitReplaceCertificateSigningRequestResponse(w http.ResponseWriter) error

type ReplaceCertificateSigningRequest201JSONResponse

type ReplaceCertificateSigningRequest201JSONResponse CertificateSigningRequest

func (ReplaceCertificateSigningRequest201JSONResponse) VisitReplaceCertificateSigningRequestResponse

func (response ReplaceCertificateSigningRequest201JSONResponse) VisitReplaceCertificateSigningRequestResponse(w http.ResponseWriter) error

type ReplaceCertificateSigningRequest400JSONResponse

type ReplaceCertificateSigningRequest400JSONResponse Status

func (ReplaceCertificateSigningRequest400JSONResponse) VisitReplaceCertificateSigningRequestResponse

func (response ReplaceCertificateSigningRequest400JSONResponse) VisitReplaceCertificateSigningRequestResponse(w http.ResponseWriter) error

type ReplaceCertificateSigningRequest401JSONResponse

type ReplaceCertificateSigningRequest401JSONResponse Status

func (ReplaceCertificateSigningRequest401JSONResponse) VisitReplaceCertificateSigningRequestResponse

func (response ReplaceCertificateSigningRequest401JSONResponse) VisitReplaceCertificateSigningRequestResponse(w http.ResponseWriter) error

type ReplaceCertificateSigningRequest403JSONResponse added in v0.4.0

type ReplaceCertificateSigningRequest403JSONResponse Status

func (ReplaceCertificateSigningRequest403JSONResponse) VisitReplaceCertificateSigningRequestResponse added in v0.4.0

func (response ReplaceCertificateSigningRequest403JSONResponse) VisitReplaceCertificateSigningRequestResponse(w http.ResponseWriter) error

type ReplaceCertificateSigningRequest404JSONResponse

type ReplaceCertificateSigningRequest404JSONResponse Status

func (ReplaceCertificateSigningRequest404JSONResponse) VisitReplaceCertificateSigningRequestResponse

func (response ReplaceCertificateSigningRequest404JSONResponse) VisitReplaceCertificateSigningRequestResponse(w http.ResponseWriter) error

type ReplaceCertificateSigningRequest409JSONResponse

type ReplaceCertificateSigningRequest409JSONResponse Status

func (ReplaceCertificateSigningRequest409JSONResponse) VisitReplaceCertificateSigningRequestResponse

func (response ReplaceCertificateSigningRequest409JSONResponse) VisitReplaceCertificateSigningRequestResponse(w http.ResponseWriter) error

type ReplaceCertificateSigningRequest503JSONResponse added in v0.4.0

type ReplaceCertificateSigningRequest503JSONResponse Status

func (ReplaceCertificateSigningRequest503JSONResponse) VisitReplaceCertificateSigningRequestResponse added in v0.4.0

func (response ReplaceCertificateSigningRequest503JSONResponse) VisitReplaceCertificateSigningRequestResponse(w http.ResponseWriter) error

type ReplaceCertificateSigningRequestRequestObject

type ReplaceCertificateSigningRequestRequestObject struct {
	Name string `json:"name"`
	Body *ReplaceCertificateSigningRequestJSONRequestBody
}

type ReplaceCertificateSigningRequestResponseObject

type ReplaceCertificateSigningRequestResponseObject interface {
	VisitReplaceCertificateSigningRequestResponse(w http.ResponseWriter) error
}

type ReplaceDevice200JSONResponse

type ReplaceDevice200JSONResponse Device

func (ReplaceDevice200JSONResponse) VisitReplaceDeviceResponse

func (response ReplaceDevice200JSONResponse) VisitReplaceDeviceResponse(w http.ResponseWriter) error

type ReplaceDevice201JSONResponse

type ReplaceDevice201JSONResponse Device

func (ReplaceDevice201JSONResponse) VisitReplaceDeviceResponse

func (response ReplaceDevice201JSONResponse) VisitReplaceDeviceResponse(w http.ResponseWriter) error

type ReplaceDevice400JSONResponse

type ReplaceDevice400JSONResponse Status

func (ReplaceDevice400JSONResponse) VisitReplaceDeviceResponse

func (response ReplaceDevice400JSONResponse) VisitReplaceDeviceResponse(w http.ResponseWriter) error

type ReplaceDevice401JSONResponse

type ReplaceDevice401JSONResponse Status

func (ReplaceDevice401JSONResponse) VisitReplaceDeviceResponse

func (response ReplaceDevice401JSONResponse) VisitReplaceDeviceResponse(w http.ResponseWriter) error

type ReplaceDevice403JSONResponse added in v0.4.0

type ReplaceDevice403JSONResponse Status

func (ReplaceDevice403JSONResponse) VisitReplaceDeviceResponse added in v0.4.0

func (response ReplaceDevice403JSONResponse) VisitReplaceDeviceResponse(w http.ResponseWriter) error

type ReplaceDevice404JSONResponse

type ReplaceDevice404JSONResponse Status

func (ReplaceDevice404JSONResponse) VisitReplaceDeviceResponse

func (response ReplaceDevice404JSONResponse) VisitReplaceDeviceResponse(w http.ResponseWriter) error

type ReplaceDevice409JSONResponse

type ReplaceDevice409JSONResponse Status

func (ReplaceDevice409JSONResponse) VisitReplaceDeviceResponse

func (response ReplaceDevice409JSONResponse) VisitReplaceDeviceResponse(w http.ResponseWriter) error

type ReplaceDevice503JSONResponse added in v0.4.0

type ReplaceDevice503JSONResponse Status

func (ReplaceDevice503JSONResponse) VisitReplaceDeviceResponse added in v0.4.0

func (response ReplaceDevice503JSONResponse) VisitReplaceDeviceResponse(w http.ResponseWriter) error

type ReplaceDeviceRequestObject

type ReplaceDeviceRequestObject struct {
	Name string `json:"name"`
	Body *ReplaceDeviceJSONRequestBody
}

type ReplaceDeviceResponseObject

type ReplaceDeviceResponseObject interface {
	VisitReplaceDeviceResponse(w http.ResponseWriter) error
}

type ReplaceDeviceStatus200JSONResponse

type ReplaceDeviceStatus200JSONResponse Device

func (ReplaceDeviceStatus200JSONResponse) VisitReplaceDeviceStatusResponse

func (response ReplaceDeviceStatus200JSONResponse) VisitReplaceDeviceStatusResponse(w http.ResponseWriter) error

type ReplaceDeviceStatus400JSONResponse

type ReplaceDeviceStatus400JSONResponse Status

func (ReplaceDeviceStatus400JSONResponse) VisitReplaceDeviceStatusResponse

func (response ReplaceDeviceStatus400JSONResponse) VisitReplaceDeviceStatusResponse(w http.ResponseWriter) error

type ReplaceDeviceStatus401JSONResponse

type ReplaceDeviceStatus401JSONResponse Status

func (ReplaceDeviceStatus401JSONResponse) VisitReplaceDeviceStatusResponse

func (response ReplaceDeviceStatus401JSONResponse) VisitReplaceDeviceStatusResponse(w http.ResponseWriter) error

type ReplaceDeviceStatus403JSONResponse added in v0.4.0

type ReplaceDeviceStatus403JSONResponse Status

func (ReplaceDeviceStatus403JSONResponse) VisitReplaceDeviceStatusResponse added in v0.4.0

func (response ReplaceDeviceStatus403JSONResponse) VisitReplaceDeviceStatusResponse(w http.ResponseWriter) error

type ReplaceDeviceStatus404JSONResponse

type ReplaceDeviceStatus404JSONResponse Status

func (ReplaceDeviceStatus404JSONResponse) VisitReplaceDeviceStatusResponse

func (response ReplaceDeviceStatus404JSONResponse) VisitReplaceDeviceStatusResponse(w http.ResponseWriter) error

type ReplaceDeviceStatus503JSONResponse added in v0.4.0

type ReplaceDeviceStatus503JSONResponse Status

func (ReplaceDeviceStatus503JSONResponse) VisitReplaceDeviceStatusResponse added in v0.4.0

func (response ReplaceDeviceStatus503JSONResponse) VisitReplaceDeviceStatusResponse(w http.ResponseWriter) error

type ReplaceDeviceStatusRequestObject

type ReplaceDeviceStatusRequestObject struct {
	Name string `json:"name"`
	Body *ReplaceDeviceStatusJSONRequestBody
}

type ReplaceDeviceStatusResponseObject

type ReplaceDeviceStatusResponseObject interface {
	VisitReplaceDeviceStatusResponse(w http.ResponseWriter) error
}

type ReplaceEnrollmentRequest200JSONResponse

type ReplaceEnrollmentRequest200JSONResponse EnrollmentRequest

func (ReplaceEnrollmentRequest200JSONResponse) VisitReplaceEnrollmentRequestResponse

func (response ReplaceEnrollmentRequest200JSONResponse) VisitReplaceEnrollmentRequestResponse(w http.ResponseWriter) error

type ReplaceEnrollmentRequest201JSONResponse

type ReplaceEnrollmentRequest201JSONResponse EnrollmentRequest

func (ReplaceEnrollmentRequest201JSONResponse) VisitReplaceEnrollmentRequestResponse

func (response ReplaceEnrollmentRequest201JSONResponse) VisitReplaceEnrollmentRequestResponse(w http.ResponseWriter) error

type ReplaceEnrollmentRequest400JSONResponse

type ReplaceEnrollmentRequest400JSONResponse Status

func (ReplaceEnrollmentRequest400JSONResponse) VisitReplaceEnrollmentRequestResponse

func (response ReplaceEnrollmentRequest400JSONResponse) VisitReplaceEnrollmentRequestResponse(w http.ResponseWriter) error

type ReplaceEnrollmentRequest401JSONResponse

type ReplaceEnrollmentRequest401JSONResponse Status

func (ReplaceEnrollmentRequest401JSONResponse) VisitReplaceEnrollmentRequestResponse

func (response ReplaceEnrollmentRequest401JSONResponse) VisitReplaceEnrollmentRequestResponse(w http.ResponseWriter) error

type ReplaceEnrollmentRequest403JSONResponse added in v0.4.0

type ReplaceEnrollmentRequest403JSONResponse Status

func (ReplaceEnrollmentRequest403JSONResponse) VisitReplaceEnrollmentRequestResponse added in v0.4.0

func (response ReplaceEnrollmentRequest403JSONResponse) VisitReplaceEnrollmentRequestResponse(w http.ResponseWriter) error

type ReplaceEnrollmentRequest404JSONResponse

type ReplaceEnrollmentRequest404JSONResponse Status

func (ReplaceEnrollmentRequest404JSONResponse) VisitReplaceEnrollmentRequestResponse

func (response ReplaceEnrollmentRequest404JSONResponse) VisitReplaceEnrollmentRequestResponse(w http.ResponseWriter) error

type ReplaceEnrollmentRequest409JSONResponse

type ReplaceEnrollmentRequest409JSONResponse Status

func (ReplaceEnrollmentRequest409JSONResponse) VisitReplaceEnrollmentRequestResponse

func (response ReplaceEnrollmentRequest409JSONResponse) VisitReplaceEnrollmentRequestResponse(w http.ResponseWriter) error

type ReplaceEnrollmentRequest503JSONResponse added in v0.4.0

type ReplaceEnrollmentRequest503JSONResponse Status

func (ReplaceEnrollmentRequest503JSONResponse) VisitReplaceEnrollmentRequestResponse added in v0.4.0

func (response ReplaceEnrollmentRequest503JSONResponse) VisitReplaceEnrollmentRequestResponse(w http.ResponseWriter) error

type ReplaceEnrollmentRequestRequestObject

type ReplaceEnrollmentRequestRequestObject struct {
	Name string `json:"name"`
	Body *ReplaceEnrollmentRequestJSONRequestBody
}

type ReplaceEnrollmentRequestResponseObject

type ReplaceEnrollmentRequestResponseObject interface {
	VisitReplaceEnrollmentRequestResponse(w http.ResponseWriter) error
}

type ReplaceEnrollmentRequestStatus200JSONResponse

type ReplaceEnrollmentRequestStatus200JSONResponse EnrollmentRequest

func (ReplaceEnrollmentRequestStatus200JSONResponse) VisitReplaceEnrollmentRequestStatusResponse

func (response ReplaceEnrollmentRequestStatus200JSONResponse) VisitReplaceEnrollmentRequestStatusResponse(w http.ResponseWriter) error

type ReplaceEnrollmentRequestStatus401JSONResponse

type ReplaceEnrollmentRequestStatus401JSONResponse Status

func (ReplaceEnrollmentRequestStatus401JSONResponse) VisitReplaceEnrollmentRequestStatusResponse

func (response ReplaceEnrollmentRequestStatus401JSONResponse) VisitReplaceEnrollmentRequestStatusResponse(w http.ResponseWriter) error

type ReplaceEnrollmentRequestStatus403JSONResponse added in v0.4.0

type ReplaceEnrollmentRequestStatus403JSONResponse Status

func (ReplaceEnrollmentRequestStatus403JSONResponse) VisitReplaceEnrollmentRequestStatusResponse added in v0.4.0

func (response ReplaceEnrollmentRequestStatus403JSONResponse) VisitReplaceEnrollmentRequestStatusResponse(w http.ResponseWriter) error

type ReplaceEnrollmentRequestStatus404JSONResponse

type ReplaceEnrollmentRequestStatus404JSONResponse Status

func (ReplaceEnrollmentRequestStatus404JSONResponse) VisitReplaceEnrollmentRequestStatusResponse

func (response ReplaceEnrollmentRequestStatus404JSONResponse) VisitReplaceEnrollmentRequestStatusResponse(w http.ResponseWriter) error

type ReplaceEnrollmentRequestStatus503JSONResponse added in v0.4.0

type ReplaceEnrollmentRequestStatus503JSONResponse Status

func (ReplaceEnrollmentRequestStatus503JSONResponse) VisitReplaceEnrollmentRequestStatusResponse added in v0.4.0

func (response ReplaceEnrollmentRequestStatus503JSONResponse) VisitReplaceEnrollmentRequestStatusResponse(w http.ResponseWriter) error

type ReplaceEnrollmentRequestStatusRequestObject

type ReplaceEnrollmentRequestStatusRequestObject struct {
	Name string `json:"name"`
	Body *ReplaceEnrollmentRequestStatusJSONRequestBody
}

type ReplaceEnrollmentRequestStatusResponseObject

type ReplaceEnrollmentRequestStatusResponseObject interface {
	VisitReplaceEnrollmentRequestStatusResponse(w http.ResponseWriter) error
}

type ReplaceFleet200JSONResponse

type ReplaceFleet200JSONResponse Fleet

func (ReplaceFleet200JSONResponse) VisitReplaceFleetResponse

func (response ReplaceFleet200JSONResponse) VisitReplaceFleetResponse(w http.ResponseWriter) error

type ReplaceFleet201JSONResponse

type ReplaceFleet201JSONResponse Fleet

func (ReplaceFleet201JSONResponse) VisitReplaceFleetResponse

func (response ReplaceFleet201JSONResponse) VisitReplaceFleetResponse(w http.ResponseWriter) error

type ReplaceFleet400JSONResponse

type ReplaceFleet400JSONResponse Status

func (ReplaceFleet400JSONResponse) VisitReplaceFleetResponse

func (response ReplaceFleet400JSONResponse) VisitReplaceFleetResponse(w http.ResponseWriter) error

type ReplaceFleet401JSONResponse

type ReplaceFleet401JSONResponse Status

func (ReplaceFleet401JSONResponse) VisitReplaceFleetResponse

func (response ReplaceFleet401JSONResponse) VisitReplaceFleetResponse(w http.ResponseWriter) error

type ReplaceFleet403JSONResponse added in v0.4.0

type ReplaceFleet403JSONResponse Status

func (ReplaceFleet403JSONResponse) VisitReplaceFleetResponse added in v0.4.0

func (response ReplaceFleet403JSONResponse) VisitReplaceFleetResponse(w http.ResponseWriter) error

type ReplaceFleet404JSONResponse

type ReplaceFleet404JSONResponse Status

func (ReplaceFleet404JSONResponse) VisitReplaceFleetResponse

func (response ReplaceFleet404JSONResponse) VisitReplaceFleetResponse(w http.ResponseWriter) error

type ReplaceFleet409JSONResponse

type ReplaceFleet409JSONResponse Status

func (ReplaceFleet409JSONResponse) VisitReplaceFleetResponse

func (response ReplaceFleet409JSONResponse) VisitReplaceFleetResponse(w http.ResponseWriter) error

type ReplaceFleet503JSONResponse added in v0.4.0

type ReplaceFleet503JSONResponse Status

func (ReplaceFleet503JSONResponse) VisitReplaceFleetResponse added in v0.4.0

func (response ReplaceFleet503JSONResponse) VisitReplaceFleetResponse(w http.ResponseWriter) error

type ReplaceFleetRequestObject

type ReplaceFleetRequestObject struct {
	Name string `json:"name"`
	Body *ReplaceFleetJSONRequestBody
}

type ReplaceFleetResponseObject

type ReplaceFleetResponseObject interface {
	VisitReplaceFleetResponse(w http.ResponseWriter) error
}

type ReplaceFleetStatus200JSONResponse

type ReplaceFleetStatus200JSONResponse Fleet

func (ReplaceFleetStatus200JSONResponse) VisitReplaceFleetStatusResponse

func (response ReplaceFleetStatus200JSONResponse) VisitReplaceFleetStatusResponse(w http.ResponseWriter) error

type ReplaceFleetStatus401JSONResponse

type ReplaceFleetStatus401JSONResponse Status

func (ReplaceFleetStatus401JSONResponse) VisitReplaceFleetStatusResponse

func (response ReplaceFleetStatus401JSONResponse) VisitReplaceFleetStatusResponse(w http.ResponseWriter) error

type ReplaceFleetStatus403JSONResponse added in v0.4.0

type ReplaceFleetStatus403JSONResponse Status

func (ReplaceFleetStatus403JSONResponse) VisitReplaceFleetStatusResponse added in v0.4.0

func (response ReplaceFleetStatus403JSONResponse) VisitReplaceFleetStatusResponse(w http.ResponseWriter) error

type ReplaceFleetStatus404JSONResponse

type ReplaceFleetStatus404JSONResponse Status

func (ReplaceFleetStatus404JSONResponse) VisitReplaceFleetStatusResponse

func (response ReplaceFleetStatus404JSONResponse) VisitReplaceFleetStatusResponse(w http.ResponseWriter) error

type ReplaceFleetStatus503JSONResponse added in v0.4.0

type ReplaceFleetStatus503JSONResponse Status

func (ReplaceFleetStatus503JSONResponse) VisitReplaceFleetStatusResponse added in v0.4.0

func (response ReplaceFleetStatus503JSONResponse) VisitReplaceFleetStatusResponse(w http.ResponseWriter) error

type ReplaceFleetStatusRequestObject

type ReplaceFleetStatusRequestObject struct {
	Name string `json:"name"`
	Body *ReplaceFleetStatusJSONRequestBody
}

type ReplaceFleetStatusResponseObject

type ReplaceFleetStatusResponseObject interface {
	VisitReplaceFleetStatusResponse(w http.ResponseWriter) error
}

type ReplaceRepository200JSONResponse

type ReplaceRepository200JSONResponse Repository

func (ReplaceRepository200JSONResponse) VisitReplaceRepositoryResponse

func (response ReplaceRepository200JSONResponse) VisitReplaceRepositoryResponse(w http.ResponseWriter) error

type ReplaceRepository201JSONResponse

type ReplaceRepository201JSONResponse Repository

func (ReplaceRepository201JSONResponse) VisitReplaceRepositoryResponse

func (response ReplaceRepository201JSONResponse) VisitReplaceRepositoryResponse(w http.ResponseWriter) error

type ReplaceRepository400JSONResponse

type ReplaceRepository400JSONResponse Status

func (ReplaceRepository400JSONResponse) VisitReplaceRepositoryResponse

func (response ReplaceRepository400JSONResponse) VisitReplaceRepositoryResponse(w http.ResponseWriter) error

type ReplaceRepository401JSONResponse

type ReplaceRepository401JSONResponse Status

func (ReplaceRepository401JSONResponse) VisitReplaceRepositoryResponse

func (response ReplaceRepository401JSONResponse) VisitReplaceRepositoryResponse(w http.ResponseWriter) error

type ReplaceRepository403JSONResponse added in v0.4.0

type ReplaceRepository403JSONResponse Status

func (ReplaceRepository403JSONResponse) VisitReplaceRepositoryResponse added in v0.4.0

func (response ReplaceRepository403JSONResponse) VisitReplaceRepositoryResponse(w http.ResponseWriter) error

type ReplaceRepository404JSONResponse

type ReplaceRepository404JSONResponse Status

func (ReplaceRepository404JSONResponse) VisitReplaceRepositoryResponse

func (response ReplaceRepository404JSONResponse) VisitReplaceRepositoryResponse(w http.ResponseWriter) error

type ReplaceRepository409JSONResponse

type ReplaceRepository409JSONResponse Status

func (ReplaceRepository409JSONResponse) VisitReplaceRepositoryResponse

func (response ReplaceRepository409JSONResponse) VisitReplaceRepositoryResponse(w http.ResponseWriter) error

type ReplaceRepository503JSONResponse added in v0.4.0

type ReplaceRepository503JSONResponse Status

func (ReplaceRepository503JSONResponse) VisitReplaceRepositoryResponse added in v0.4.0

func (response ReplaceRepository503JSONResponse) VisitReplaceRepositoryResponse(w http.ResponseWriter) error

type ReplaceRepositoryRequestObject

type ReplaceRepositoryRequestObject struct {
	Name string `json:"name"`
	Body *ReplaceRepositoryJSONRequestBody
}

type ReplaceRepositoryResponseObject

type ReplaceRepositoryResponseObject interface {
	VisitReplaceRepositoryResponse(w http.ResponseWriter) error
}

type ReplaceResourceSync200JSONResponse

type ReplaceResourceSync200JSONResponse ResourceSync

func (ReplaceResourceSync200JSONResponse) VisitReplaceResourceSyncResponse

func (response ReplaceResourceSync200JSONResponse) VisitReplaceResourceSyncResponse(w http.ResponseWriter) error

type ReplaceResourceSync201JSONResponse

type ReplaceResourceSync201JSONResponse ResourceSync

func (ReplaceResourceSync201JSONResponse) VisitReplaceResourceSyncResponse

func (response ReplaceResourceSync201JSONResponse) VisitReplaceResourceSyncResponse(w http.ResponseWriter) error

type ReplaceResourceSync400JSONResponse

type ReplaceResourceSync400JSONResponse Status

func (ReplaceResourceSync400JSONResponse) VisitReplaceResourceSyncResponse

func (response ReplaceResourceSync400JSONResponse) VisitReplaceResourceSyncResponse(w http.ResponseWriter) error

type ReplaceResourceSync401JSONResponse

type ReplaceResourceSync401JSONResponse Status

func (ReplaceResourceSync401JSONResponse) VisitReplaceResourceSyncResponse

func (response ReplaceResourceSync401JSONResponse) VisitReplaceResourceSyncResponse(w http.ResponseWriter) error

type ReplaceResourceSync403JSONResponse added in v0.4.0

type ReplaceResourceSync403JSONResponse Status

func (ReplaceResourceSync403JSONResponse) VisitReplaceResourceSyncResponse added in v0.4.0

func (response ReplaceResourceSync403JSONResponse) VisitReplaceResourceSyncResponse(w http.ResponseWriter) error

type ReplaceResourceSync404JSONResponse

type ReplaceResourceSync404JSONResponse Status

func (ReplaceResourceSync404JSONResponse) VisitReplaceResourceSyncResponse

func (response ReplaceResourceSync404JSONResponse) VisitReplaceResourceSyncResponse(w http.ResponseWriter) error

type ReplaceResourceSync409JSONResponse

type ReplaceResourceSync409JSONResponse Status

func (ReplaceResourceSync409JSONResponse) VisitReplaceResourceSyncResponse

func (response ReplaceResourceSync409JSONResponse) VisitReplaceResourceSyncResponse(w http.ResponseWriter) error

type ReplaceResourceSync503JSONResponse added in v0.4.0

type ReplaceResourceSync503JSONResponse Status

func (ReplaceResourceSync503JSONResponse) VisitReplaceResourceSyncResponse added in v0.4.0

func (response ReplaceResourceSync503JSONResponse) VisitReplaceResourceSyncResponse(w http.ResponseWriter) error

type ReplaceResourceSyncRequestObject

type ReplaceResourceSyncRequestObject struct {
	Name string `json:"name"`
	Body *ReplaceResourceSyncJSONRequestBody
}

type ReplaceResourceSyncResponseObject

type ReplaceResourceSyncResponseObject interface {
	VisitReplaceResourceSyncResponse(w http.ResponseWriter) error
}

type RequiredHeaderError

type RequiredHeaderError struct {
	ParamName string
	Err       error
}

func (*RequiredHeaderError) Error

func (e *RequiredHeaderError) Error() string

func (*RequiredHeaderError) Unwrap

func (e *RequiredHeaderError) Unwrap() error

type RequiredParamError

type RequiredParamError struct {
	ParamName string
}

func (*RequiredParamError) Error

func (e *RequiredParamError) Error() string

type ServerInterface

type ServerInterface interface {

	// (GET /api/v1/auth/config)
	AuthConfig(w http.ResponseWriter, r *http.Request)

	// (GET /api/v1/auth/validate)
	AuthValidate(w http.ResponseWriter, r *http.Request, params AuthValidateParams)

	// (DELETE /api/v1/certificatesigningrequests)
	DeleteCertificateSigningRequests(w http.ResponseWriter, r *http.Request)

	// (GET /api/v1/certificatesigningrequests)
	ListCertificateSigningRequests(w http.ResponseWriter, r *http.Request, params ListCertificateSigningRequestsParams)

	// (POST /api/v1/certificatesigningrequests)
	CreateCertificateSigningRequest(w http.ResponseWriter, r *http.Request)

	// (DELETE /api/v1/certificatesigningrequests/{name})
	DeleteCertificateSigningRequest(w http.ResponseWriter, r *http.Request, name string)

	// (GET /api/v1/certificatesigningrequests/{name})
	ReadCertificateSigningRequest(w http.ResponseWriter, r *http.Request, name string)

	// (PATCH /api/v1/certificatesigningrequests/{name})
	PatchCertificateSigningRequest(w http.ResponseWriter, r *http.Request, name string)

	// (PUT /api/v1/certificatesigningrequests/{name})
	ReplaceCertificateSigningRequest(w http.ResponseWriter, r *http.Request, name string)

	// (PUT /api/v1/certificatesigningrequests/{name}/approval)
	UpdateCertificateSigningRequestApproval(w http.ResponseWriter, r *http.Request, name string)

	// (DELETE /api/v1/devices)
	DeleteDevices(w http.ResponseWriter, r *http.Request)

	// (GET /api/v1/devices)
	ListDevices(w http.ResponseWriter, r *http.Request, params ListDevicesParams)

	// (POST /api/v1/devices)
	CreateDevice(w http.ResponseWriter, r *http.Request)

	// (DELETE /api/v1/devices/{name})
	DeleteDevice(w http.ResponseWriter, r *http.Request, name string)

	// (GET /api/v1/devices/{name})
	ReadDevice(w http.ResponseWriter, r *http.Request, name string)

	// (PATCH /api/v1/devices/{name})
	PatchDevice(w http.ResponseWriter, r *http.Request, name string)

	// (PUT /api/v1/devices/{name})
	ReplaceDevice(w http.ResponseWriter, r *http.Request, name string)

	// (PUT /api/v1/devices/{name}/decommission)
	DecommissionDevice(w http.ResponseWriter, r *http.Request, name string)

	// (GET /api/v1/devices/{name}/rendered)
	GetRenderedDevice(w http.ResponseWriter, r *http.Request, name string, params GetRenderedDeviceParams)

	// (GET /api/v1/devices/{name}/status)
	ReadDeviceStatus(w http.ResponseWriter, r *http.Request, name string)

	// (PATCH /api/v1/devices/{name}/status)
	PatchDeviceStatus(w http.ResponseWriter, r *http.Request, name string)

	// (PUT /api/v1/devices/{name}/status)
	ReplaceDeviceStatus(w http.ResponseWriter, r *http.Request, name string)

	// (GET /api/v1/enrollmentconfig)
	GetEnrollmentConfig(w http.ResponseWriter, r *http.Request, params GetEnrollmentConfigParams)

	// (DELETE /api/v1/enrollmentrequests)
	DeleteEnrollmentRequests(w http.ResponseWriter, r *http.Request)

	// (GET /api/v1/enrollmentrequests)
	ListEnrollmentRequests(w http.ResponseWriter, r *http.Request, params ListEnrollmentRequestsParams)

	// (POST /api/v1/enrollmentrequests)
	CreateEnrollmentRequest(w http.ResponseWriter, r *http.Request)

	// (DELETE /api/v1/enrollmentrequests/{name})
	DeleteEnrollmentRequest(w http.ResponseWriter, r *http.Request, name string)

	// (GET /api/v1/enrollmentrequests/{name})
	ReadEnrollmentRequest(w http.ResponseWriter, r *http.Request, name string)

	// (PATCH /api/v1/enrollmentrequests/{name})
	PatchEnrollmentRequest(w http.ResponseWriter, r *http.Request, name string)

	// (PUT /api/v1/enrollmentrequests/{name})
	ReplaceEnrollmentRequest(w http.ResponseWriter, r *http.Request, name string)

	// (PUT /api/v1/enrollmentrequests/{name}/approval)
	ApproveEnrollmentRequest(w http.ResponseWriter, r *http.Request, name string)

	// (GET /api/v1/enrollmentrequests/{name}/status)
	ReadEnrollmentRequestStatus(w http.ResponseWriter, r *http.Request, name string)

	// (PATCH /api/v1/enrollmentrequests/{name}/status)
	PatchEnrollmentRequestStatus(w http.ResponseWriter, r *http.Request, name string)

	// (PUT /api/v1/enrollmentrequests/{name}/status)
	ReplaceEnrollmentRequestStatus(w http.ResponseWriter, r *http.Request, name string)

	// (DELETE /api/v1/fleets)
	DeleteFleets(w http.ResponseWriter, r *http.Request)

	// (GET /api/v1/fleets)
	ListFleets(w http.ResponseWriter, r *http.Request, params ListFleetsParams)

	// (POST /api/v1/fleets)
	CreateFleet(w http.ResponseWriter, r *http.Request)

	// (DELETE /api/v1/fleets/{fleet}/templateversions)
	DeleteTemplateVersions(w http.ResponseWriter, r *http.Request, fleet string)

	// (GET /api/v1/fleets/{fleet}/templateversions)
	ListTemplateVersions(w http.ResponseWriter, r *http.Request, fleet string, params ListTemplateVersionsParams)

	// (DELETE /api/v1/fleets/{fleet}/templateversions/{name})
	DeleteTemplateVersion(w http.ResponseWriter, r *http.Request, fleet string, name string)

	// (GET /api/v1/fleets/{fleet}/templateversions/{name})
	ReadTemplateVersion(w http.ResponseWriter, r *http.Request, fleet string, name string)

	// (DELETE /api/v1/fleets/{name})
	DeleteFleet(w http.ResponseWriter, r *http.Request, name string)

	// (GET /api/v1/fleets/{name})
	ReadFleet(w http.ResponseWriter, r *http.Request, name string, params ReadFleetParams)

	// (PATCH /api/v1/fleets/{name})
	PatchFleet(w http.ResponseWriter, r *http.Request, name string)

	// (PUT /api/v1/fleets/{name})
	ReplaceFleet(w http.ResponseWriter, r *http.Request, name string)

	// (GET /api/v1/fleets/{name}/status)
	ReadFleetStatus(w http.ResponseWriter, r *http.Request, name string)

	// (PATCH /api/v1/fleets/{name}/status)
	PatchFleetStatus(w http.ResponseWriter, r *http.Request, name string)

	// (PUT /api/v1/fleets/{name}/status)
	ReplaceFleetStatus(w http.ResponseWriter, r *http.Request, name string)

	// (DELETE /api/v1/repositories)
	DeleteRepositories(w http.ResponseWriter, r *http.Request)

	// (GET /api/v1/repositories)
	ListRepositories(w http.ResponseWriter, r *http.Request, params ListRepositoriesParams)

	// (POST /api/v1/repositories)
	CreateRepository(w http.ResponseWriter, r *http.Request)

	// (DELETE /api/v1/repositories/{name})
	DeleteRepository(w http.ResponseWriter, r *http.Request, name string)

	// (GET /api/v1/repositories/{name})
	ReadRepository(w http.ResponseWriter, r *http.Request, name string)

	// (PATCH /api/v1/repositories/{name})
	PatchRepository(w http.ResponseWriter, r *http.Request, name string)

	// (PUT /api/v1/repositories/{name})
	ReplaceRepository(w http.ResponseWriter, r *http.Request, name string)

	// (DELETE /api/v1/resourcesyncs)
	DeleteResourceSyncs(w http.ResponseWriter, r *http.Request)

	// (GET /api/v1/resourcesyncs)
	ListResourceSync(w http.ResponseWriter, r *http.Request, params ListResourceSyncParams)

	// (POST /api/v1/resourcesyncs)
	CreateResourceSync(w http.ResponseWriter, r *http.Request)

	// (DELETE /api/v1/resourcesyncs/{name})
	DeleteResourceSync(w http.ResponseWriter, r *http.Request, name string)

	// (GET /api/v1/resourcesyncs/{name})
	ReadResourceSync(w http.ResponseWriter, r *http.Request, name string)

	// (PATCH /api/v1/resourcesyncs/{name})
	PatchResourceSync(w http.ResponseWriter, r *http.Request, name string)

	// (PUT /api/v1/resourcesyncs/{name})
	ReplaceResourceSync(w http.ResponseWriter, r *http.Request, name string)

	// (GET /api/version)
	GetVersion(w http.ResponseWriter, r *http.Request)
}

ServerInterface represents all server handlers.

func NewStrictHandler

func NewStrictHandler(ssi StrictServerInterface, middlewares []StrictMiddlewareFunc) ServerInterface

func NewStrictHandlerWithOptions

func NewStrictHandlerWithOptions(ssi StrictServerInterface, middlewares []StrictMiddlewareFunc, options StrictHTTPServerOptions) ServerInterface

type ServerInterfaceWrapper

type ServerInterfaceWrapper struct {
	Handler            ServerInterface
	HandlerMiddlewares []MiddlewareFunc
	ErrorHandlerFunc   func(w http.ResponseWriter, r *http.Request, err error)
}

ServerInterfaceWrapper converts contexts to parameters.

func (*ServerInterfaceWrapper) ApproveEnrollmentRequest

func (siw *ServerInterfaceWrapper) ApproveEnrollmentRequest(w http.ResponseWriter, r *http.Request)

ApproveEnrollmentRequest operation middleware

func (*ServerInterfaceWrapper) AuthConfig

func (siw *ServerInterfaceWrapper) AuthConfig(w http.ResponseWriter, r *http.Request)

AuthConfig operation middleware

func (*ServerInterfaceWrapper) AuthValidate

func (siw *ServerInterfaceWrapper) AuthValidate(w http.ResponseWriter, r *http.Request)

AuthValidate operation middleware

func (*ServerInterfaceWrapper) CreateCertificateSigningRequest

func (siw *ServerInterfaceWrapper) CreateCertificateSigningRequest(w http.ResponseWriter, r *http.Request)

CreateCertificateSigningRequest operation middleware

func (*ServerInterfaceWrapper) CreateDevice

func (siw *ServerInterfaceWrapper) CreateDevice(w http.ResponseWriter, r *http.Request)

CreateDevice operation middleware

func (*ServerInterfaceWrapper) CreateEnrollmentRequest

func (siw *ServerInterfaceWrapper) CreateEnrollmentRequest(w http.ResponseWriter, r *http.Request)

CreateEnrollmentRequest operation middleware

func (*ServerInterfaceWrapper) CreateFleet

func (siw *ServerInterfaceWrapper) CreateFleet(w http.ResponseWriter, r *http.Request)

CreateFleet operation middleware

func (*ServerInterfaceWrapper) CreateRepository

func (siw *ServerInterfaceWrapper) CreateRepository(w http.ResponseWriter, r *http.Request)

CreateRepository operation middleware

func (*ServerInterfaceWrapper) CreateResourceSync

func (siw *ServerInterfaceWrapper) CreateResourceSync(w http.ResponseWriter, r *http.Request)

CreateResourceSync operation middleware

func (*ServerInterfaceWrapper) DecommissionDevice added in v0.4.0

func (siw *ServerInterfaceWrapper) DecommissionDevice(w http.ResponseWriter, r *http.Request)

DecommissionDevice operation middleware

func (*ServerInterfaceWrapper) DeleteCertificateSigningRequest

func (siw *ServerInterfaceWrapper) DeleteCertificateSigningRequest(w http.ResponseWriter, r *http.Request)

DeleteCertificateSigningRequest operation middleware

func (*ServerInterfaceWrapper) DeleteCertificateSigningRequests

func (siw *ServerInterfaceWrapper) DeleteCertificateSigningRequests(w http.ResponseWriter, r *http.Request)

DeleteCertificateSigningRequests operation middleware

func (*ServerInterfaceWrapper) DeleteDevice

func (siw *ServerInterfaceWrapper) DeleteDevice(w http.ResponseWriter, r *http.Request)

DeleteDevice operation middleware

func (*ServerInterfaceWrapper) DeleteDevices

func (siw *ServerInterfaceWrapper) DeleteDevices(w http.ResponseWriter, r *http.Request)

DeleteDevices operation middleware

func (*ServerInterfaceWrapper) DeleteEnrollmentRequest

func (siw *ServerInterfaceWrapper) DeleteEnrollmentRequest(w http.ResponseWriter, r *http.Request)

DeleteEnrollmentRequest operation middleware

func (*ServerInterfaceWrapper) DeleteEnrollmentRequests

func (siw *ServerInterfaceWrapper) DeleteEnrollmentRequests(w http.ResponseWriter, r *http.Request)

DeleteEnrollmentRequests operation middleware

func (*ServerInterfaceWrapper) DeleteFleet

func (siw *ServerInterfaceWrapper) DeleteFleet(w http.ResponseWriter, r *http.Request)

DeleteFleet operation middleware

func (*ServerInterfaceWrapper) DeleteFleets

func (siw *ServerInterfaceWrapper) DeleteFleets(w http.ResponseWriter, r *http.Request)

DeleteFleets operation middleware

func (*ServerInterfaceWrapper) DeleteRepositories

func (siw *ServerInterfaceWrapper) DeleteRepositories(w http.ResponseWriter, r *http.Request)

DeleteRepositories operation middleware

func (*ServerInterfaceWrapper) DeleteRepository

func (siw *ServerInterfaceWrapper) DeleteRepository(w http.ResponseWriter, r *http.Request)

DeleteRepository operation middleware

func (*ServerInterfaceWrapper) DeleteResourceSync

func (siw *ServerInterfaceWrapper) DeleteResourceSync(w http.ResponseWriter, r *http.Request)

DeleteResourceSync operation middleware

func (*ServerInterfaceWrapper) DeleteResourceSyncs

func (siw *ServerInterfaceWrapper) DeleteResourceSyncs(w http.ResponseWriter, r *http.Request)

DeleteResourceSyncs operation middleware

func (*ServerInterfaceWrapper) DeleteTemplateVersion

func (siw *ServerInterfaceWrapper) DeleteTemplateVersion(w http.ResponseWriter, r *http.Request)

DeleteTemplateVersion operation middleware

func (*ServerInterfaceWrapper) DeleteTemplateVersions

func (siw *ServerInterfaceWrapper) DeleteTemplateVersions(w http.ResponseWriter, r *http.Request)

DeleteTemplateVersions operation middleware

func (*ServerInterfaceWrapper) GetEnrollmentConfig added in v0.4.0

func (siw *ServerInterfaceWrapper) GetEnrollmentConfig(w http.ResponseWriter, r *http.Request)

GetEnrollmentConfig operation middleware

func (*ServerInterfaceWrapper) GetRenderedDevice added in v0.5.0

func (siw *ServerInterfaceWrapper) GetRenderedDevice(w http.ResponseWriter, r *http.Request)

GetRenderedDevice operation middleware

func (*ServerInterfaceWrapper) GetVersion added in v0.4.0

func (siw *ServerInterfaceWrapper) GetVersion(w http.ResponseWriter, r *http.Request)

GetVersion operation middleware

func (*ServerInterfaceWrapper) ListCertificateSigningRequests

func (siw *ServerInterfaceWrapper) ListCertificateSigningRequests(w http.ResponseWriter, r *http.Request)

ListCertificateSigningRequests operation middleware

func (*ServerInterfaceWrapper) ListDevices

func (siw *ServerInterfaceWrapper) ListDevices(w http.ResponseWriter, r *http.Request)

ListDevices operation middleware

func (*ServerInterfaceWrapper) ListEnrollmentRequests

func (siw *ServerInterfaceWrapper) ListEnrollmentRequests(w http.ResponseWriter, r *http.Request)

ListEnrollmentRequests operation middleware

func (*ServerInterfaceWrapper) ListFleets

func (siw *ServerInterfaceWrapper) ListFleets(w http.ResponseWriter, r *http.Request)

ListFleets operation middleware

func (*ServerInterfaceWrapper) ListRepositories

func (siw *ServerInterfaceWrapper) ListRepositories(w http.ResponseWriter, r *http.Request)

ListRepositories operation middleware

func (*ServerInterfaceWrapper) ListResourceSync

func (siw *ServerInterfaceWrapper) ListResourceSync(w http.ResponseWriter, r *http.Request)

ListResourceSync operation middleware

func (*ServerInterfaceWrapper) ListTemplateVersions

func (siw *ServerInterfaceWrapper) ListTemplateVersions(w http.ResponseWriter, r *http.Request)

ListTemplateVersions operation middleware

func (*ServerInterfaceWrapper) PatchCertificateSigningRequest

func (siw *ServerInterfaceWrapper) PatchCertificateSigningRequest(w http.ResponseWriter, r *http.Request)

PatchCertificateSigningRequest operation middleware

func (*ServerInterfaceWrapper) PatchDevice

func (siw *ServerInterfaceWrapper) PatchDevice(w http.ResponseWriter, r *http.Request)

PatchDevice operation middleware

func (*ServerInterfaceWrapper) PatchDeviceStatus added in v0.4.0

func (siw *ServerInterfaceWrapper) PatchDeviceStatus(w http.ResponseWriter, r *http.Request)

PatchDeviceStatus operation middleware

func (*ServerInterfaceWrapper) PatchEnrollmentRequest added in v0.4.0

func (siw *ServerInterfaceWrapper) PatchEnrollmentRequest(w http.ResponseWriter, r *http.Request)

PatchEnrollmentRequest operation middleware

func (*ServerInterfaceWrapper) PatchEnrollmentRequestStatus added in v0.4.0

func (siw *ServerInterfaceWrapper) PatchEnrollmentRequestStatus(w http.ResponseWriter, r *http.Request)

PatchEnrollmentRequestStatus operation middleware

func (*ServerInterfaceWrapper) PatchFleet

func (siw *ServerInterfaceWrapper) PatchFleet(w http.ResponseWriter, r *http.Request)

PatchFleet operation middleware

func (*ServerInterfaceWrapper) PatchFleetStatus added in v0.4.0

func (siw *ServerInterfaceWrapper) PatchFleetStatus(w http.ResponseWriter, r *http.Request)

PatchFleetStatus operation middleware

func (*ServerInterfaceWrapper) PatchRepository

func (siw *ServerInterfaceWrapper) PatchRepository(w http.ResponseWriter, r *http.Request)

PatchRepository operation middleware

func (*ServerInterfaceWrapper) PatchResourceSync

func (siw *ServerInterfaceWrapper) PatchResourceSync(w http.ResponseWriter, r *http.Request)

PatchResourceSync operation middleware

func (*ServerInterfaceWrapper) ReadCertificateSigningRequest

func (siw *ServerInterfaceWrapper) ReadCertificateSigningRequest(w http.ResponseWriter, r *http.Request)

ReadCertificateSigningRequest operation middleware

func (*ServerInterfaceWrapper) ReadDevice

func (siw *ServerInterfaceWrapper) ReadDevice(w http.ResponseWriter, r *http.Request)

ReadDevice operation middleware

func (*ServerInterfaceWrapper) ReadDeviceStatus

func (siw *ServerInterfaceWrapper) ReadDeviceStatus(w http.ResponseWriter, r *http.Request)

ReadDeviceStatus operation middleware

func (*ServerInterfaceWrapper) ReadEnrollmentRequest

func (siw *ServerInterfaceWrapper) ReadEnrollmentRequest(w http.ResponseWriter, r *http.Request)

ReadEnrollmentRequest operation middleware

func (*ServerInterfaceWrapper) ReadEnrollmentRequestStatus

func (siw *ServerInterfaceWrapper) ReadEnrollmentRequestStatus(w http.ResponseWriter, r *http.Request)

ReadEnrollmentRequestStatus operation middleware

func (*ServerInterfaceWrapper) ReadFleet

func (siw *ServerInterfaceWrapper) ReadFleet(w http.ResponseWriter, r *http.Request)

ReadFleet operation middleware

func (*ServerInterfaceWrapper) ReadFleetStatus

func (siw *ServerInterfaceWrapper) ReadFleetStatus(w http.ResponseWriter, r *http.Request)

ReadFleetStatus operation middleware

func (*ServerInterfaceWrapper) ReadRepository

func (siw *ServerInterfaceWrapper) ReadRepository(w http.ResponseWriter, r *http.Request)

ReadRepository operation middleware

func (*ServerInterfaceWrapper) ReadResourceSync

func (siw *ServerInterfaceWrapper) ReadResourceSync(w http.ResponseWriter, r *http.Request)

ReadResourceSync operation middleware

func (*ServerInterfaceWrapper) ReadTemplateVersion

func (siw *ServerInterfaceWrapper) ReadTemplateVersion(w http.ResponseWriter, r *http.Request)

ReadTemplateVersion operation middleware

func (*ServerInterfaceWrapper) ReplaceCertificateSigningRequest

func (siw *ServerInterfaceWrapper) ReplaceCertificateSigningRequest(w http.ResponseWriter, r *http.Request)

ReplaceCertificateSigningRequest operation middleware

func (*ServerInterfaceWrapper) ReplaceDevice

func (siw *ServerInterfaceWrapper) ReplaceDevice(w http.ResponseWriter, r *http.Request)

ReplaceDevice operation middleware

func (*ServerInterfaceWrapper) ReplaceDeviceStatus

func (siw *ServerInterfaceWrapper) ReplaceDeviceStatus(w http.ResponseWriter, r *http.Request)

ReplaceDeviceStatus operation middleware

func (*ServerInterfaceWrapper) ReplaceEnrollmentRequest

func (siw *ServerInterfaceWrapper) ReplaceEnrollmentRequest(w http.ResponseWriter, r *http.Request)

ReplaceEnrollmentRequest operation middleware

func (*ServerInterfaceWrapper) ReplaceEnrollmentRequestStatus

func (siw *ServerInterfaceWrapper) ReplaceEnrollmentRequestStatus(w http.ResponseWriter, r *http.Request)

ReplaceEnrollmentRequestStatus operation middleware

func (*ServerInterfaceWrapper) ReplaceFleet

func (siw *ServerInterfaceWrapper) ReplaceFleet(w http.ResponseWriter, r *http.Request)

ReplaceFleet operation middleware

func (*ServerInterfaceWrapper) ReplaceFleetStatus

func (siw *ServerInterfaceWrapper) ReplaceFleetStatus(w http.ResponseWriter, r *http.Request)

ReplaceFleetStatus operation middleware

func (*ServerInterfaceWrapper) ReplaceRepository

func (siw *ServerInterfaceWrapper) ReplaceRepository(w http.ResponseWriter, r *http.Request)

ReplaceRepository operation middleware

func (*ServerInterfaceWrapper) ReplaceResourceSync

func (siw *ServerInterfaceWrapper) ReplaceResourceSync(w http.ResponseWriter, r *http.Request)

ReplaceResourceSync operation middleware

func (*ServerInterfaceWrapper) UpdateCertificateSigningRequestApproval added in v0.4.0

func (siw *ServerInterfaceWrapper) UpdateCertificateSigningRequestApproval(w http.ResponseWriter, r *http.Request)

UpdateCertificateSigningRequestApproval operation middleware

type Service

type Service interface {
	StrictServerInterface
}

Service is a wrapper around the generated server interface.

type StrictHTTPServerOptions

type StrictHTTPServerOptions struct {
	RequestErrorHandlerFunc  func(w http.ResponseWriter, r *http.Request, err error)
	ResponseErrorHandlerFunc func(w http.ResponseWriter, r *http.Request, err error)
}

type StrictServerInterface

type StrictServerInterface interface {

	// (GET /api/v1/auth/config)
	AuthConfig(ctx context.Context, request AuthConfigRequestObject) (AuthConfigResponseObject, error)

	// (GET /api/v1/auth/validate)
	AuthValidate(ctx context.Context, request AuthValidateRequestObject) (AuthValidateResponseObject, error)

	// (DELETE /api/v1/certificatesigningrequests)
	DeleteCertificateSigningRequests(ctx context.Context, request DeleteCertificateSigningRequestsRequestObject) (DeleteCertificateSigningRequestsResponseObject, error)

	// (GET /api/v1/certificatesigningrequests)
	ListCertificateSigningRequests(ctx context.Context, request ListCertificateSigningRequestsRequestObject) (ListCertificateSigningRequestsResponseObject, error)

	// (POST /api/v1/certificatesigningrequests)
	CreateCertificateSigningRequest(ctx context.Context, request CreateCertificateSigningRequestRequestObject) (CreateCertificateSigningRequestResponseObject, error)

	// (DELETE /api/v1/certificatesigningrequests/{name})
	DeleteCertificateSigningRequest(ctx context.Context, request DeleteCertificateSigningRequestRequestObject) (DeleteCertificateSigningRequestResponseObject, error)

	// (GET /api/v1/certificatesigningrequests/{name})
	ReadCertificateSigningRequest(ctx context.Context, request ReadCertificateSigningRequestRequestObject) (ReadCertificateSigningRequestResponseObject, error)

	// (PATCH /api/v1/certificatesigningrequests/{name})
	PatchCertificateSigningRequest(ctx context.Context, request PatchCertificateSigningRequestRequestObject) (PatchCertificateSigningRequestResponseObject, error)

	// (PUT /api/v1/certificatesigningrequests/{name})
	ReplaceCertificateSigningRequest(ctx context.Context, request ReplaceCertificateSigningRequestRequestObject) (ReplaceCertificateSigningRequestResponseObject, error)

	// (PUT /api/v1/certificatesigningrequests/{name}/approval)
	UpdateCertificateSigningRequestApproval(ctx context.Context, request UpdateCertificateSigningRequestApprovalRequestObject) (UpdateCertificateSigningRequestApprovalResponseObject, error)

	// (DELETE /api/v1/devices)
	DeleteDevices(ctx context.Context, request DeleteDevicesRequestObject) (DeleteDevicesResponseObject, error)

	// (GET /api/v1/devices)
	ListDevices(ctx context.Context, request ListDevicesRequestObject) (ListDevicesResponseObject, error)

	// (POST /api/v1/devices)
	CreateDevice(ctx context.Context, request CreateDeviceRequestObject) (CreateDeviceResponseObject, error)

	// (DELETE /api/v1/devices/{name})
	DeleteDevice(ctx context.Context, request DeleteDeviceRequestObject) (DeleteDeviceResponseObject, error)

	// (GET /api/v1/devices/{name})
	ReadDevice(ctx context.Context, request ReadDeviceRequestObject) (ReadDeviceResponseObject, error)

	// (PATCH /api/v1/devices/{name})
	PatchDevice(ctx context.Context, request PatchDeviceRequestObject) (PatchDeviceResponseObject, error)

	// (PUT /api/v1/devices/{name})
	ReplaceDevice(ctx context.Context, request ReplaceDeviceRequestObject) (ReplaceDeviceResponseObject, error)

	// (PUT /api/v1/devices/{name}/decommission)
	DecommissionDevice(ctx context.Context, request DecommissionDeviceRequestObject) (DecommissionDeviceResponseObject, error)

	// (GET /api/v1/devices/{name}/rendered)
	GetRenderedDevice(ctx context.Context, request GetRenderedDeviceRequestObject) (GetRenderedDeviceResponseObject, error)

	// (GET /api/v1/devices/{name}/status)
	ReadDeviceStatus(ctx context.Context, request ReadDeviceStatusRequestObject) (ReadDeviceStatusResponseObject, error)

	// (PATCH /api/v1/devices/{name}/status)
	PatchDeviceStatus(ctx context.Context, request PatchDeviceStatusRequestObject) (PatchDeviceStatusResponseObject, error)

	// (PUT /api/v1/devices/{name}/status)
	ReplaceDeviceStatus(ctx context.Context, request ReplaceDeviceStatusRequestObject) (ReplaceDeviceStatusResponseObject, error)

	// (GET /api/v1/enrollmentconfig)
	GetEnrollmentConfig(ctx context.Context, request GetEnrollmentConfigRequestObject) (GetEnrollmentConfigResponseObject, error)

	// (DELETE /api/v1/enrollmentrequests)
	DeleteEnrollmentRequests(ctx context.Context, request DeleteEnrollmentRequestsRequestObject) (DeleteEnrollmentRequestsResponseObject, error)

	// (GET /api/v1/enrollmentrequests)
	ListEnrollmentRequests(ctx context.Context, request ListEnrollmentRequestsRequestObject) (ListEnrollmentRequestsResponseObject, error)

	// (POST /api/v1/enrollmentrequests)
	CreateEnrollmentRequest(ctx context.Context, request CreateEnrollmentRequestRequestObject) (CreateEnrollmentRequestResponseObject, error)

	// (DELETE /api/v1/enrollmentrequests/{name})
	DeleteEnrollmentRequest(ctx context.Context, request DeleteEnrollmentRequestRequestObject) (DeleteEnrollmentRequestResponseObject, error)

	// (GET /api/v1/enrollmentrequests/{name})
	ReadEnrollmentRequest(ctx context.Context, request ReadEnrollmentRequestRequestObject) (ReadEnrollmentRequestResponseObject, error)

	// (PATCH /api/v1/enrollmentrequests/{name})
	PatchEnrollmentRequest(ctx context.Context, request PatchEnrollmentRequestRequestObject) (PatchEnrollmentRequestResponseObject, error)

	// (PUT /api/v1/enrollmentrequests/{name})
	ReplaceEnrollmentRequest(ctx context.Context, request ReplaceEnrollmentRequestRequestObject) (ReplaceEnrollmentRequestResponseObject, error)

	// (PUT /api/v1/enrollmentrequests/{name}/approval)
	ApproveEnrollmentRequest(ctx context.Context, request ApproveEnrollmentRequestRequestObject) (ApproveEnrollmentRequestResponseObject, error)

	// (GET /api/v1/enrollmentrequests/{name}/status)
	ReadEnrollmentRequestStatus(ctx context.Context, request ReadEnrollmentRequestStatusRequestObject) (ReadEnrollmentRequestStatusResponseObject, error)

	// (PATCH /api/v1/enrollmentrequests/{name}/status)
	PatchEnrollmentRequestStatus(ctx context.Context, request PatchEnrollmentRequestStatusRequestObject) (PatchEnrollmentRequestStatusResponseObject, error)

	// (PUT /api/v1/enrollmentrequests/{name}/status)
	ReplaceEnrollmentRequestStatus(ctx context.Context, request ReplaceEnrollmentRequestStatusRequestObject) (ReplaceEnrollmentRequestStatusResponseObject, error)

	// (DELETE /api/v1/fleets)
	DeleteFleets(ctx context.Context, request DeleteFleetsRequestObject) (DeleteFleetsResponseObject, error)

	// (GET /api/v1/fleets)
	ListFleets(ctx context.Context, request ListFleetsRequestObject) (ListFleetsResponseObject, error)

	// (POST /api/v1/fleets)
	CreateFleet(ctx context.Context, request CreateFleetRequestObject) (CreateFleetResponseObject, error)

	// (DELETE /api/v1/fleets/{fleet}/templateversions)
	DeleteTemplateVersions(ctx context.Context, request DeleteTemplateVersionsRequestObject) (DeleteTemplateVersionsResponseObject, error)

	// (GET /api/v1/fleets/{fleet}/templateversions)
	ListTemplateVersions(ctx context.Context, request ListTemplateVersionsRequestObject) (ListTemplateVersionsResponseObject, error)

	// (DELETE /api/v1/fleets/{fleet}/templateversions/{name})
	DeleteTemplateVersion(ctx context.Context, request DeleteTemplateVersionRequestObject) (DeleteTemplateVersionResponseObject, error)

	// (GET /api/v1/fleets/{fleet}/templateversions/{name})
	ReadTemplateVersion(ctx context.Context, request ReadTemplateVersionRequestObject) (ReadTemplateVersionResponseObject, error)

	// (DELETE /api/v1/fleets/{name})
	DeleteFleet(ctx context.Context, request DeleteFleetRequestObject) (DeleteFleetResponseObject, error)

	// (GET /api/v1/fleets/{name})
	ReadFleet(ctx context.Context, request ReadFleetRequestObject) (ReadFleetResponseObject, error)

	// (PATCH /api/v1/fleets/{name})
	PatchFleet(ctx context.Context, request PatchFleetRequestObject) (PatchFleetResponseObject, error)

	// (PUT /api/v1/fleets/{name})
	ReplaceFleet(ctx context.Context, request ReplaceFleetRequestObject) (ReplaceFleetResponseObject, error)

	// (GET /api/v1/fleets/{name}/status)
	ReadFleetStatus(ctx context.Context, request ReadFleetStatusRequestObject) (ReadFleetStatusResponseObject, error)

	// (PATCH /api/v1/fleets/{name}/status)
	PatchFleetStatus(ctx context.Context, request PatchFleetStatusRequestObject) (PatchFleetStatusResponseObject, error)

	// (PUT /api/v1/fleets/{name}/status)
	ReplaceFleetStatus(ctx context.Context, request ReplaceFleetStatusRequestObject) (ReplaceFleetStatusResponseObject, error)

	// (DELETE /api/v1/repositories)
	DeleteRepositories(ctx context.Context, request DeleteRepositoriesRequestObject) (DeleteRepositoriesResponseObject, error)

	// (GET /api/v1/repositories)
	ListRepositories(ctx context.Context, request ListRepositoriesRequestObject) (ListRepositoriesResponseObject, error)

	// (POST /api/v1/repositories)
	CreateRepository(ctx context.Context, request CreateRepositoryRequestObject) (CreateRepositoryResponseObject, error)

	// (DELETE /api/v1/repositories/{name})
	DeleteRepository(ctx context.Context, request DeleteRepositoryRequestObject) (DeleteRepositoryResponseObject, error)

	// (GET /api/v1/repositories/{name})
	ReadRepository(ctx context.Context, request ReadRepositoryRequestObject) (ReadRepositoryResponseObject, error)

	// (PATCH /api/v1/repositories/{name})
	PatchRepository(ctx context.Context, request PatchRepositoryRequestObject) (PatchRepositoryResponseObject, error)

	// (PUT /api/v1/repositories/{name})
	ReplaceRepository(ctx context.Context, request ReplaceRepositoryRequestObject) (ReplaceRepositoryResponseObject, error)

	// (DELETE /api/v1/resourcesyncs)
	DeleteResourceSyncs(ctx context.Context, request DeleteResourceSyncsRequestObject) (DeleteResourceSyncsResponseObject, error)

	// (GET /api/v1/resourcesyncs)
	ListResourceSync(ctx context.Context, request ListResourceSyncRequestObject) (ListResourceSyncResponseObject, error)

	// (POST /api/v1/resourcesyncs)
	CreateResourceSync(ctx context.Context, request CreateResourceSyncRequestObject) (CreateResourceSyncResponseObject, error)

	// (DELETE /api/v1/resourcesyncs/{name})
	DeleteResourceSync(ctx context.Context, request DeleteResourceSyncRequestObject) (DeleteResourceSyncResponseObject, error)

	// (GET /api/v1/resourcesyncs/{name})
	ReadResourceSync(ctx context.Context, request ReadResourceSyncRequestObject) (ReadResourceSyncResponseObject, error)

	// (PATCH /api/v1/resourcesyncs/{name})
	PatchResourceSync(ctx context.Context, request PatchResourceSyncRequestObject) (PatchResourceSyncResponseObject, error)

	// (PUT /api/v1/resourcesyncs/{name})
	ReplaceResourceSync(ctx context.Context, request ReplaceResourceSyncRequestObject) (ReplaceResourceSyncResponseObject, error)

	// (GET /api/version)
	GetVersion(ctx context.Context, request GetVersionRequestObject) (GetVersionResponseObject, error)
}

StrictServerInterface represents all server handlers.

type TooManyValuesForParamError

type TooManyValuesForParamError struct {
	ParamName string
	Count     int
}

func (*TooManyValuesForParamError) Error

type UnescapedCookieParamError

type UnescapedCookieParamError struct {
	ParamName string
	Err       error
}

func (*UnescapedCookieParamError) Error

func (e *UnescapedCookieParamError) Error() string

func (*UnescapedCookieParamError) Unwrap

func (e *UnescapedCookieParamError) Unwrap() error

type Unimplemented

type Unimplemented struct{}

func (Unimplemented) ApproveEnrollmentRequest

func (_ Unimplemented) ApproveEnrollmentRequest(w http.ResponseWriter, r *http.Request, name string)

(PUT /api/v1/enrollmentrequests/{name}/approval)

func (Unimplemented) AuthConfig

func (_ Unimplemented) AuthConfig(w http.ResponseWriter, r *http.Request)

(GET /api/v1/auth/config)

func (Unimplemented) AuthValidate

func (_ Unimplemented) AuthValidate(w http.ResponseWriter, r *http.Request, params AuthValidateParams)

(GET /api/v1/auth/validate)

func (Unimplemented) CreateCertificateSigningRequest

func (_ Unimplemented) CreateCertificateSigningRequest(w http.ResponseWriter, r *http.Request)

(POST /api/v1/certificatesigningrequests)

func (Unimplemented) CreateDevice

func (_ Unimplemented) CreateDevice(w http.ResponseWriter, r *http.Request)

(POST /api/v1/devices)

func (Unimplemented) CreateEnrollmentRequest

func (_ Unimplemented) CreateEnrollmentRequest(w http.ResponseWriter, r *http.Request)

(POST /api/v1/enrollmentrequests)

func (Unimplemented) CreateFleet

func (_ Unimplemented) CreateFleet(w http.ResponseWriter, r *http.Request)

(POST /api/v1/fleets)

func (Unimplemented) CreateRepository

func (_ Unimplemented) CreateRepository(w http.ResponseWriter, r *http.Request)

(POST /api/v1/repositories)

func (Unimplemented) CreateResourceSync

func (_ Unimplemented) CreateResourceSync(w http.ResponseWriter, r *http.Request)

(POST /api/v1/resourcesyncs)

func (Unimplemented) DecommissionDevice added in v0.4.0

func (_ Unimplemented) DecommissionDevice(w http.ResponseWriter, r *http.Request, name string)

(PUT /api/v1/devices/{name}/decommission)

func (Unimplemented) DeleteCertificateSigningRequest

func (_ Unimplemented) DeleteCertificateSigningRequest(w http.ResponseWriter, r *http.Request, name string)

(DELETE /api/v1/certificatesigningrequests/{name})

func (Unimplemented) DeleteCertificateSigningRequests

func (_ Unimplemented) DeleteCertificateSigningRequests(w http.ResponseWriter, r *http.Request)

(DELETE /api/v1/certificatesigningrequests)

func (Unimplemented) DeleteDevice

func (_ Unimplemented) DeleteDevice(w http.ResponseWriter, r *http.Request, name string)

(DELETE /api/v1/devices/{name})

func (Unimplemented) DeleteDevices

func (_ Unimplemented) DeleteDevices(w http.ResponseWriter, r *http.Request)

(DELETE /api/v1/devices)

func (Unimplemented) DeleteEnrollmentRequest

func (_ Unimplemented) DeleteEnrollmentRequest(w http.ResponseWriter, r *http.Request, name string)

(DELETE /api/v1/enrollmentrequests/{name})

func (Unimplemented) DeleteEnrollmentRequests

func (_ Unimplemented) DeleteEnrollmentRequests(w http.ResponseWriter, r *http.Request)

(DELETE /api/v1/enrollmentrequests)

func (Unimplemented) DeleteFleet

func (_ Unimplemented) DeleteFleet(w http.ResponseWriter, r *http.Request, name string)

(DELETE /api/v1/fleets/{name})

func (Unimplemented) DeleteFleets

func (_ Unimplemented) DeleteFleets(w http.ResponseWriter, r *http.Request)

(DELETE /api/v1/fleets)

func (Unimplemented) DeleteRepositories

func (_ Unimplemented) DeleteRepositories(w http.ResponseWriter, r *http.Request)

(DELETE /api/v1/repositories)

func (Unimplemented) DeleteRepository

func (_ Unimplemented) DeleteRepository(w http.ResponseWriter, r *http.Request, name string)

(DELETE /api/v1/repositories/{name})

func (Unimplemented) DeleteResourceSync

func (_ Unimplemented) DeleteResourceSync(w http.ResponseWriter, r *http.Request, name string)

(DELETE /api/v1/resourcesyncs/{name})

func (Unimplemented) DeleteResourceSyncs

func (_ Unimplemented) DeleteResourceSyncs(w http.ResponseWriter, r *http.Request)

(DELETE /api/v1/resourcesyncs)

func (Unimplemented) DeleteTemplateVersion

func (_ Unimplemented) DeleteTemplateVersion(w http.ResponseWriter, r *http.Request, fleet string, name string)

(DELETE /api/v1/fleets/{fleet}/templateversions/{name})

func (Unimplemented) DeleteTemplateVersions

func (_ Unimplemented) DeleteTemplateVersions(w http.ResponseWriter, r *http.Request, fleet string)

(DELETE /api/v1/fleets/{fleet}/templateversions)

func (Unimplemented) GetEnrollmentConfig added in v0.4.0

func (_ Unimplemented) GetEnrollmentConfig(w http.ResponseWriter, r *http.Request, params GetEnrollmentConfigParams)

(GET /api/v1/enrollmentconfig)

func (Unimplemented) GetRenderedDevice added in v0.5.0

func (_ Unimplemented) GetRenderedDevice(w http.ResponseWriter, r *http.Request, name string, params GetRenderedDeviceParams)

(GET /api/v1/devices/{name}/rendered)

func (Unimplemented) GetVersion added in v0.4.0

func (_ Unimplemented) GetVersion(w http.ResponseWriter, r *http.Request)

(GET /api/version)

func (Unimplemented) ListCertificateSigningRequests

func (_ Unimplemented) ListCertificateSigningRequests(w http.ResponseWriter, r *http.Request, params ListCertificateSigningRequestsParams)

(GET /api/v1/certificatesigningrequests)

func (Unimplemented) ListDevices

func (_ Unimplemented) ListDevices(w http.ResponseWriter, r *http.Request, params ListDevicesParams)

(GET /api/v1/devices)

func (Unimplemented) ListEnrollmentRequests

func (_ Unimplemented) ListEnrollmentRequests(w http.ResponseWriter, r *http.Request, params ListEnrollmentRequestsParams)

(GET /api/v1/enrollmentrequests)

func (Unimplemented) ListFleets

func (_ Unimplemented) ListFleets(w http.ResponseWriter, r *http.Request, params ListFleetsParams)

(GET /api/v1/fleets)

func (Unimplemented) ListRepositories

func (_ Unimplemented) ListRepositories(w http.ResponseWriter, r *http.Request, params ListRepositoriesParams)

(GET /api/v1/repositories)

func (Unimplemented) ListResourceSync

func (_ Unimplemented) ListResourceSync(w http.ResponseWriter, r *http.Request, params ListResourceSyncParams)

(GET /api/v1/resourcesyncs)

func (Unimplemented) ListTemplateVersions

func (_ Unimplemented) ListTemplateVersions(w http.ResponseWriter, r *http.Request, fleet string, params ListTemplateVersionsParams)

(GET /api/v1/fleets/{fleet}/templateversions)

func (Unimplemented) PatchCertificateSigningRequest

func (_ Unimplemented) PatchCertificateSigningRequest(w http.ResponseWriter, r *http.Request, name string)

(PATCH /api/v1/certificatesigningrequests/{name})

func (Unimplemented) PatchDevice

func (_ Unimplemented) PatchDevice(w http.ResponseWriter, r *http.Request, name string)

(PATCH /api/v1/devices/{name})

func (Unimplemented) PatchDeviceStatus added in v0.4.0

func (_ Unimplemented) PatchDeviceStatus(w http.ResponseWriter, r *http.Request, name string)

(PATCH /api/v1/devices/{name}/status)

func (Unimplemented) PatchEnrollmentRequest added in v0.4.0

func (_ Unimplemented) PatchEnrollmentRequest(w http.ResponseWriter, r *http.Request, name string)

(PATCH /api/v1/enrollmentrequests/{name})

func (Unimplemented) PatchEnrollmentRequestStatus added in v0.4.0

func (_ Unimplemented) PatchEnrollmentRequestStatus(w http.ResponseWriter, r *http.Request, name string)

(PATCH /api/v1/enrollmentrequests/{name}/status)

func (Unimplemented) PatchFleet

func (_ Unimplemented) PatchFleet(w http.ResponseWriter, r *http.Request, name string)

(PATCH /api/v1/fleets/{name})

func (Unimplemented) PatchFleetStatus added in v0.4.0

func (_ Unimplemented) PatchFleetStatus(w http.ResponseWriter, r *http.Request, name string)

(PATCH /api/v1/fleets/{name}/status)

func (Unimplemented) PatchRepository

func (_ Unimplemented) PatchRepository(w http.ResponseWriter, r *http.Request, name string)

(PATCH /api/v1/repositories/{name})

func (Unimplemented) PatchResourceSync

func (_ Unimplemented) PatchResourceSync(w http.ResponseWriter, r *http.Request, name string)

(PATCH /api/v1/resourcesyncs/{name})

func (Unimplemented) ReadCertificateSigningRequest

func (_ Unimplemented) ReadCertificateSigningRequest(w http.ResponseWriter, r *http.Request, name string)

(GET /api/v1/certificatesigningrequests/{name})

func (Unimplemented) ReadDevice

func (_ Unimplemented) ReadDevice(w http.ResponseWriter, r *http.Request, name string)

(GET /api/v1/devices/{name})

func (Unimplemented) ReadDeviceStatus

func (_ Unimplemented) ReadDeviceStatus(w http.ResponseWriter, r *http.Request, name string)

(GET /api/v1/devices/{name}/status)

func (Unimplemented) ReadEnrollmentRequest

func (_ Unimplemented) ReadEnrollmentRequest(w http.ResponseWriter, r *http.Request, name string)

(GET /api/v1/enrollmentrequests/{name})

func (Unimplemented) ReadEnrollmentRequestStatus

func (_ Unimplemented) ReadEnrollmentRequestStatus(w http.ResponseWriter, r *http.Request, name string)

(GET /api/v1/enrollmentrequests/{name}/status)

func (Unimplemented) ReadFleet

func (_ Unimplemented) ReadFleet(w http.ResponseWriter, r *http.Request, name string, params ReadFleetParams)

(GET /api/v1/fleets/{name})

func (Unimplemented) ReadFleetStatus

func (_ Unimplemented) ReadFleetStatus(w http.ResponseWriter, r *http.Request, name string)

(GET /api/v1/fleets/{name}/status)

func (Unimplemented) ReadRepository

func (_ Unimplemented) ReadRepository(w http.ResponseWriter, r *http.Request, name string)

(GET /api/v1/repositories/{name})

func (Unimplemented) ReadResourceSync

func (_ Unimplemented) ReadResourceSync(w http.ResponseWriter, r *http.Request, name string)

(GET /api/v1/resourcesyncs/{name})

func (Unimplemented) ReadTemplateVersion

func (_ Unimplemented) ReadTemplateVersion(w http.ResponseWriter, r *http.Request, fleet string, name string)

(GET /api/v1/fleets/{fleet}/templateversions/{name})

func (Unimplemented) ReplaceCertificateSigningRequest

func (_ Unimplemented) ReplaceCertificateSigningRequest(w http.ResponseWriter, r *http.Request, name string)

(PUT /api/v1/certificatesigningrequests/{name})

func (Unimplemented) ReplaceDevice

func (_ Unimplemented) ReplaceDevice(w http.ResponseWriter, r *http.Request, name string)

(PUT /api/v1/devices/{name})

func (Unimplemented) ReplaceDeviceStatus

func (_ Unimplemented) ReplaceDeviceStatus(w http.ResponseWriter, r *http.Request, name string)

(PUT /api/v1/devices/{name}/status)

func (Unimplemented) ReplaceEnrollmentRequest

func (_ Unimplemented) ReplaceEnrollmentRequest(w http.ResponseWriter, r *http.Request, name string)

(PUT /api/v1/enrollmentrequests/{name})

func (Unimplemented) ReplaceEnrollmentRequestStatus

func (_ Unimplemented) ReplaceEnrollmentRequestStatus(w http.ResponseWriter, r *http.Request, name string)

(PUT /api/v1/enrollmentrequests/{name}/status)

func (Unimplemented) ReplaceFleet

func (_ Unimplemented) ReplaceFleet(w http.ResponseWriter, r *http.Request, name string)

(PUT /api/v1/fleets/{name})

func (Unimplemented) ReplaceFleetStatus

func (_ Unimplemented) ReplaceFleetStatus(w http.ResponseWriter, r *http.Request, name string)

(PUT /api/v1/fleets/{name}/status)

func (Unimplemented) ReplaceRepository

func (_ Unimplemented) ReplaceRepository(w http.ResponseWriter, r *http.Request, name string)

(PUT /api/v1/repositories/{name})

func (Unimplemented) ReplaceResourceSync

func (_ Unimplemented) ReplaceResourceSync(w http.ResponseWriter, r *http.Request, name string)

(PUT /api/v1/resourcesyncs/{name})

func (Unimplemented) UpdateCertificateSigningRequestApproval added in v0.4.0

func (_ Unimplemented) UpdateCertificateSigningRequestApproval(w http.ResponseWriter, r *http.Request, name string)

(PUT /api/v1/certificatesigningrequests/{name}/approval)

type UnmarshalingParamError

type UnmarshalingParamError struct {
	ParamName string
	Err       error
}

func (*UnmarshalingParamError) Error

func (e *UnmarshalingParamError) Error() string

func (*UnmarshalingParamError) Unwrap

func (e *UnmarshalingParamError) Unwrap() error

type UpdateCertificateSigningRequestApproval200JSONResponse added in v0.4.0

type UpdateCertificateSigningRequestApproval200JSONResponse CertificateSigningRequest

func (UpdateCertificateSigningRequestApproval200JSONResponse) VisitUpdateCertificateSigningRequestApprovalResponse added in v0.4.0

func (response UpdateCertificateSigningRequestApproval200JSONResponse) VisitUpdateCertificateSigningRequestApprovalResponse(w http.ResponseWriter) error

type UpdateCertificateSigningRequestApproval400JSONResponse added in v0.4.0

type UpdateCertificateSigningRequestApproval400JSONResponse Status

func (UpdateCertificateSigningRequestApproval400JSONResponse) VisitUpdateCertificateSigningRequestApprovalResponse added in v0.4.0

func (response UpdateCertificateSigningRequestApproval400JSONResponse) VisitUpdateCertificateSigningRequestApprovalResponse(w http.ResponseWriter) error

type UpdateCertificateSigningRequestApproval401JSONResponse added in v0.4.0

type UpdateCertificateSigningRequestApproval401JSONResponse Status

func (UpdateCertificateSigningRequestApproval401JSONResponse) VisitUpdateCertificateSigningRequestApprovalResponse added in v0.4.0

func (response UpdateCertificateSigningRequestApproval401JSONResponse) VisitUpdateCertificateSigningRequestApprovalResponse(w http.ResponseWriter) error

type UpdateCertificateSigningRequestApproval403JSONResponse added in v0.4.0

type UpdateCertificateSigningRequestApproval403JSONResponse Status

func (UpdateCertificateSigningRequestApproval403JSONResponse) VisitUpdateCertificateSigningRequestApprovalResponse added in v0.4.0

func (response UpdateCertificateSigningRequestApproval403JSONResponse) VisitUpdateCertificateSigningRequestApprovalResponse(w http.ResponseWriter) error

type UpdateCertificateSigningRequestApproval404JSONResponse added in v0.4.0

type UpdateCertificateSigningRequestApproval404JSONResponse Status

func (UpdateCertificateSigningRequestApproval404JSONResponse) VisitUpdateCertificateSigningRequestApprovalResponse added in v0.4.0

func (response UpdateCertificateSigningRequestApproval404JSONResponse) VisitUpdateCertificateSigningRequestApprovalResponse(w http.ResponseWriter) error

type UpdateCertificateSigningRequestApproval409JSONResponse added in v0.4.0

type UpdateCertificateSigningRequestApproval409JSONResponse Status

func (UpdateCertificateSigningRequestApproval409JSONResponse) VisitUpdateCertificateSigningRequestApprovalResponse added in v0.4.0

func (response UpdateCertificateSigningRequestApproval409JSONResponse) VisitUpdateCertificateSigningRequestApprovalResponse(w http.ResponseWriter) error

type UpdateCertificateSigningRequestApproval503JSONResponse added in v0.4.0

type UpdateCertificateSigningRequestApproval503JSONResponse Status

func (UpdateCertificateSigningRequestApproval503JSONResponse) VisitUpdateCertificateSigningRequestApprovalResponse added in v0.4.0

func (response UpdateCertificateSigningRequestApproval503JSONResponse) VisitUpdateCertificateSigningRequestApprovalResponse(w http.ResponseWriter) error

type UpdateCertificateSigningRequestApprovalRequestObject added in v0.4.0

type UpdateCertificateSigningRequestApprovalRequestObject struct {
	Name string `json:"name"`
	Body *UpdateCertificateSigningRequestApprovalJSONRequestBody
}

type UpdateCertificateSigningRequestApprovalResponseObject added in v0.4.0

type UpdateCertificateSigningRequestApprovalResponseObject interface {
	VisitUpdateCertificateSigningRequestApprovalResponse(w http.ResponseWriter) error
}

Directories

Path Synopsis
Package server provides primitives to interact with the openapi HTTP API.
Package server provides primitives to interact with the openapi HTTP API.

Jump to

Keyboard shortcuts

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