Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccumulateKey ¶
type AccumulateKey struct { Query string Zone string Tenant string Namespace string Start time.Time }
AccumulateKey represents one data point ("fact") in the billing database. The actual value for the data point is not present in this type, as this type is just a map key, and the corresponding value is stored as a map value.
func (AccumulateKey) MarshalText ¶
func (k AccumulateKey) MarshalText() ([]byte, error)
MarshalText implements encoding.TextMarshaler to be able to e.g. log the map with this key type.
func (AccumulateKey) String ¶
func (k AccumulateKey) String() string
String returns the full "source" string as used by the appuio-cloud-reporting
type ObjectStorage ¶
type ObjectStorage struct {
// contains filtered or unexported fields
}
func NewObjectStorage ¶
Click to show internal directories.
Click to hide internal directories.