web provider
This commit is contained in:
parent
cef926379c
commit
e894ae9f0a
5 changed files with 113 additions and 29 deletions
|
@ -1,5 +1,5 @@
|
|||
package main
|
||||
|
||||
type Provider interface {
|
||||
Provide(chan<- *Configuration)
|
||||
Provide(configurationChan chan<- *Configuration)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue