Commit bdbc8fa0 authored by erio's avatar erio
Browse files

fix(ops): align constant declarations for gofmt compliance

parent 63f3af0f
...@@ -28,10 +28,10 @@ const ( ...@@ -28,10 +28,10 @@ const (
opsAccountIDKey = "ops_account_id" opsAccountIDKey = "ops_account_id"
// 错误过滤匹配常量 — shouldSkipOpsErrorLog 和错误分类共用 // 错误过滤匹配常量 — shouldSkipOpsErrorLog 和错误分类共用
opsErrContextCanceled = "context canceled" opsErrContextCanceled = "context canceled"
opsErrNoAvailableAccounts = "no available accounts" opsErrNoAvailableAccounts = "no available accounts"
opsErrInvalidAPIKey = "invalid_api_key" opsErrInvalidAPIKey = "invalid_api_key"
opsErrAPIKeyRequired = "api_key_required" opsErrAPIKeyRequired = "api_key_required"
opsErrInsufficientBalance = "insufficient balance" opsErrInsufficientBalance = "insufficient balance"
opsErrInsufficientAccountBalance = "insufficient account balance" opsErrInsufficientAccountBalance = "insufficient account balance"
opsErrInsufficientQuota = "insufficient_quota" opsErrInsufficientQuota = "insufficient_quota"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment