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