Searched refs:ImportWithOptions (Results 1 – 2 of 2) sorted by relevance
135 func (g *Graph) ImportWithOptions(def []byte, options GraphImportOptions) error { func179 return g.ImportWithOptions(def, GraphImportOptions{Prefix: prefix})
123 if err := g.ImportWithOptions(buf.Bytes(), options); err != nil {