Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterPaymentHandler ¶
func RegisterPaymentHandler(s server.Server, hdlr PaymentHandler, opts ...server.HandlerOption) error
Types ¶
type PaymentHandler ¶
type PaymentService ¶
type PaymentService interface {
PayOrder(ctx context.Context, in *Request, opts ...client.CallOption) (*Response, error)
}
func NewPaymentService ¶
func NewPaymentService(name string, c client.Client) PaymentService
Click to show internal directories.
Click to hide internal directories.