cattle_grid.dependencies.account ¶
AccountName
module-attribute
¶
AccountName = Annotated[str, Depends(name_from_routing_key)]
Assigns the account name extracted from the routing key
name_from_routing_key ¶
name_from_routing_key(routing_key: RoutingKey) -> str