MCPcopy Create free account
hub / github.com/OverloadBlitz/cloudcent-cli / row

Struct row

internal/estimate/print.go:704–715  ·  view source on GitHub ↗

Build one row per result — billable, free, and unsupported all included.

Source from the content-addressed store, hash-verified

702
703 // Build one row per result — billable, free, and unsupported all included.
704 type row struct {
705 nameCol string
706 typeCol string
707 unitPriceCol string
708 hrsPerMoCol string
709 usageCol string
710 costCol string
711 isFree bool
712 isUnsup bool
713 isTotal bool
714 isDefaultUsage bool
715 }
716 var rows []row
717
718 for _, r := range results {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected