Documentation
¶
Overview ¶
Package v1beta1 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.
Package v1beta1 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 ¶
- func GetSwagger() (swagger *openapi3.T, err error)
- func PathToRawSpec(pathToFile string) map[string]func() ([]byte, error)
- type CreateCertificateSigningRequestJSONRequestBody
- type CreateEnrollmentRequestJSONRequestBody
- type GetRenderedDeviceParams
- type PatchDeviceStatusApplicationJSONPatchPlusJSONRequestBody
- type ReplaceDeviceStatusJSONRequestBody
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetSwagger ¶
GetSwagger returns the Swagger specification corresponding to the generated code in this file. The external references of Swagger specification are resolved. The logic of resolving external references is tightly connected to "import-mapping" feature. Externally referenced files must be embedded in the corresponding golang packages. Urls can be supported but this task was out of the scope.
Types ¶
type CreateCertificateSigningRequestJSONRequestBody ¶
type CreateCertificateSigningRequestJSONRequestBody = externalRef0.CertificateSigningRequest
CreateCertificateSigningRequestJSONRequestBody defines body for CreateCertificateSigningRequest for application/json ContentType.
type CreateEnrollmentRequestJSONRequestBody ¶
type CreateEnrollmentRequestJSONRequestBody = externalRef0.EnrollmentRequest
CreateEnrollmentRequestJSONRequestBody defines body for CreateEnrollmentRequest for application/json ContentType.
type GetRenderedDeviceParams ¶
type GetRenderedDeviceParams struct {
// KnownRenderedVersion The last known renderedVersion.
KnownRenderedVersion *string `form:"knownRenderedVersion,omitempty" json:"knownRenderedVersion,omitempty"`
}
GetRenderedDeviceParams defines parameters for GetRenderedDevice.
type PatchDeviceStatusApplicationJSONPatchPlusJSONRequestBody ¶
type PatchDeviceStatusApplicationJSONPatchPlusJSONRequestBody = externalRef0.PatchRequest
PatchDeviceStatusApplicationJSONPatchPlusJSONRequestBody defines body for PatchDeviceStatus for application/json-patch+json ContentType.
type ReplaceDeviceStatusJSONRequestBody ¶
type ReplaceDeviceStatusJSONRequestBody = externalRef0.Device
ReplaceDeviceStatusJSONRequestBody defines body for ReplaceDeviceStatus for application/json ContentType.