Skip to content
Snippets Groups Projects
Commit c2afb852 authored by Geurtjens,D. (Douwe Geurtjens)'s avatar Geurtjens,D. (Douwe Geurtjens)
Browse files

Interface edit for Cypher workaround

parent a24241dc
No related branches found
No related tags found
1 merge request!1Big merge
package query
import "git.science.uu.nl/graphpolaris/query-conversion/entity"
import (
"git.science.uu.nl/graphpolaris/query-conversion/entity"
"git.science.uu.nl/graphpolaris/query-conversion/entity/entitycypher"
)
// A Converter converts an incoming message in our JSON format to a format like AQL or Cypher
type Converter interface {
ConvertQuery(JSONQuery *entity.IncomingQueryJSON) (*string, error)
}
type CypherConverterPlaceholder interface {
ConvertQuery(JSONQuery *entitycypher.IncomingQueryJSON) (*string, error)
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment