package aql // Service implements the QueryConverter interface (in the query service) type Service struct { } // NewService creates a new AQL conversion service func NewService() *Service { return &Service{} }