Documentation ¶
Index ¶
- Variables
- func New(ctx context.Context, tree *tree.Tree, client *server.Client, args interface{}) mux.Screen
- func NewNode(ctx context.Context, tree *tree.Tree, client *server.Client, args NodeType) mux.Screen
- func NewReplay(ctx context.Context, args ReplayType) mux.Screen
- func NewScrollback(ctx context.Context, tree *tree.Tree, args ScrollbackType) mux.Screen
- func NewStatic(ctx context.Context, image I.Image) mux.Screen
- func NewText(ctx context.Context, args TextType) mux.Screen
- func Unmarshal(input *janet.Value) (result interface{}, err error)
- type AttachEvent
- type DetachEvent
- type Node
- type NodeType
- type Replay
- type ReplayType
- type ScrollbackType
- type Static
- type TextType
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func NewScrollback ¶
Types ¶
type AttachEvent ¶
type AttachEvent struct {
// contains filtered or unexported fields
}
type DetachEvent ¶
type DetachEvent struct{}
type Replay ¶
type Replay struct { util.Lifetime ReplayType // contains filtered or unexported fields }
type ReplayType ¶
type ReplayType struct {
Path string
}
type ScrollbackType ¶
Click to show internal directories.
Click to hide internal directories.