Files
atom/providers/micro_service/contracts.go
yanghao05 35e8fd6ac5 add go micro_service
add k8s
2023-05-15 19:58:05 +08:00

7 lines
82 B
Go

package micro_service
type Service interface {
Serve() error
GetEngine() any
}