Documentation
¶
Index ¶
- func NewCmdConfigure(_ *terminal.Terminal, _ TaskStore, taskMap TaskMap) *cobra.Command
- func NewCmdRun(_ *terminal.Terminal, _ TaskStore, taskMap TaskMap) *cobra.Command
- func NewCmdTasks(t *terminal.Terminal, store TaskStore) *cobra.Command
- func Tasks(_ *terminal.Terminal, _ TaskStore, _ TaskMap) error
- type TaskMap
- type TaskStore
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdConfigure ¶
Types ¶
type TaskStore ¶
type TaskStore interface {
CopyBin(targetBin string) error
WriteString(path, data string) error
RegisterNode(publicKey string) error
GetOrCreateFile(path string) (afero.File, error)
GetNetworkAuthKey() (*store.GetAuthKeyResponse, error)
GetCurrentWorkspaceID() (string, error)
GetWorkspace(workspaceID string) (*entity.Workspace, error)
vpn.ServiceMeshStore
server.RPCServerTaskStore
ssh.ConfigUpaterFactoryStore
}
Click to show internal directories.
Click to hide internal directories.