mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 19:13:34 +00:00
6 lines
64 B
Go
6 lines
64 B
Go
package corroservice
|
|
|
|
type Service interface {
|
|
Start() error
|
|
}
|