Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotFound = errors.New("encoding: key not found")
View Source
var Mapping = map[string]string{
"application/json": "json",
"application/proto": "proto",
"application/protobuf": "proto",
"application/octet-stream": "proto",
"application/grpc": "proto",
"application/grpc+json": "json",
"application/grpc+proto": "proto",
"application/grpc+bytes": "bytes",
}
View Source
var Name = "encoding"
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.