package codec
import "github.com/gogo/protobuf/codec"
Index ¶
Types ¶
type Codec ¶
type Codec interface { Marshal(v interface{}) ([]byte, error) Unmarshal(data []byte, v interface{}) error String() string }
func New ¶
Source Files ¶
- Version
- v1.2.1
- Published
- Feb 18, 2019
- Platform
- linux/amd64
- Imports
- 1 packages
- Last checked
- 6 hours ago –
Tools for package owners.