cmd

package
v0.0.0-...-a12be05 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 22, 2024 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Command

type Command interface {
	Run()
}

func CostSummary

func CostSummary(eq equinix.Equinix) Command

func UploadToBigquery

func UploadToBigquery(eq equinix.Equinix) Command

type CostSummaryT

type CostSummaryT struct {
	// contains filtered or unexported fields
}

func (CostSummaryT) Run

func (s CostSummaryT) Run()

type ReportType

type ReportType string
const (
	ReservationsReport    ReportType = "reservations" // Display hardware reservations
	NonReservationsReport ReportType = ""             // Display everything except hardware reservations
)

Report type

type SummaryRecord

type SummaryRecord struct {
	Price        float64
	Quantity     float64
	Total        float64
	BasePrice    float64
	BaseQuantity float64
	BaseTotal    float64
}

type UploadToBigqueryT

type UploadToBigqueryT struct {
	// contains filtered or unexported fields
}

func (UploadToBigqueryT) Run

func (up UploadToBigqueryT) Run()

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL