| 11 | ) |
| 12 | |
| 13 | type createCmd struct { |
| 14 | celer *configs.Celer |
| 15 | platform string |
| 16 | project string |
| 17 | port string |
| 18 | } |
| 19 | |
| 20 | func (c *createCmd) Command(celer *configs.Celer) *cobra.Command { |
| 21 | c.celer = celer |
nothing calls this directly
no outgoing calls
no test coverage detected