torrents_repo

package
v0.0.0-...-be30394 Latest Latest
Warning

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

Go to latest
Published: Aug 4, 2021 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewQueryBuilder

func NewQueryBuilder() *torrentsRepoQueryBuilder

Types

type Torrents

type Torrents struct {
	Id         int64     //
	InfoHash   []byte    //
	TotalSize  uint64    //
	Name       string    //
	CreateOn   time.Time `gorm:"time"` //
	ModifiedOn time.Time `gorm:"time"` //
}

Torrents

func NewModel

func NewModel() *Torrents

func (*Torrents) Create

func (t *Torrents) Create() (id int64, err error)

Jump to

Keyboard shortcuts

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