service

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Dec 16, 2020 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Auth     = "auth"
	List     = "list"
	Upload   = "upload"
	Download = "download"
	Delete   = "delete"
	Resp     = "resp"
)

actions

Variables

This section is empty.

Functions

func Init added in v0.1.1

func Init()

Types

type FileDetail

type FileDetail struct{}

type FileInfo

type FileInfo struct {
	FileId      string             `json:"fileId"`
	FileName    string             `json:"fileName"`
	ContentType string             `json:"contentType"`
	CreatedAt   int64              `json:"createdAt"`
	FileSize    int64              `json:"fileSize"`
	Partitions  storage.Partitions `json:"partitions"`
}

Jump to

Keyboard shortcuts

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