Documentation
¶
Overview ¶
Package connection registers the `connection` command group with cobra. The package is split per-command:
- register.go: Register + usage text.
- add.go: `connection add`.
- update.go: `connection update`.
- list.go: `connection list` + the per-row renderer.
- simple.go: `connection remove` and `connection set-default`.
- test_cmd.go: `connection test` (the only command needing resolve).
- build.go: pure helpers used by add/update (parse, merge, strip, validate); has its own _test.go.
- parse.go: positional connection-string parser + URL helpers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.