Documentation ¶
Index ¶
Constants ¶
View Source
const ( Version = "1.0.1" EndpointVersion = "/version" EndpointRoot = "/" EndpointWebHook = "/stripe_webhooks" )
View Source
const ( EndpointCheckout = "/checkout" EndpointLoadCustomer = "/customer" EndpointInAppPurchase = "/iap" EndpointTransferTo = "/transfer" )
View Source
const (
MaxBodyBytes = int64(65536)
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StripeDelegate ¶
type StripeDelegate struct { }
func (*StripeDelegate) RegisterEndPoint ¶
func (sd *StripeDelegate) RegisterEndPoint(mux *http.ServeMux)
type StripeService ¶
type StripeService struct {
// contains filtered or unexported fields
}
func Inst ¶
func Inst() *StripeService
func (*StripeService) StartTestWork ¶
func (ss *StripeService) StartTestWork()
func (*StripeService) StartWork ¶
func (ss *StripeService) StartWork()
Source Files ¶
Click to show internal directories.
Click to hide internal directories.