Documentation ¶
Index ¶
Constants ¶
View Source
const Inf = 1<<63 - 1
Variables ¶
This section is empty.
Functions ¶
func UsageByFeature ¶ added in v0.3.8
Types ¶
type Error ¶ added in v0.5.0
type PhaseResponse ¶ added in v0.3.8
type PhaseResponse struct { Effective time.Time `json:"effective,omitempty"` Features []refs.FeaturePlan `json:"features,omitempty"` Plans []refs.Plan `json:"plans,omitempty"` Fragments []refs.FeaturePlan `json:"fragments,omitempty"` }
type PushResponse ¶ added in v0.4.2
type PushResponse struct {
Results []PushResult `json:"results,omitempty"`
}
type PushResult ¶ added in v0.4.2
type PushResult struct { Feature refs.FeaturePlan `json:"feature"` Status string `json:"status"` Reason string `json:"reason"` }
type ReportRequest ¶
type ScheduleRequest ¶ added in v0.6.0
type Tier ¶ added in v0.4.2
type Tier struct { Upto int `json:"upto,omitempty"` Price float64 `json:"price,omitempty"` Base int `json:"base,omitempty"` }
func (*Tier) MarshalJSON ¶ added in v0.4.2
func (*Tier) UnmarshalJSON ¶ added in v0.4.2
type UsageResponse ¶
type WhoAmIResponse ¶ added in v0.5.0
type WhoIsResponse ¶
Click to show internal directories.
Click to hide internal directories.