Documentation ¶
Index ¶
Constants ¶
View Source
const (
// PrefixTokenSeparator is and string printed between prefix and ansible output
PrefixTokenSeparator = "\u2500\u2500"
)
Variables ¶
This section is empty.
Functions ¶
func WithTransformers ¶
func WithTransformers(trans ...transformer.TransformerFunc) result.OptionsFunc
WithTransformers sets a transformes list to DefaultResults
Types ¶
type DefaultResults ¶
type DefaultResults struct {
// contains filtered or unexported fields
}
DefaultResults prints results directly to stdout
func NewDefaultResults ¶
func NewDefaultResults(options ...result.OptionsFunc) *DefaultResults
NewDefaultResults returns a DefaultResults instance
func (*DefaultResults) Options ¶
func (r *DefaultResults) Options(options ...result.OptionsFunc)
Options executes the options functions received as a parameters to set the DefaultResults attributes
Click to show internal directories.
Click to hide internal directories.