niki/agentapp/service/service.go

9 lines
83 B
Go

package service
type Service struct {
}
func New() Service {
return Service{}
}