Add store to options (#1600)

This commit is contained in:
Asim Aslam
2020-05-01 18:05:09 +01:00
committed by GitHub
parent 08a2de1ef5
commit b3915b6020
3 changed files with 17 additions and 0 deletions

View File

@@ -102,6 +102,7 @@ func (s *service) Init(opts ...Option) {
cmd.Client(&s.opts.Client),
cmd.Config(&s.opts.Config),
cmd.Server(&s.opts.Server),
cmd.Store(&s.opts.Store),
cmd.Profile(&s.opts.Profile),
); err != nil {
logger.Fatal(err)