Versions in this module Expand all Collapse all v1 v1.0.5 Aug 21, 2023 Changes in this version + type App struct + func NewApp() (*App, error) + func (a *App) Cmd() *cobra.Command + func (a *App) MDNS(version string, srvr *server.Server) error + func (a *App) Run(cmd *cobra.Command, args []string) + func (a *App) SetFlags() + func (a *App) Start() Other modules containing this package github.com/forestnode-io/oneshot/v2