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