From 3387ffcfd92bc805c56a6e9fb7f7273f2abda537 Mon Sep 17 00:00:00 2001 From: crusader Date: Tue, 17 Apr 2018 19:31:03 +0900 Subject: [PATCH] ing --- auth/authenticator.go | 2 -- main.go | 1 - 2 files changed, 3 deletions(-) diff --git a/auth/authenticator.go b/auth/authenticator.go index 98b2111..e65fe54 100644 --- a/auth/authenticator.go +++ b/auth/authenticator.go @@ -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 diff --git a/main.go b/main.go index 21c1418..f2d72ad 100644 --- a/main.go +++ b/main.go @@ -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 {