Versions in this module Expand all Collapse all v4 v4.0.3 Mar 30, 2025 Changes in this version + const DefaultConfigFile + const DefaultConfigProvider + type Common interface + CommonConfig func() string + ConfigDirectory func() string + ConfigFileName func() string + ConfigProviderUrl func() string + Help func() + InDevMode func() bool + OverwriteConfig func() bool + Parse func([]string) + Profile func() string + RemoteServiceHosts func() []string + UseRegistry func() bool + type Default struct + FlagSet *flag.FlagSet + func New() *Default + func NewWithUsage(additionalUsage string) *Default + func (d *Default) CommonConfig() string + func (d *Default) ConfigDirectory() string + func (d *Default) ConfigFileName() string + func (d *Default) ConfigProviderUrl() string + func (d *Default) Help() + func (d *Default) InDevMode() bool + func (d *Default) OverwriteConfig() bool + func (d *Default) Parse(arguments []string) + func (d *Default) Profile() string + func (d *Default) RemoteServiceHosts() []string + func (d *Default) UseRegistry() bool Other modules containing this package github.com/agile-edge/go-mod-bootstrap/v3