init repo
This commit is contained in:
7
pkg/constant/context.go
Normal file
7
pkg/constant/context.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package constant
|
||||
|
||||
const (
|
||||
ContextRequestID = "request_id"
|
||||
ContextUserID = "user_id"
|
||||
ContextIP = "ip"
|
||||
)
|
||||
5
pkg/constant/header.go
Normal file
5
pkg/constant/header.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package constant
|
||||
|
||||
const (
|
||||
HeaderRequestID = "X-Request-ID"
|
||||
)
|
||||
5
pkg/constant/limit.go
Normal file
5
pkg/constant/limit.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package constant
|
||||
|
||||
const (
|
||||
VLMFormulaCount = 20
|
||||
)
|
||||
Reference in New Issue
Block a user