Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCityServiceEndpoints ¶
func RegisterCityServiceHandler ¶
func RegisterCityServiceHandler(s server.Server, hdlr CityServiceHandler, opts ...server.HandlerOption) error
Types ¶
type CityService ¶
type CityService interface {
Sync(ctx context.Context, in *shared.SyncRequest, opts ...client.CallOption) (*shared.SyncResponse, error)
}
func NewCityService ¶
func NewCityService(name string, c client.Client) CityService
type CityServiceHandler ¶
type CityServiceHandler interface {
Sync(context.Context, *shared.SyncRequest, *shared.SyncResponse) error
}
Click to show internal directories.
Click to hide internal directories.