Can now accept location
This commit is contained in:
@@ -19,9 +19,14 @@ type QueryObject struct {
|
||||
Results *[]ISearchable
|
||||
}
|
||||
|
||||
type TableCell struct {
|
||||
Name string
|
||||
Value string
|
||||
}
|
||||
|
||||
type IQueryResult interface {
|
||||
Message() (string, error)
|
||||
DataType() string
|
||||
GetTableData() [][]map[string]string
|
||||
GetTableData() [][]TableCell
|
||||
Consumed() bool
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user