command

package
v0.21.1 Latest Latest
Warning

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

Go to latest
Published: Dec 29, 2023 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Download

func Download(c *cli.Context) error

func ListDB added in v0.18.0

func ListDB(c *cli.Context) error

func NewDownloadFlag added in v0.2.0

func NewDownloadFlag() []cli.Flag

func NewListDBFlag added in v0.18.0

func NewListDBFlag() []cli.Flag

func NewUploadFlag added in v0.2.0

func NewUploadFlag() []cli.Flag

func Upload added in v0.2.0

func Upload(c *cli.Context) error

Types

type PhotoAssetModel added in v0.9.0

type PhotoAssetModel struct {
	ID     string `gorm:"column:id; index:uniq_id,unique"`
	Name   string `gorm:"column:name"`
	Data   string `gorm:"column:data"`
	Status int    `gorm:"column:status"`
}

Jump to

Keyboard shortcuts

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