コード例 #1
0
ファイル: server.go プロジェクト: hustxiaoc/tchannel
func isAdmin(ctx thrift.Context) bool {
	return ctx.Headers()["user"] == "admin"
}