ing
This commit is contained in:
@@ -11,7 +11,7 @@ import (
|
||||
crc "git.loafle.net/commons/rpc-go/client"
|
||||
occn "git.loafle.net/overflow/commons-go/config/noauthprobe"
|
||||
"git.loafle.net/overflow/commons-go/core/util"
|
||||
"git.loafle.net/overflow/probe/client/central"
|
||||
"git.loafle.net/overflow/probe/client/auth"
|
||||
"git.loafle.net/overflow/probe/config"
|
||||
|
||||
// For annotation
|
||||
@@ -35,7 +35,7 @@ type NoAuthProbeService struct {
|
||||
}
|
||||
|
||||
func (s *NoAuthProbeService) InitService() error {
|
||||
client, err := central.NewAuth(s.HandleTempKey, s)
|
||||
client, err := auth.New(s.HandleTempKey, s)
|
||||
if nil != err {
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user