Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CurrencyMismatchError ¶
Types ¶
type CostService ¶
type CostService interface { GetCostForPeriod(from, to time.Time) (*models.ApplicationCostSet, error) GetFutureCost(appName string) (*models.ApplicationCost, error) }
func NewContainerCostService ¶
func NewContainerCostService(repo repository.Repository, applicationExcludeList []string) CostService
Click to show internal directories.
Click to hide internal directories.