12 lines
169 B
Go
12 lines
169 B
Go
package rpc
|
|
|
|
import cuc "git.loafle.net/commons_go/util/context"
|
|
|
|
const (
|
|
DefaultPendingMessages = 32 * 1024
|
|
)
|
|
|
|
var (
|
|
ContentTypeKey = cuc.ContextKey("ContentType")
|
|
)
|