Providers file & docker
Sleep between restart Check same service
This commit is contained in:
parent
bf37869b8f
commit
921952c1b9
5 changed files with 99 additions and 90 deletions
|
@ -1,5 +1,5 @@
|
|||
package main
|
||||
|
||||
type Provider interface {
|
||||
Provide(chan<- Service)
|
||||
Provide(chan<- *Service)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue