service -> configuration
This commit is contained in:
parent
7fcc4761da
commit
cef926379c
5 changed files with 53 additions and 51 deletions
|
@ -1,5 +1,5 @@
|
|||
package main
|
||||
|
||||
type Provider interface {
|
||||
Provide(chan<- *Service)
|
||||
Provide(chan<- *Configuration)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue