model

package
v1.11.21 Latest Latest
Warning

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

Go to latest
Published: Aug 28, 2022 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OPField

type OPField struct {
	ID    string `json:"n"`
	Type  string `json:"k"`
	Label string `json:"t,omitempty"`
	Value string `json:"v,omitempty"`
}

OPField represents a Field.

type OPItem

type OPItem struct {
	Sections []*OPSection `json:"sections"`
}

OPItem represents an Item.

type OPSection

type OPSection struct {
	Fields []*OPField `json:"fields"`
}

OPSection represents a Section.

Jump to

Keyboard shortcuts

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