rpc/constants.go

12 lines
169 B
Go
Raw Normal View History

2017-11-26 10:15:51 +00:00
package rpc
2017-11-27 16:22:02 +00:00
import cuc "git.loafle.net/commons_go/util/context"
2017-11-26 10:15:51 +00:00
const (
DefaultPendingMessages = 32 * 1024
)
2017-11-27 16:22:02 +00:00
var (
ContentTypeKey = cuc.ContextKey("ContentType")
)