rpc/constants.go
crusader 6aa5c1536d ing
2017-11-29 01:19:03 +09:00

12 lines
170 B
Go

package rpc
import cuc "git.loafle.net/commons_go/util/context"
const (
DefaultPendingResponses = 32 * 1024
)
var (
ContentTypeKey = cuc.ContextKey("ContentType")
)