Added kmb and refactored query.Parse
This commit is contained in:
5
query/IQueryResult.go
Normal file
5
query/IQueryResult.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package query
|
||||
|
||||
type IQueryResult interface {
|
||||
Message() ( string, error )
|
||||
}
|
||||
Reference in New Issue
Block a user