Skip to content
Snippets Groups Projects
Commit 42a09c2e authored by thijsheijden's avatar thijsheijden
Browse files

Deleted document.go

parent 56e6fe34
No related branches found
No related tags found
No related merge requests found
package entity
// Document with Empty struct to retrieve all data from the DB Document
type Document map[string]interface{}
// GeneralFormat with Empty struct to retrieve all data from the DB Document
type GeneralFormat map[string][]Document
// ListContainer is a struct that keeps track of the nodes and edges that need to be returned
type ListContainer struct {
NodeList []Document
EdgeList []Document
}
...@@ -4,6 +4,7 @@ package aql ...@@ -4,6 +4,7 @@ package aql
type Service struct { type Service struct {
} }
// NewService creates a new AQL conversion service
func NewService() *Service { func NewService() *Service {
return &Service{} return &Service{}
} }
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