diff options
Diffstat (limited to 'src/api.rs')
| -rw-r--r-- | src/api.rs | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -7,6 +7,7 @@ use crate::ErrorResponse; | |||
| 7 | 7 | ||
| 8 | pub mod tags { | 8 | pub mod tags { |
| 9 | pub const ACCOUNT: &str = "Account"; | 9 | pub const ACCOUNT: &str = "Account"; |
| 10 | pub const QUEUE: &str = "Queue"; | ||
| 10 | } | 11 | } |
| 11 | 12 | ||
| 12 | struct AuthModifier; | 13 | struct AuthModifier; |
