Documentation
¶
Overview ¶
Package filtered handles components that are 'raw' lines of text that need to become a version
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Base ¶
type Base struct {
// contains filtered or unexported fields
}
Base are wrappers for filtering components
func NewBase ¶
func NewBase(upstream Stringable, d *core.Filtered, i fetch.Filterable) (Base, error)
NewBase creates a new baseline for filtering
type RawString ¶ added in v0.6.1
type RawString string
RawString is a string that is not templated and just...a string
func (RawString) CanTemplate ¶ added in v0.6.1
CanTemplate indicates if the type can template (this one cannot)
type Stringable ¶ added in v0.6.1
Stringable allows for filtering input strings via templating
Click to show internal directories.
Click to hide internal directories.