Versions in this module Expand all Collapse all v0 v0.2.3 Feb 5, 2025 Changes in this version + const VERSION + func GetAllRecordsForKey(document *jsonquery.Node, key string) []*jsonquery.Node + func GetAllValuesForKey(document *jsonquery.Node, key string) []string + func GetDocumentFromFile(filename string, isInJSONLFormat bool) *jsonquery.Node + func GetValueForQueryBoolean(document *jsonquery.Node, requestedField string, queryKey string, ...) []string + func GetValueForQueryKey(document *jsonquery.Node, requestedField string, queryKey string, ...) []string + func GetValuesForKey(document *jsonquery.Node, key string) []string + type Config struct + HostMapping string + PortsSimple string + ProjectsPath string + ServicesFile string + type Host struct + Hostnames []string + IPv4 string + Ports []string + type Options struct + BaseFolder string + HostMapping bool + NoColor bool + Project string + SettingsFile string + Silent bool + TLSCheckFull bool + Verbose bool + Version bool + func ParseOptions() *Options + type Preparer struct + func NewPreparer(options *Options) (*Preparer, error) + func (p *Preparer) Prepare() error + type Project struct + Name string