Update inject store to include template
This commit is contained in:
parent
34bf7e9142
commit
953961ce1f
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,7 @@ import (
|
|||
"github.com/drone/drone/store/shared/encrypt"
|
||||
"github.com/drone/drone/store/stage"
|
||||
"github.com/drone/drone/store/step"
|
||||
"github.com/drone/drone/store/template"
|
||||
"github.com/drone/drone/store/user"
|
||||
|
||||
"github.com/google/wire"
|
||||
|
@ -53,6 +54,7 @@ var storeSet = wire.NewSet(
|
|||
secret.New,
|
||||
global.New,
|
||||
step.New,
|
||||
template.New,
|
||||
)
|
||||
|
||||
// provideDatabase is a Wire provider function that provides a
|
||||
|
|
Loading…
Reference in a new issue