PricingSection tracks keyboard focus within the Pricing view.
| 15 | |
| 16 | // PricingSection tracks keyboard focus within the Pricing view. |
| 17 | type PricingSection int |
| 18 | |
| 19 | const ( |
| 20 | PricingSectionHeader PricingSection = iota |
nothing calls this directly
no outgoing calls
no test coverage detected