package
Version:
v0.3.5
Opens a new window with list of versions in this module.
Published: Oct 21, 2022
License: BSD-3-Clause
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type PhasesResponse struct {
Org string
Phases []Phase
}
type SubscribeRequest struct {
Org string
Phases []Phase
}
type Usage struct {
Feature string `json:"feature"`
Used int `json:"used"`
Limit int `json:"limit"`
}
type UsageResponse struct {
Org string `json:"org"`
Usage []Usage `json:"usage"`
}
type WhoIsResponse struct {
Org string `json:"org"`
StripeID string `json:"stripe_id"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.