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