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