()
| 40 | } |
| 41 | |
| 42 | func newConnectStyles() connectStyles { |
| 43 | return connectStyles{ |
| 44 | title: PrimaryTitleStyle().MarginTop(1).MarginBottom(1), |
| 45 | cursor: PrimaryCursorStyle(), |
| 46 | selected: PrimarySelectedStyle(), |
| 47 | help: HelpStyle(), |
| 48 | } |
| 49 | } |
| 50 | |
| 51 | func newConnectModel(instances []string) connectModel { |
| 52 | s := NewPrimarySpinner() |
no test coverage detected