Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BillingServiceImpl ¶
type BillingServiceImpl struct {
// contains filtered or unexported fields
}
func NewBillingServiceImpl ¶
func NewBillingServiceImpl(configService config_service.ConfigService, jwtService *jwt_service.JwtService, tlsService *tls_service.TlsService) (*BillingServiceImpl, func(), error)
func (*BillingServiceImpl) WithdrawUserCreditCard ¶
func (c *BillingServiceImpl) WithdrawUserCreditCard(ctx context.Context, request *billing_service.WithdrawUserCreditCardRequest) (*billing_service.Purchase, error)
type PerRPCCredentials ¶
type PerRPCCredentialsImpl ¶
type PerRPCCredentialsImpl struct {
// contains filtered or unexported fields
}
func NewPerRPCCredentialsImpl ¶
func NewPerRPCCredentialsImpl(jwtService *jwt_service.JwtService) *PerRPCCredentialsImpl
func (*PerRPCCredentialsImpl) GetRequestMetadata ¶
func (*PerRPCCredentialsImpl) RequireTransportSecurity ¶
func (c *PerRPCCredentialsImpl) RequireTransportSecurity() bool
Click to show internal directories.
Click to hide internal directories.