Versions in this module Expand all Collapse all v0 v0.1.0 Nov 7, 2023 Changes in this version + type App struct + func New(ip string, port string, port3 string) (*App, error) + func (a *App) Close() error + func (a *App) Run() error + func (a *App) StartRestServer() error + func (a *App) Stop() error