Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadDefaultDrivers ¶
func LoadDefaultDrivers()
func RegisterDriver ¶
func UnregisterDriver ¶
Types ¶
type Driver ¶
type Driver interface {
RenderResultSet(w io.Writer, status *papi.ResultSet) error
RenderResult(w io.Writer, status *papi.Result) error
RenderResultGroup(w io.Writer, status *papi.ResultGroup) error
}
func GetDriverBytType ¶
type Engine ¶
type Engine struct {
Driver Driver
}
func (*Engine) RenderResult ¶
RenderResult calls the method of the same name of the configured driver
func (*Engine) RenderResultSet ¶
RenderResultSet calls the method of the same name of the configured driver
Click to show internal directories.
Click to hide internal directories.