controller

package
v0.3.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 21, 2023 License: MIT Imports: 0 Imported by: 0

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
	ErrorWriter() (WriteCloser, error)
	StatusWriter(string) (WriteCloser, error)
	SideWriter(string) (WriteCloser, error)
	NavWriter(string) (WriteCloser, error)
	TitleWriter(string) (WriteCloser, error)
	ImageWriter(string, string) (WriteCloser, error)
	MainWriter(string) (WriteCloser, error)
	FeedWriter(string) (WriteCloser, error)
	HasBuffer(string) bool
}

type WriteCloser

type WriteCloser interface {
	Write(b []byte) (int, error)
	Close() error
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL