Documentation ¶ Index ¶ func Start(cfg Config) error type Config Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Start ¶ func Start(cfg Config) error Types ¶ type Config ¶ type Config struct { Port string // Websocket Port (e.g. :8081) EngineAddr string // gRPC Address of the Engine (e.g. localhost:50051) RedisAddr string // Redis Address (e.g. localhost:6379) } Source Files ¶ View all Source files app.go Click to show internal directories. Click to hide internal directories.