Documentation ¶
Index ¶
Constants ¶
View Source
const CName = "any-pp.drpcclient"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnyPpClientService ¶
type AnyPpClientService interface { GetSubscriptionStatus(ctx context.Context, in *aa.GetSubscriptionRequestSigned) (out *aa.GetSubscriptionResponse, err error) BuySubscription(ctx context.Context, in *aa.BuySubscriptionRequestSigned) (out *aa.BuySubscriptionResponse, err error) app.ComponentRunnable }
* This client component can be used to access the Any Payment Processing node * from other components.
func New ¶
func New() AnyPpClientService
Click to show internal directories.
Click to hide internal directories.