Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Artist ¶
type Artist struct { Name string `json:"name"` Desc string `json:"desc"` Username string `json:"username"` }
artist info
type Production ¶
type Production struct { Type string `json:"type"` Serial string `json:"serial"` Name string `json:"name"` Desc string `json:"desc"` CopyrightPriceType string `json:"copyright_price_type"` // TODO list CopyrightPrice string `json:"copyright_price"` // price(1-100) CopyrightNum string `json:"copyright_num"` // total Username string `json:"username"` Supporters map[string]string `json:"supporters"` Buyers map[string]string `json:"buyers"` CopyrightTransferPart string `json:"copyright_transfer_part"` //1 ~ num }
production info
Click to show internal directories.
Click to hide internal directories.