base
This commit is contained in:
7
internal/app/flow/service.go
Normal file
7
internal/app/flow/service.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package flow
|
||||
|
||||
type Service struct {}
|
||||
|
||||
func NewService() *Service {
|
||||
return &Service{}
|
||||
}
|
||||
Reference in New Issue
Block a user