Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PayServer ¶
type PayServer struct {
v1.UnimplementedPayServerServer
}
func NewPayServer ¶
func NewPayServer() *PayServer
func (*PayServer) Detail ¶
func (s *PayServer) Detail(ctx context.Context, req *payserver.DetailRequest) (*payserver.DetailResponse, error)
func (*PayServer) Pay ¶
func (s *PayServer) Pay(ctx context.Context, req *payserver.PayRequest) (*payserver.PayResponse, error)
Click to show internal directories.
Click to hide internal directories.