Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdRunTasks ¶
func NewCmdRunTasks(t *terminal.Terminal, store RunTasksStore) *cobra.Command
Types ¶
type RunTasksStore ¶
type RunTasksStore interface {
ssh.ConfigUpdaterStore
ssh.SSHConfigurerV2Store
vpn.ServiceMeshStore
tasks.RunTaskAsDaemonStore
GetCurrentUser() (*entity.User, error)
GetCurrentUserKeys() (*entity.UserKeys, error)
}
Click to show internal directories.
Click to hide internal directories.