model

package
v0.13.0 Latest Latest
Warning

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

Go to latest
Published: Mar 29, 2018 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 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

type User

type User struct {
	Username string `json:"username"`
	Email    string `json:"email"`
	Address  string `json:"address"`
}

user info

Jump to

Keyboard shortcuts

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