gotsrpc/example/monitor/service/service.go
Kevin Franklin Kim 7faf7e4c98 feat: add monitor
2022-05-04 11:16:04 +02:00

6 lines
68 B
Go

package service
type Service interface {
Hello(v string) string
}