8 lines
88 B
Go
8 lines
88 B
Go
package flow
|
|
|
|
type Service struct {}
|
|
|
|
func NewService() *Service {
|
|
return &Service{}
|
|
}
|