gofmt
This commit is contained in:
parent
40ff5b749b
commit
f853f88bcd
@ -38,8 +38,7 @@ type Writer interface {
|
|||||||
Write(*Message, interface{}) error
|
Write(*Message, interface{}) error
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Marshaler is a simple encoding interface used for the broker/transport
|
||||||
// Marshaler is a simple encoding interface used for the broker/transport
|
|
||||||
// where headers are not supported by the underlying implementation.
|
// where headers are not supported by the underlying implementation.
|
||||||
type Marshaler interface {
|
type Marshaler interface {
|
||||||
Marshal(interface{}) ([]byte, error)
|
Marshal(interface{}) ([]byte, error)
|
||||||
|
Loading…
Reference in New Issue
Block a user