Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller interface {
CreateBuffer(string) error
DeleteBuffer(string) error
Remove(string, string) error
Notification(string, string, string) error
WriteError(string) error
WriteStatus(string, string) error
WriteAside(string, string) error
WriteTitle(string, string) error
WriteImage(string, string, io.ReadCloser) error
WriteMain(string, io.ReadCloser) error
WriteFeed(string, io.ReadCloser) error
HasBuffer(string) bool
}
Click to show internal directories.
Click to hide internal directories.