voa

package
v0.0.0-...-0d8e746 Latest Latest
Warning

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

Go to latest
Published: Oct 7, 2014 License: GPL-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	NoNewItem = errors.New("No new voa special english")
)

Functions

func Voa

func Voa() error

Types

type VoaItem

type VoaItem struct {
	Id        int64     `json:"id"`
	OrigId    int64     `json:"-" sql:"not null;unique"`
	Typ       string    `sql:"size:64" json:"-"`
	Mp3       string    `sql:"size:256" json:"mp3"`
	Content   string    `sql:"type:TEXT;" json:"content"`
	Title     string    `sql:"size:128" json:"title"`
	Duration  int       `json:"duration"` // seconds
	Image     string    `sql:"size:256" json:"image"`
	Lyric     string    `sql:"type:TEXT;" json:"lyric"`
	Published time.Time `json:"-"`
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

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