customfields

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Nov 22, 2016 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 Def

type Def struct {
	Id    string
	Value string
}

type FullDef

type FullDef struct {
	Id           string
	Value        string
	IsRequired   bool
	Name         string
	DisplayValue string
}

type GetRes

type GetRes struct {
	Id         string
	Name       string
	IsRequired bool
	Type       string `oneOf:"text,checkbox,option"`
	Options    []NameValue
}

type NameValue

type NameValue struct {
	Name  string
	Value string
}

Jump to

Keyboard shortcuts

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