web provider

This commit is contained in:
emile 2015-09-08 13:33:10 +02:00
parent cef926379c
commit e894ae9f0a
5 changed files with 113 additions and 29 deletions

View file

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