Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrorTable ¶
type ErrorTable struct { Stopped bool // contains filtered or unexported fields }
func New ¶
func New(err error) *ErrorTable
New returns a new Table that returns a given error. Primarily used for testing purposes.
func (*ErrorTable) Err ¶
func (e *ErrorTable) Err() error
func (*ErrorTable) Rows ¶
func (e *ErrorTable) Rows() <-chan optimus.Row
func (*ErrorTable) Stop ¶
func (e *ErrorTable) Stop()
Click to show internal directories.
Click to hide internal directories.