| 11 | "github.com/basecamp/hey-cli/internal/apierr" |
| 12 | "github.com/basecamp/hey-cli/internal/output" |
| 13 | ) |
| 14 | |
| 15 | // maxDraftPages is how many pages of drafts one command reads, counting the first. |
| 16 | const maxDraftPages = 100 |
| 17 | |
| 18 | type draftsCommand struct { |
| 19 | cmd *cobra.Command |
| 20 | limit int |
nothing calls this directly
no outgoing calls
no test coverage detected