This commit is contained in:
crusader 2018-04-17 19:31:03 +09:00
parent 08695e707b
commit 3387ffcfd9
2 changed files with 0 additions and 3 deletions

View File

@ -12,13 +12,11 @@ import (
occa "git.loafle.net/overflow/commons-go/core/annotation"
occi "git.loafle.net/overflow/commons-go/core/interfaces"
ocnc "git.loafle.net/overflow/commons-go/noauthprobe/config"
"git.loafle.net/overflow/probe/config"
"git.loafle.net/overflow/probe/auth/service"
)
type Authenticator struct {
Config *config.Config
ConfigDir string
authConfig ocnc.Auth

View File

@ -45,7 +45,6 @@ func main() {
if ocpc.ProbeStateTypeNotAuthorized == _config.Probe.State() {
instance = &auth.Authenticator{
ConfigDir: *configDir,
Config: _config,
}
doneChan, err := instance.(occi.EndableStarter).EndableStart()
if nil != err {