Initial QSfera import
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
package godata
|
||||
|
||||
import "context"
|
||||
|
||||
func ParseApplyString(ctx context.Context, apply string) (*GoDataApplyQuery, error) {
|
||||
result := GoDataApplyQuery(apply)
|
||||
return &result, nil
|
||||
}
|
||||
Reference in New Issue
Block a user