input

package
v0.0.0-...-2adba4b Latest Latest
Warning

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

Go to latest
Published: Oct 28, 2021 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Car

type Car struct {
	Make       string     `json:"make"`
	Model      string     `json:"model,omitempty"`
	EngineSpec EngineSpec `json:"engineSpec"`
}

type Cylinder

type Cylinder struct {
	Number string
}

+k8s:openapi-gen=true

type EngineSpec

type EngineSpec struct {
	BHP       string     `json:"bhp"`
	Cylinders []Cylinder `json:"cylinders"`
}

type Truck

type Truck struct {
	Car        Car        `json:"car"`
	Make       string     `json:"make"`
	Model      string     `json:"model,omitempty"`
	EngineSpec EngineSpec `json:"engineSpec"`
}

Jump to

Keyboard shortcuts

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