1
0
Fork 0
emile 2015-10-01 12:04:25 +02:00
parent cdcd5a2b68
commit 93b5410987
20 changed files with 346 additions and 248 deletions

View file

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