Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataDetail ¶
type DataDetail struct {
Data [][]Data `json:"data"`
}
type Info ¶
type Info struct {
base.DefaultProvider
Type string `json:"type"`
Data DataDetail `json:"data"`
Issues []dao.IssueItem `json:"-"`
}
func (*Info) InitFromProtocol ¶
Click to show internal directories.
Click to hide internal directories.