1
0
Fork 0

service -> configuration

This commit is contained in:
emile 2015-09-08 00:15:14 +02:00
parent 7fcc4761da
commit cef926379c
5 changed files with 53 additions and 51 deletions

View file

@ -1,5 +1,5 @@
package main
type Provider interface {
Provide(chan<- *Service)
Provide(chan<- *Configuration)
}