Files
uncloud/internal/machine/corroservice/service.go
T

8 lines
97 B
Go

package corroservice
type Service interface {
Start() error
Restart() error
Running() bool
}