recmodels

package
v0.0.0-...-7124079 Latest Latest
Warning

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

Go to latest
Published: Dec 26, 2024 License: MIT Imports: 1 Imported by: 0

README

oapi-codegen -config cfg.yaml ../recursive.yaml

Documentation

Overview

Package recmodels 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

This section is empty.

Types

type Node

type Node struct {
	Id *openapi_types.UUID `json:"id,omitempty"`

	// Items Array of nodes
	Items        *Nodes  `json:"items,omitempty"`
	Level        *int8   `json:"level,omitempty"`
	Relationship *string `json:"relationship,omitempty"`
}

Node single node

type Nodes

type Nodes = []Node

Nodes Array of nodes

Jump to

Keyboard shortcuts

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