mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-16 04:24:56 +02:00
transport/message/encoder.go: rename to encoding.go
This commit is contained in:
parent
a20295ee88
commit
027ba0b1ff
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
package message
|
||||
|
||||
// Encoder is a function that can encode a object to the encoded format.
|
||||
type Encoder func(v any) ([]byte, error)
|
||||
type Encoder func(any) ([]byte, error)
|
||||
Loading…
Add table
Add a link
Reference in a new issue