1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-04-17 11:06:19 +02:00

9 lines
123 B
Go
Raw Normal View History

2015-01-13 23:31:27 +00:00
package client
type Request interface {
Service() string
Method() string
ContentType() string
Request() interface{}
}