Documentation ¶
Index ¶
Constants ¶
View Source
const ( ContentTypeJSON = "application/json" TimeFormat = time.RFC3339 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateAccountResponse ¶
type CreateAccountResponse struct { Data struct { Id string } }
type Provider ¶
type Provider interface { CreateAccount(ctx context.Context, namespaceId string, name string) (string, error) AddDefaultPlan(ctx context.Context, metronomeId string) (bool, error) AddPlan(ctx context.Context, metronomeId string, planId string) (bool, error) }
func NewProvider ¶
func NewProvider() Provider
Click to show internal directories.
Click to hide internal directories.