(dg *dgraph.DgraphEx)
| 153 | } |
| 154 | |
| 155 | func newDgraphExecutor(dg *dgraph.DgraphEx) DgraphExecutor { |
| 156 | return &dgraphExecutor{dg: dg} |
| 157 | } |
| 158 | |
| 159 | // NewAdminExecutor builds a DgraphExecutor for proxying requests through dgraph. |
| 160 | func NewAdminExecutor() DgraphExecutor { |