Versions in this module Expand all Collapse all v0 v0.2.7 May 6, 2026 Changes in this version + func MergeSearchDefaultsFromConfig(cfg *config.File, q *hosts.Query) + type ListBackendsOutput struct + Backends []config.BackendRow + ConfigPath string + func ListBackends(configPath string) (ListBackendsOutput, error) + type SearchHostsInput struct + AWSProfile string + AWSRegion string + Backends string + CacheDir string + CacheTTL string + ConfigPath string + ConsulAddr string + ConsulDC string + ConsulToken string + GCPProject string + GCPZone string + K8sDebugImage string + K8sMode string + KubeContext string + Kubeconfig string + Name string + NameRegex string + NoCache bool + Providers string + ProxmoxInsecure bool + ProxmoxPassword string + ProxmoxTokenID string + ProxmoxTokenSecret string + ProxmoxURL string + ProxmoxUser string + Refresh bool + type SearchHostsOutput struct + Count int + Records []hosts.Record + func SearchHosts(ctx context.Context, in *SearchHostsInput) (SearchHostsOutput, error) v0.2.7-pre May 6, 2026