types

package
v1.0.0-beta.107 Latest Latest
Warning

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

Go to latest
Published: Jul 2, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Some parts of the OpenAPI spec are not supported by oapi-codegen, such as the "oneOf" and "anyOf" keywords. In these cases, you can define the types manually in the types package and reference them via `x-go-type` so the go client works properly.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateEntitlementJSONBodyType

type CreateEntitlementJSONBodyType string

CreateEntitlementJSONBodyType defines parameters for CreateEntitlement.

ENUM: "metered", "static", "boolean"

const (
	CreateEntitlementJSONBodyTypeMetered CreateEntitlementJSONBodyType = "metered"
	CreateEntitlementJSONBodyTypeStatic  CreateEntitlementJSONBodyType = "static"
	CreateEntitlementJSONBodyTypeBoolean CreateEntitlementJSONBodyType = "boolean"
)

Jump to

Keyboard shortcuts

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