Status defines the type for the "status" enum field.
| 89 | |
| 90 | // Status defines the type for the "status" enum field. |
| 91 | type Status string |
| 92 | |
| 93 | // StatusQueued is the default value of the Status enum. |
| 94 | const DefaultStatus = StatusQueued |
no outgoing calls
no test coverage detected