Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SVC ¶
func (*SVC) AddFlagGroup ¶ added in v1.0.4
AddFlagGroup adds a flag group to the service without it requiring to be a worker. useful to get consistent flag parsing for multiple modules.
type SVCFOption ¶ added in v1.3.0
type SVCFOption func(s *SVC)
func WithFlagHelpOut ¶ added in v1.3.0
func WithFlagHelpOut(w io.Writer) SVCFOption
direct flag based help messages to this writer.
func WithNoFlagHelp ¶ added in v1.3.0
func WithNoFlagHelp() SVCFOption
stops printing flag help on startup.
Click to show internal directories.
Click to hide internal directories.