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