File tree 2 files changed +4
-3
lines changed
cmd/remote-work-processor
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ import (
24
24
"github.com/SAP/remote-work-processor/internal/grpc/processors"
25
25
"github.com/SAP/remote-work-processor/internal/kubernetes/controller"
26
26
meta "github.com/SAP/remote-work-processor/internal/kubernetes/metadata"
27
+ "github.com/SAP/remote-work-processor/internal/opt"
27
28
"k8s.io/apimachinery/pkg/runtime"
28
29
utilruntime "k8s.io/apimachinery/pkg/util/runtime"
29
30
clientgoscheme "k8s.io/client-go/kubernetes/scheme"
@@ -134,8 +135,8 @@ Loop:
134
135
}
135
136
}
136
137
137
- func setupFlagsAndLogger () * Options {
138
- opts := & Options {}
138
+ func setupFlagsAndLogger () * opt. Options {
139
+ opts := & opt. Options {}
139
140
opts .BindFlags (flag .CommandLine )
140
141
141
142
zapOpts := zap.Options {}
Original file line number Diff line number Diff line change 1
- package main
1
+ package opt
2
2
3
3
import (
4
4
"crypto/sha256"
You can’t perform that action at this time.
0 commit comments