Documentation
¶
Index ¶
- type Control
- func (c *Control) BuildCommand(cmd string) (*command.Command, error)
- func (c *Control) Cleanup()
- func (c *Control) CreateBuffer(name, doctype string) error
- func (c *Control) DeleteBuffer(name, doctype string) error
- func (c *Control) Errorwriter() (*writer.WriteCloser, error)
- func (c *Control) Event(eventmsg string) error
- func (c *Control) FileWriter(buffer, doctype string) (*writer.WriteCloser, error)
- func (c *Control) HasBuffer(name, doctype string) bool
- func (c *Control) ImageWriter(buffer, resource string) (*writer.WriteCloser, error)
- func (c *Control) Listen() error
- func (c *Control) Notification(buff, from, msg string) error
- func (c *Control) Remove(buffer, filename string) error
- func (c *Control) SetCommands(cmd ...*command.Command) error
- type Input
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 NewControl ¶
func (*Control) CreateBuffer ¶
func (*Control) DeleteBuffer ¶
func (*Control) Errorwriter ¶
func (c *Control) Errorwriter() (*writer.WriteCloser, error)
func (*Control) FileWriter ¶
func (c *Control) FileWriter(buffer, doctype string) (*writer.WriteCloser, error)
func (*Control) ImageWriter ¶
func (c *Control) ImageWriter(buffer, resource string) (*writer.WriteCloser, error)
func (*Control) Notification ¶
Click to show internal directories.
Click to hide internal directories.