Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller interface { Input(input.Handler, string, []byte) error CreateBuffer(string) error DeleteBuffer(string) error Remove(string, string) error Notification(string, string, string) error ErrorWriter() (WriteCloser, error) StatusWriter(string) (WriteCloser, error) SideWriter(string) (WriteCloser, error) TitleWriter(string) (WriteCloser, error) ImageWriter(string, string) (WriteCloser, error) MainWriter(string) (WriteCloser, error) HasBuffer(string) bool }
Click to show internal directories.
Click to hide internal directories.