Versions in this module Expand all Collapse all v1 v1.0.0 Jul 24, 2024 Changes in this version + type App struct + func NewApp(config AppConfig) App + func (a App) Run() error + type AppConfig struct + ConfigPath string + IndexDescription suggest.IndexDescription + PidPath string + Port string