ipld-eth-server/vendor/github.com/ipfs/go-log/entry.go

8 lines
93 B
Go
Raw Normal View History

package log
type entry struct {
loggables []Loggable
system string
event string
}