rename rpcx to zrpc
This commit is contained in:
9
zrpc/internal/auth/vars.go
Normal file
9
zrpc/internal/auth/vars.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package auth
|
||||
|
||||
const (
|
||||
appKey = "app"
|
||||
tokenKey = "token"
|
||||
|
||||
accessDenied = "access denied"
|
||||
missingMetadata = "app/token required"
|
||||
)
|
||||
Reference in New Issue
Block a user