Ark
Loading...
Searching...
No Matches
comm_infrastructure.registry Namespace Reference

Classes

class  Registry

Functions

 start (str registry_host=typer.Option("127.0.0.1", "--host", help="The host address for the registry server."), int registry_port=typer.Option(1234, "--port", help="The port for the registry server."))
 Start the Registry server with the specified host and port.
 main ()
 Entry point for the CLI.

Variables

 app = typer.Typer()

Function Documentation

◆ main()

comm_infrastructure.registry.main ( )

Entry point for the CLI.

◆ start()

comm_infrastructure.registry.start ( str registry_host = typer.Option("127.0.0.1", "--host", help="The host address for the registry server."),
int registry_port = typer.Option(1234, "--port", help="The port for the registry server.") )

Start the Registry server with the specified host and port.

Parameters
registry_hostHost address for the registry server.
registry_portPort for the registry server.

Variable Documentation

◆ app

comm_infrastructure.registry.app = typer.Typer()