Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MetainfoTest ¶
func UplinkTest ¶
Types ¶
type BeginObject ¶
type BeginObject struct { Key string `help:"key in the form of sj://bucket/encryptedpath" arg:""` // contains filtered or unexported fields }
func NewBeginObject ¶
func NewBeginObject(uplinkAccess string, key string) *BeginObject
func (*BeginObject) Close ¶
func (b *BeginObject) Close()
func (*BeginObject) Init ¶
func (b *BeginObject) Init() error
func (*BeginObject) Run ¶
func (b *BeginObject) Run() error
type ModuleInstance ¶
type ModuleInstance struct {
// contains filtered or unexported fields
}
func (*ModuleInstance) Exports ¶
func (mi *ModuleInstance) Exports() modules.Exports
Exports implements the modules.Instance interface and returns the exported types for the JS module.
type RootModule ¶
type RootModule struct{}
func New ¶
func New() *RootModule
func (*RootModule) NewModuleInstance ¶
func (*RootModule) NewModuleInstance(vu modules.VU) modules.Instance
Click to show internal directories.
Click to hide internal directories.