Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( DefaultSize = 256 DefaultFormat = TextFormat )
Functions ¶
func JsonFormat ¶
func TextFormat ¶
Types ¶
type FormatFunc ¶
type Options ¶
type Options struct { Name string Size int Format FormatFunc }
func DefaultOptions ¶
func DefaultOptions() Options
type ReadOption ¶
type ReadOption func(*ReadOptions)
func Count ¶
func Count(count int) ReadOption
func Since ¶
func Since(since time.Time) ReadOption
func Stream ¶
func Stream(stream bool) ReadOption
Click to show internal directories.
Click to hide internal directories.