Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BeginObject ¶
type BeginObject struct {
util.DialerHelper
Key string `help:"key in the form of sj://bucket/encryptedpath" arg:""`
}
func (BeginObject) Run ¶
func (m BeginObject) Run() error
type DownloadObject ¶
type DownloadObject struct {
util.DialerHelper
Key string `help:"key in the form of sj://bucket/encryptedpath"`
}
func (DownloadObject) Run ¶
func (m DownloadObject) Run() error
type Metainfo ¶
type Metainfo struct {
ProjectInfo ProjectInfo `cmd:""`
DownloadObject DownloadObject `cmd:"" help:"Call the DownloadObject metainfo endpoint"`
BeginObject BeginObject `cmd:"" help:"Call the BeginObject metainfo endpoint"`
}
type ProjectInfo ¶
type ProjectInfo struct {
util.DialerHelper
}
func (ProjectInfo) Run ¶
func (m ProjectInfo) Run() error
Click to show internal directories.
Click to hide internal directories.