This commit is contained in:
2025-12-03 10:30:08 +09:00
commit 58ab7caff3
12 changed files with 1214 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
package flow
type Service struct {}
func NewService() *Service {
return &Service{}
}