Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrInvalidValue = errors.New("invalid option value")
Functions ¶
This section is empty.
Types ¶
type Buffer ¶
type Buffer struct {
// contains filtered or unexported fields
}
func New ¶
func New(options ...OptionFunc) (*Buffer, error)
type Option ¶
type OptionFunc ¶
type OptionFunc func(option *Option)
func DefaultOption ¶
func DefaultOption() OptionFunc
type ReaderWriter ¶
Click to show internal directories.
Click to hide internal directories.