Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReleaseSample ¶
func ReleaseSample(s *Sample)
Types ¶
type LoggingResultListener ¶
type LoggingResultListener struct {
// contains filtered or unexported fields
}
Implements ResultListener interface
type PhoutResultListener ¶
type PhoutResultListener struct {
// contains filtered or unexported fields
}
type ResultListener ¶
func GetPhoutResultListener ¶
func GetPhoutResultListener(c *config.ResultListener) (ResultListener, error)
GetPhoutResultListener is not thread safe.
func NewLoggingResultListener ¶
func NewLoggingResultListener(*config.ResultListener) (ResultListener, error)
func NewPhoutResultListener ¶
func NewPhoutResultListener(filename string) (rl ResultListener, err error)
Click to show internal directories.
Click to hide internal directories.