Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Target ¶
type Target struct { Format string // contains filtered or unexported fields }
Target represents a writer with a specified format.
type TargetParser ¶
type TargetParser struct {
// contains filtered or unexported fields
}
TargetParser is responsible for creating Target objects.
func NewTargetParser ¶
NewTargetParser creates a new TargetParser with the given options.
func (*TargetParser) Parse ¶
func (tm *TargetParser) Parse(name string) Target
Parse creates a new Target given the provided target name.
Click to show internal directories.
Click to hide internal directories.