Browse Source

[🚀] core

bvbej 11 tháng trước cách đây
mục cha
commit
e94144e8e7
1 tập tin đã thay đổi với 2 bổ sung4 xóa
  1. 2 4
      pkg/mux/core.go

+ 2 - 4
pkg/mux/core.go

@@ -24,10 +24,6 @@ import (
 	"golang.org/x/time/rate"
 )
 
-const (
-	SuccessCode = 0
-)
-
 type Option func(*option)
 
 type option struct {
@@ -41,6 +37,8 @@ type option struct {
 	rateLimiter       limiter.RateLimiter
 }
 
+const SuccessCode = 0
+
 type Failure struct {
 	ResultCode int    `json:"result_code"` // 业务码
 	ResultInfo string `json:"result_info"` // 描述信息