Skeleton ready
This commit is contained in:
7
kernel/rabbitmq/view/authentication_params.py
Normal file
7
kernel/rabbitmq/view/authentication_params.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from dataclasses import dataclass
|
||||
|
||||
|
||||
@dataclass(frozen=True)
|
||||
class AuthenticationParams:
|
||||
username: str = 'guest'
|
||||
password: str = 'guest'
|
||||
Reference in New Issue
Block a user