types

package
v0.0.15 Latest Latest
Warning

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

Go to latest
Published: Jun 14, 2022 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 Group

type Group struct {
	Title string `json:"title"`

	Filename string `json:"filename"`
	Href     string `json:"href"`
	Index    int    `json:"index"`
}

type GroupList

type GroupList []*Group

func (GroupList) Len

func (g GroupList) Len() int

func (GroupList) Less

func (g GroupList) Less(i, j int) bool

func (GroupList) Swap

func (g GroupList) Swap(i, j int)

type ItemValue

type ItemValue struct {
	GroupHref string      `json:"groupHref"`
	ItemName  string      `json:"itemName"`
	Value     interface{} `json:"value"`
}

type JSONItemSchemaValidator

type JSONItemSchemaValidator struct {
	Type  string `json:"type"`
	Title string `json:"title"`
}

type JSONSchemaValidator

type JSONSchemaValidator struct {
	Title      string                             `json:"title"`
	Properties map[string]JSONItemSchemaValidator `json:"properties"`
}

Jump to

Keyboard shortcuts

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