go118

package
v0.30.4 Latest Latest
Warning

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

Go to latest
Published: Jan 16, 2023 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 Interfaced

type Interfaced struct {
	CustomData any `json:"custom_data"`
}

An Interfaced struct contains objects with interface definitions

type MarshalTextMap

type MarshalTextMap map[string]any

func (MarshalTextMap) MarshalText

func (cm MarshalTextMap) MarshalText() ([]byte, error)

type NamedWithType

type NamedWithType struct {
	SomeMap SomeObjectMap `json:"some_map"`
}

swagger:model namedWithType

type NumPlates

type NumPlates struct {
	// in: body
	NumPlates any `json:"num_plates"`
}

swagger:parameters putNumPlate

type NumPlatesResp

type NumPlatesResp struct {
	// in: body
	NumPlates any `json:"num_plates"`
}

swagger:response

type SomeObject

type SomeObject map[string]any

SomeObject is a type that refines an untyped map

type SomeObjectMap

type SomeObjectMap any

swagger:type object

Jump to

Keyboard shortcuts

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