commons-go/config/external/grpc.go

7 lines
125 B
Go
Raw Normal View History

2018-04-26 07:37:59 +00:00
package external
2018-04-10 05:24:03 +00:00
type GRPC struct {
2018-04-14 08:56:30 +00:00
Network string `json:"network,omitempty"`
Address string `json:"address,omitempty"`
2018-04-10 05:24:03 +00:00
}