Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddStringf ¶
func AddStringf(f string, v ...interface{})
AddStringf adds a single message with fmt.Printf-style parameters.
Types ¶
type TargetList ¶
type TargetList struct {
// contains filtered or unexported fields
}
A TargetList represents a number of report targets
var Targets TargetList
func (*TargetList) Set ¶
func (tl *TargetList) Set(v string) error
func (TargetList) String ¶
func (tl TargetList) String() (v string)
func (TargetList) Type ¶
func (tl TargetList) Type() string
Click to show internal directories.
Click to hide internal directories.