package
Version:
v1.1.0-rc
Opens a new window with list of versions in this module.
Published: Jul 8, 2021
License: AGPL-3.0
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Assignee struct {
Value string `json:"value"`
RenderType string `json:"renderType"`
Scope string `json:"scope"`
Operations map[string]interface{} `json:"operations"`
Disabled bool `json:"disabled"`
DisabledTip string `json:"disabledTip"`
}
type AssigneeOperationData struct {
Meta struct {
Assignee string `json:"assignee"`
ID string `json:"id"`
} `json:"meta"`
}
type ClosedAt struct {
RenderType string `json:"renderType"`
Value string `json:"value"`
NoBorder bool `json:"noBorder"`
}
type ComponentAction struct{}
GetUserPermission check Guest permission
type Deadline struct {
RenderType string `json:"renderType"`
Value string `json:"value"`
NoBorder bool `json:"noBorder"`
DisabledBefore string `json:"disabledBefore"`
DisabledAfter string `json:"disabledAfter"`
Operations map[string]interface{} `json:"operations"`
}
type DeadlineOperationData struct {
Meta struct {
DeadlineValue string `json:"deadlineValue"`
ID string `json:"id"`
} `json:"meta"`
}
type Priority struct {
Operations map[string]interface{} `json:"operations"`
PrefixIcon string `json:"prefixIcon"`
Value string `json:"value"`
RenderType string `json:"renderType"`
Disabled bool `json:"disabled"`
DisabledTip string `json:"disabledTip"`
}
type PriorityOperationData struct {
Meta struct {
Priority string `json:"priority"`
ID string `json:"id"`
} `json:"meta"`
}
type Progress struct {
Value string `json:"value"`
RenderType string `json:"renderType"`
}
type Severity struct {
Value string `json:"value"`
RenderType string `json:"renderType"`
PrefixIcon string `json:"prefixIcon"`
Operations map[string]interface{} `json:"operations"`
Disabled bool `json:"disabled"`
DisabledTip string `json:"disabledTip"`
}
type SeverityOperationData struct {
Meta struct {
Severity string `json:"severity"`
ID string `json:"id"`
} `json:"meta"`
}
type State struct {
Operations map[string]interface{} `json:"operations"`
PrefixIcon string `json:"prefixIcon"`
Value string `json:"value"`
RenderType string `json:"renderType"`
Disabled bool `json:"disabled"`
DisabledTip string `json:"disabledTip"`
}
type StateOperationData struct {
Meta struct {
State string `json:"state"`
ID string `json:"id"`
} `json:"meta"`
}
type TableItem struct {
Id string `json:"id"`
IterationID int64 `json:"iterationID"`
Priority Priority `json:"priority"`
Progress Progress `json:"progress,omitempty"`
Severity Severity `json:"severity,omitempty"`
State State `json:"state"`
Title Title `json:"title"`
Type string `json:"type"`
Deadline Deadline `json:"deadline"`
Assignee Assignee `json:"assignee"`
ClosedAt ClosedAt `json:"closedAt"`
}
type Tag struct {
Color string `json:"color"`
Tag string `json:"tag"`
}
type Title struct {
PrefixIcon string `json:"prefixIcon,omitempty"`
Value string `json:"value,omitempty"`
Tags []Tag `json:"tags"`
RenderType string `json:"renderType,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.