Skeleton ready
This commit is contained in:
8
kernel/rabbitmq/view/connection_params.py
Normal file
8
kernel/rabbitmq/view/connection_params.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from dataclasses import dataclass
|
||||
|
||||
|
||||
@dataclass(frozen=True)
|
||||
class ConnectionParams:
|
||||
host: str = "localhost"
|
||||
port: int = 5672
|
||||
vhost: str = "/"
|
||||
Reference in New Issue
Block a user