ing
This commit is contained in:
parent
2ff8a44536
commit
312284ff6d
|
@ -2,10 +2,6 @@ package config
|
||||||
|
|
||||||
import "time"
|
import "time"
|
||||||
|
|
||||||
const (
|
|
||||||
ConfigFileName = "auth.json"
|
|
||||||
)
|
|
||||||
|
|
||||||
type AuthStateType int
|
type AuthStateType int
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
|
5
noauthprobe/constants/path.go
Normal file
5
noauthprobe/constants/path.go
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
package constants
|
||||||
|
|
||||||
|
const (
|
||||||
|
ConfigFileName = "auth.json"
|
||||||
|
)
|
Loading…
Reference in New Issue
Block a user