Documentation ¶ Overview ¶ Package starterutil provides shared helpers for Helix starters. Index ¶ func ParseBool(value any) (bool, bool) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ParseBool ¶ func ParseBool(value any) (bool, bool) ParseBool interprets a config value as a boolean. Returns (value, ok). ok is false if the value cannot be interpreted. Handles bool, string (true/false/1/0/yes/no), float64 (from YAML/mapstructure), and all integer types. Types ¶ This section is empty. Source Files ¶ View all Source files parsebool.go Click to show internal directories. Click to hide internal directories.