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

Struct pricingResultMsg

internal/tui/app.go:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47type metadataReadyMsg struct{ err error }
48
49type pricingResultMsg struct {
50 resp *api.PricingAPIResponse
51 err error
52}
53
54type tickMsg struct{}
55

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected