Documentation
¶
Overview ¶
Package billinginfo contains a billinginfo gatherer.
Package billinginfo contains a billing info gatherer.
Index ¶
Constants ¶
View Source
const ( // GathererName captures name of billinginfo gatherer GathererName = "AWS:BillingInfo" // SchemaVersionOfApplication represents schema version of billinginfo gatherer SchemaVersionOfBillingInfo = "1.0" )
Variables ¶
This section is empty.
Functions ¶
func CollectBillingInfoData ¶
func CollectBillingInfoData(context context.T) (data []model.BillingInfoData)
CollectBillingInfoData collects billing information for linux
Types ¶
type T ¶
type T struct{}
T represents billinginfo gatherer which implements all contracts for gatherers.
func (*T) RequestStop ¶
RequestStop stops the execution of BillingInfo gatherer.
Click to show internal directories.
Click to hide internal directories.