Documentation ¶
Index ¶
- func Check(err error) bool
- func Debug(a ...interface{})
- func Debugc(fn func() string)
- func Debugf(format string, a ...interface{})
- func Debugs(a interface{})
- func Error(a ...interface{})
- func Errorc(fn func() string)
- func Errorf(format string, a ...interface{})
- func Errors(a interface{})
- func Fatal(a ...interface{})
- func Fatalc(fn func() string)
- func Fatalf(format string, a ...interface{})
- func Fatals(a interface{})
- func Info(a ...interface{})
- func Infoc(fn func() string)
- func Infof(format string, a ...interface{})
- func Infos(a interface{})
- func Trace(a ...interface{})
- func Tracec(fn func() string)
- func Tracef(format string, a ...interface{})
- func Traces(a interface{})
- func Warn(a ...interface{})
- func Warnc(fn func() string)
- func Warnf(format string, a ...interface{})
- func Warns(a interface{})
- type BufferFloat64
- type BufferUint64
- type Entry
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BufferFloat64 ¶
func NewBufferFloat64 ¶
func NewBufferFloat64(size int) *BufferFloat64
func (*BufferFloat64) Add ¶
func (b *BufferFloat64) Add(value float64)
func (*BufferFloat64) ForEach ¶
func (b *BufferFloat64) ForEach(fn func(v float64) error) (err error)
func (*BufferFloat64) Get ¶
func (b *BufferFloat64) Get(index int) (out *float64)
Get returns the value at the given index or nil if nothing
func (*BufferFloat64) Len ¶
func (b *BufferFloat64) Len() (length int)
type BufferUint64 ¶
func NewBufferUint64 ¶
func NewBufferUint64(size int) *BufferUint64
func (*BufferUint64) Add ¶
func (b *BufferUint64) Add(value uint64)
func (*BufferUint64) Get ¶
func (b *BufferUint64) Get(index int) (out *uint64)
Get returns the value at the given index or nil if nothing
Click to show internal directories.
Click to hide internal directories.