Documentation
¶
Overview ¶
This file contains the implementation of a template function for retrieving IP addresses from DNS
This file contains the implementation of a template function for retrieving variables from 'pass', the standard UNIX password manager.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetFromPass ¶
func GetIPsFromDNS ¶ added in v1.3.0
Types ¶
type DNSError ¶ added in v1.3.0
type DNSError struct { meep.TraitAutodescribing meep.TraitCausable Output string }
type PassError ¶
type PassError struct { meep.TraitAutodescribing meep.TraitCausable Output string }
type RenderedResource ¶ added in v1.1.0
type RenderedResourceSet ¶ added in v1.1.0
type RenderedResourceSet struct { Name string Resources []RenderedResource }
func LoadAndApplyTemplates ¶ added in v1.1.0
type TemplateNotFoundError ¶
Error that is caused by non-existent template files being specified
type TemplatingError ¶
type TemplatingError struct { meep.TraitAutodescribing meep.TraitCausable }
Error that is caused during templating, e.g. required value being absent or invalid template format
Click to show internal directories.
Click to hide internal directories.