mirror of
https://github.com/foomo/gotsrpc.git
synced 2025-10-16 12:35:35 +00:00
6 lines
68 B
Go
6 lines
68 B
Go
package service
|
|
|
|
type Service interface {
|
|
Hello(v string) string
|
|
}
|