30 lines
474 B
Go
30 lines
474 B
Go
package model
|
|
|
|
import (
|
|
"github.com/linxGnu/goseaweedfs"
|
|
"mime/multipart"
|
|
)
|
|
|
|
type Token string
|
|
type StreamerID int
|
|
type WidgetID int
|
|
type TemplateID int
|
|
type Duration int
|
|
type MediaUrl string
|
|
type MediaType string
|
|
type Display bool
|
|
|
|
type WidgetHTML string
|
|
|
|
type WeedData *goseaweedfs.FilePart
|
|
type UploadFile *multipart.FileHeader
|
|
type DownloadFile []byte
|
|
type FileID string
|
|
|
|
type DonatAmount int
|
|
type DonatID int
|
|
type OrderID string
|
|
|
|
type TargetID int
|
|
type Collected int
|