model

package
v1.0.17 Latest Latest
Warning

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

Go to latest
Published: Sep 24, 2025 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 Attrs

type Attrs struct {
	Src string `json:"src"`
}

type Bool

type Bool bool

type CompoundField

type CompoundField []*SubCompoundField

type Date

type Date int64
type Link string

type MUltiSelect

type MUltiSelect []*Select

type Marks

type Marks struct {
	Type  string `json:"type"`
	Attrs string `json:"attrs"`
}

type MultiDoc

type MultiDoc struct {
	Type    string      `json:"type"`
	Attrs   *Attrs      `json:"attrs"`
	Text    string      `json:"text"`
	Marks   *Marks      `json:"marks"`
	Content []*MultiDoc `json:"content"`
}

type MultiDocs

type MultiDocs []*MultiDoc

type MultiFile

type MultiFile struct {
	Name string `json:"name"`

	Type string `json:"type"`

	Size string `json:"size"`

	Uid string `json:"uid"`

	URL string `json:"url"`
}

type MultiTreeSelect

type MultiTreeSelect []*TreeSelect

type MultiUser

type MultiUser []string

type Number

type Number float64

type Radio

type Radio struct {
	Label string `json:"label"`

	Value string `json:"value"`
}

type RoleOwner

type RoleOwner struct {
	Owners []string `json:"owners"`

	Role string `json:"role"`
}

type RoleOwners

type RoleOwners []*RoleOwner

type Schedule

type Schedule struct {
	StartTime int64 `json:"start_time"`

	EndTime int64 `json:"end_time"`
}

type Select

type Select struct {
	Label string `json:"label"`

	Value string `json:"value"`
}

type Signal

type Signal bool

type SubCompoundField

type SubCompoundField struct {
	FieldKey string `json:"field_key"`

	FieldValue string `json:"field_value"`

	FieldTypeKey string `json:"field_type_key"`

	FieldAlias string `json:"field_alias"`
}

type Text

type Text string

type TreeSelect

type TreeSelect struct {
	Label string `json:"label"`

	Value string `json:"value"`

	Children *TreeSelect `json:"children"`
}

type User

type User string

type WorkItemRelatedMultiSelect

type WorkItemRelatedMultiSelect int64

type WorkItemRelatedSelect

type WorkItemRelatedSelect int64

Jump to

Keyboard shortcuts

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