archivemodel

package
v0.0.0-...-83adff0 Latest Latest
Warning

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

Go to latest
Published: Jul 6, 2020 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	StaffStateNormal    = 1 // 正常
	StaffStateDismissed = 2 // 解除
)

ArchiveStaff state值

Variables

This section is empty.

Functions

This section is empty.

Types

type ArchiveCanal

type ArchiveCanal struct {
	ID          int64  `json:"id"`
	AID         int64  `json:"aid"`
	Mid         int64  `json:"mid"`
	TypeID      int16  `json:"typeid"`
	Videos      int    `json:"videos"`
	Title       string `json:"title"`
	Cover       string `json:"cover"`
	Content     string `json:"content"`
	Duration    int    `json:"duration"`
	Attribute   int32  `json:"attribute"`
	Copyright   int8   `json:"copyright"`
	Access      int    `json:"access"`
	State       int    `json:"state"`
	MissionID   int64  `json:"mission_id"`
	OrderID     int64  `json:"order_id"`
	RedirectURL string `json:"redirect_url"`
	Forward     int64  `json:"forward"`
	Dynamic     string `json:"dynamic"`
}

ArchiveCanal struct from cannal

type ArchiveStaff

type ArchiveStaff struct {
	ID           int64  `json:"id"`
	Aid          int64  `json:"aid"`
	Mid          int64  `json:"mid"`
	StaffMid     int64  `json:"staff_mid"`
	StaffTitle   string `json:"staff_title"`
	StaffTitleId int64  `json:"staff_title_id"`
	State        int64  `json:"state"`
}

ArchiveStaff .

Jump to

Keyboard shortcuts

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