fix gitea workflow path and runner label
Build docker and publish / build (20.15.1) (push) Failing after 8m21s
Build docker and publish / build (20.15.1) (push) Failing after 8m21s
This commit is contained in:
+12
-10
@@ -3,14 +3,16 @@ package constant
|
||||
type CtxKey string
|
||||
|
||||
const (
|
||||
CtxKeyUser CtxKey = "user"
|
||||
CtxKeySessionID CtxKey = "sessionId"
|
||||
CtxKeyRequestHost CtxKey = "requestHost"
|
||||
CtxKeyPlatform CtxKey = "platform"
|
||||
CtxKeyPayment CtxKey = "payment"
|
||||
CtxLoginType CtxKey = "loginType"
|
||||
LoginType CtxKey = "loginType"
|
||||
CtxKeyIdentifier CtxKey = "identifier"
|
||||
CtxKeyDeviceID CtxKey = "deviceId"
|
||||
CtxKeyIncludeExpired CtxKey = "includeExpired"
|
||||
CtxKeyUser CtxKey = "user"
|
||||
CtxKeySessionID CtxKey = "sessionId"
|
||||
CtxKeyRequestHost CtxKey = "requestHost"
|
||||
CtxKeyPlatform CtxKey = "platform"
|
||||
CtxKeyPayment CtxKey = "payment"
|
||||
CtxLoginType CtxKey = "loginType"
|
||||
LoginType CtxKey = "loginType"
|
||||
CtxKeyIdentifier CtxKey = "identifier"
|
||||
CtxKeyDeviceID CtxKey = "deviceId"
|
||||
CtxKeyIncludeExpired CtxKey = "includeExpired"
|
||||
CtxKeyAPIVersionUseLatest CtxKey = "apiVersionUseLatest"
|
||||
CtxKeyAPIHeaderRaw CtxKey = "apiHeaderRaw"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user