add go micro_service
add k8s
This commit is contained in:
6
providers/micro_service/contracts.go
Normal file
6
providers/micro_service/contracts.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package micro_service
|
||||
|
||||
type Service interface {
|
||||
Serve() error
|
||||
GetEngine() any
|
||||
}
|
||||
Reference in New Issue
Block a user