Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthCommand ¶
type AuthCommand struct {
// contains filtered or unexported fields
}
func NewAuthCommand ¶
func NewAuthCommand(api api.API) *AuthCommand
func (*AuthCommand) Execute ¶
func (c *AuthCommand) Execute() error
type PlayCommand ¶ added in v1.0.0
func NewPlayCommand ¶ added in v1.0.0
func NewPlayCommand() *PlayCommand
type RecordCommand ¶
func NewRecordCommand ¶
func NewRecordCommand(api api.API, env map[string]string) *RecordCommand
type UploadCommand ¶ added in v1.0.0
func NewUploadCommand ¶ added in v1.0.0
func NewUploadCommand(api api.API) *UploadCommand
func (*UploadCommand) Execute ¶ added in v1.0.0
func (c *UploadCommand) Execute(filename string) error
Click to show internal directories.
Click to hide internal directories.