Providers refactoring
This commit is contained in:
parent
8fcbd73edc
commit
bf37869b8f
4 changed files with 169 additions and 67 deletions
5
provider.go
Normal file
5
provider.go
Normal file
|
@ -0,0 +1,5 @@
|
|||
package main
|
||||
|
||||
type Provider interface {
|
||||
Provide(chan<- Service)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue