Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BlockAction ¶
type BlockAction struct { Action BlockActionType Args []string }
func NewBlockAction ¶
func NewBlockAction(name string) *BlockAction
type BlockActionType ¶
type BlockActionType int
const ( BlockActionNone BlockActionType = iota BlockActionNext BlockActionPrev BlockActionJump BlockActionQuit BlockActionExecutionDone )
type NodeInspector ¶
type NodeInspector struct {
// contains filtered or unexported fields
}
func NewNodeInspector ¶
func NewNodeInspector(graphCtx *snippet.Context, nodeID string) (*NodeInspector, error)
func (*NodeInspector) HistoryAppend ¶
func (n *NodeInspector) HistoryAppend(cmd string) error
func (*NodeInspector) IterateLogEntries ¶
func (n *NodeInspector) IterateLogEntries(limit int) error
func (*NodeInspector) NewRootCmd ¶
func (n *NodeInspector) NewRootCmd() *cobra.Command
Click to show internal directories.
Click to hide internal directories.