Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FatalError ¶
type FatalError struct {
// contains filtered or unexported fields
}
func NewFatalError ¶
func NewFatalError(err error) FatalError
func (FatalError) Error ¶
func (msg FatalError) Error() error
type ParsedFile ¶
type ParsedFile struct {
// contains filtered or unexported fields
}
func NewParsedFile ¶
func NewParsedFile(data interface{}) ParsedFile
func (ParsedFile) Data ¶
func (msg ParsedFile) Data() interface{}
type QueryResult ¶
type QueryResult struct {
// contains filtered or unexported fields
}
func NewQueryError ¶
func NewQueryError(err error) QueryResult
func NewQueryResult ¶
func NewQueryResult(results []string) QueryResult
func (QueryResult) Error ¶
func (msg QueryResult) Error() error
func (QueryResult) Failed ¶
func (msg QueryResult) Failed() bool
func (QueryResult) Results ¶
func (msg QueryResult) Results() []string
Click to show internal directories.
Click to hide internal directories.