service backend
This commit is contained in:
10
api/pkg/mservice/mservice.go
Normal file
10
api/pkg/mservice/mservice.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package mservice
|
||||
|
||||
import (
|
||||
"context"
|
||||
)
|
||||
|
||||
type MicroService interface {
|
||||
Name() Type
|
||||
Finish(ctx context.Context) error
|
||||
}
|
||||
Reference in New Issue
Block a user