| 12 | "github.com/basecamp/hey-cli/internal/apierr" |
| 13 | "github.com/basecamp/hey-cli/internal/editor" |
| 14 | "github.com/basecamp/hey-cli/internal/htmlutil" |
| 15 | "github.com/basecamp/hey-cli/internal/output" |
| 16 | ) |
| 17 | |
| 18 | type composeCommand struct { |
| 19 | cmd *cobra.Command |
| 20 | to string |
| 21 | cc string |
| 22 | bcc string |
| 23 | subject string |
| 24 | message string |
| 25 | messageHTML string |
nothing calls this directly
no outgoing calls
no test coverage detected