Documentation ¶
Index ¶
- type Control
- func (c *Control) CreateBuffer(name string) error
- func (c *Control) DeleteBuffer(name string) error
- func (c *Control) ErrorWriter() (controller.WriteCloser, error)
- func (c *Control) FeedWriter(buffer string) (controller.WriteCloser, error)
- func (c *Control) HasBuffer(string) bool
- func (c *Control) ImageWriter(buffer string, name string) (controller.WriteCloser, error)
- func (c *Control) Listen() error
- func (c *Control) MainWriter(buffer string) (controller.WriteCloser, error)
- func (c *Control) NavWriter(buffer string) (controller.WriteCloser, error)
- func (c *Control) Notification(string, string, string) error
- func (c *Control) Remove(string, string) error
- func (c *Control) SetCallbacks(cb callback.Callback)
- func (c *Control) SetCommands(cmds []*commander.Command)
- func (c *Control) SideWriter(buffer string) (controller.WriteCloser, error)
- func (c *Control) StatusWriter(buffer string) (controller.WriteCloser, error)
- func (c *Control) TitleWriter(buffer string) (controller.WriteCloser, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Control ¶
type Control struct {
// contains filtered or unexported fields
}
func ConnectService ¶ added in v0.4.2
func (*Control) CreateBuffer ¶
func (*Control) DeleteBuffer ¶
func (*Control) ErrorWriter ¶ added in v0.4.3
func (c *Control) ErrorWriter() (controller.WriteCloser, error)
func (*Control) FeedWriter ¶ added in v0.4.3
func (c *Control) FeedWriter(buffer string) (controller.WriteCloser, error)
func (*Control) ImageWriter ¶
func (c *Control) ImageWriter(buffer string, name string) (controller.WriteCloser, error)
func (*Control) MainWriter ¶ added in v0.4.3
func (c *Control) MainWriter(buffer string) (controller.WriteCloser, error)
func (*Control) NavWriter ¶ added in v0.4.3
func (c *Control) NavWriter(buffer string) (controller.WriteCloser, error)
func (*Control) Notification ¶
TODO: Research usage
func (*Control) SetCallbacks ¶ added in v0.4.6
func (*Control) SetCommands ¶
func (*Control) SideWriter ¶ added in v0.4.3
func (c *Control) SideWriter(buffer string) (controller.WriteCloser, error)
func (*Control) StatusWriter ¶ added in v0.4.3
func (c *Control) StatusWriter(buffer string) (controller.WriteCloser, error)
func (*Control) TitleWriter ¶ added in v0.4.3
func (c *Control) TitleWriter(buffer string) (controller.WriteCloser, error)
Click to show internal directories.
Click to hide internal directories.