Documentation ¶
Index ¶
- func GenSalt() string
- type AtomFeed
- type Category
- type Comment
- type FeedEntry
- type File
- type Link
- type LoginCred
- type Tag
- type Torrent
- func (t *Torrent) DownloadLink() string
- func (t *Torrent) InfoHash() string
- func (t *Torrent) Magnet() string
- func (t *Torrent) MarshalJSON() (data []byte, err error)
- func (t Torrent) MarshalXML(e *xml.Encoder, start xml.StartElement) (err error)
- func (t *Torrent) PageLocation() string
- func (t *Torrent) SizeString() string
- func (t Torrent) UploadedAt() time.Time
- type User
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AtomFeed ¶
func (*AtomFeed) MarshalXML ¶
type File ¶
func (*File) SizeString ¶
type Torrent ¶
type Torrent struct { Domain string Name string Tags []Tag Category Category PieceSize uint32 Size uint64 Uploaded int64 IH [20]byte AnnounceURLS []string }
func (*Torrent) DownloadLink ¶
func (*Torrent) MarshalJSON ¶
func (Torrent) MarshalXML ¶
func (*Torrent) PageLocation ¶
func (*Torrent) SizeString ¶
func (Torrent) UploadedAt ¶
Click to show internal directories.
Click to hide internal directories.