diff options
Diffstat (limited to 'src/api.rs')
| -rw-r--r-- | src/api.rs | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -7,7 +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 | pub const QUEUE_MANAGEMENT: &str = "Queue management"; |
| 11 | } | 11 | } |
| 12 | 12 | ||
| 13 | struct AuthModifier; | 13 | struct AuthModifier; |
