payclient

package
v0.0.0-...-ec24a78 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 2, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CallbackRequest

type CallbackRequest = pay.CallbackRequest

type CallbackResponse

type CallbackResponse = pay.CallbackResponse

type CreateRequest

type CreateRequest = pay.CreateRequest

type CreateResponse

type CreateResponse = pay.CreateResponse

type DetailRequest

type DetailRequest = pay.DetailRequest

type DetailResponse

type DetailResponse = pay.DetailResponse

type Pay

type Pay interface {
	Create(ctx context.Context, in *CreateRequest, opts ...grpc.CallOption) (*CreateResponse, error)
	Detail(ctx context.Context, in *DetailRequest, opts ...grpc.CallOption) (*DetailResponse, error)
	Callback(ctx context.Context, in *CallbackRequest, opts ...grpc.CallOption) (*CallbackResponse, error)
}

func NewPay

func NewPay(cli zrpc.Client) Pay

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL