6 lines
109 B
Go
6 lines
109 B
Go
|
package mainline
|
||
|
|
||
|
type Service interface {
|
||
|
// TODO: develop a service interface to be used by the manager
|
||
|
}
|