Documentation ¶
Overview ¶
Package Entry is a message type for logi log entries
Index ¶
- Variables
- 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 Container
Constants ¶
This section is empty.
Variables ¶
View Source
var Magic = []byte{'e', 'n', 't', 'r'}
Functions ¶
Types ¶
type Container ¶
type Container struct {
simplebuffer.Container
}
func LoadContainer ¶
LoadContainer takes a message byte slice payload and loads it into a container ready to be decoded
func (*Container) GetCodeLocation ¶
func (*Container) GetPackage ¶
func (*Container) Struct ¶
Struct deserializes the data all in one go by calling the field deserializing functions into a structure containing the fields.
The height is given in this report as it is part of the job message and makes it faster for clients to look up the algorithm name according to the block height, which can change between hard fork versions
Click to show internal directories.
Click to hide internal directories.