fix KeyConst
This commit is contained in:
@@ -6,7 +6,7 @@ import (
|
|||||||
"github.com/rogeecn/atom/providers/log"
|
"github.com/rogeecn/atom/providers/log"
|
||||||
)
|
)
|
||||||
|
|
||||||
const DefaultKeyPrefix = "JWT"
|
const DefaultPrefix = "JWT"
|
||||||
|
|
||||||
type Config struct {
|
type Config struct {
|
||||||
SigningKey string // jwt签名
|
SigningKey string // jwt签名
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
package log
|
package log
|
||||||
|
|
||||||
const DefaultKeyPrefix = "Log"
|
const DefaultPrefix = "Log"
|
||||||
|
|
||||||
type Config struct {
|
type Config struct {
|
||||||
Level Level
|
Level Level
|
||||||
|
|||||||
Reference in New Issue
Block a user