Documentation
¶
Index ¶
- func BackGround(cmd *cobra.Command, con *core.Console) error
- func Commands(con *core.Console) []*cobra.Command
- func GetHistoryWithTaskID(con *core.Console, taskID uint32, sessionId string) (string, error)
- func NewBindSession(con *core.Console, PipelineID string, target string, name string) (*client.Session, error)
- func NewBindSessionCmd(cmd *cobra.Command, con *core.Console) error
- func ObserveCmd(cmd *cobra.Command, con *core.Console) error
- func PrintSessions(sessions map[string]*client.Session, con *core.Console, isAll bool)
- func RegisterNewSessionFunc(con *core.Console)
- func SessionLogin(tableModel *tui.TableModel, con *core.Console) func()
- func SessionsCmd(cmd *cobra.Command, con *core.Console) error
- func Use(con *core.Console, sess *client.Session) error
- func UseSessionCmd(cmd *cobra.Command, con *core.Console) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetHistoryWithTaskID ¶ added in v0.3.0
GetHistoryWithTaskID retrieves and renders history data for a specific task ID
func NewBindSession ¶ added in v0.0.3
func NewBindSessionCmd ¶ added in v0.0.3
func PrintSessions ¶
func RegisterNewSessionFunc ¶ added in v0.0.3
func SessionLogin ¶
func SessionLogin(tableModel *tui.TableModel, con *core.Console) func()
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.