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

TypeAlias PricingEvent

internal/tui/views/pricing.go:192–192  ·  view source on GitHub ↗

PricingEvent is returned from HandleKey.

Source from the content-addressed store, hash-verified

190
191// PricingEvent is returned from HandleKey.
192type PricingEvent int
193
194const (
195 PricingEventNone PricingEvent = iota

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected