Documentation
¶
Index ¶
- type Control
- func (c *Control) CreateBuffer(name string) error
- func (c *Control) DeleteBuffer(name string) error
- func (c *Control) HasBuffer(string) bool
- func (c *Control) Listen(input func([]byte), ctl func(*commander.Command))
- func (c *Control) Notification(string, string, string) error
- func (c *Control) Remove(string, string) error
- func (c *Control) WriteAside(buffer string, data string) error
- func (c *Control) WriteError(data string) error
- func (c *Control) WriteFeed(buffer string, data io.ReadCloser) error
- func (c *Control) WriteImage(string, string, io.ReadCloser) error
- func (c *Control) WriteMain(buffer string, data io.ReadCloser) error
- func (c *Control) WriteNav(buffer string, data string) error
- func (c *Control) WriteStatus(buffer string, data string) error
- func (c *Control) WriteTitle(buffer string, data string) 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) WriteAside ¶ added in v0.4.2
func (*Control) WriteError ¶ added in v0.4.2
func (*Control) WriteFeed ¶ added in v0.4.2
func (c *Control) WriteFeed(buffer string, data io.ReadCloser) error
func (*Control) WriteImage ¶ added in v0.4.2
TODO: Implement images
func (*Control) WriteMain ¶ added in v0.4.2
func (c *Control) WriteMain(buffer string, data io.ReadCloser) error
func (*Control) WriteStatus ¶ added in v0.4.2
Click to show internal directories.
Click to hide internal directories.