Versions in this module Expand all Collapse all v0 v0.7.3 Feb 22, 2017 Changes in this version + func Password(val string, nq *graph.NQuad) error v0.7.2 Jan 27, 2017 Changes in this version + func Bool(val bool, nq *graph.NQuad) error + func Date(date time.Time, nq *graph.NQuad) error + func Datetime(date time.Time, nq *graph.NQuad) error + func Float(val float64, nq *graph.NQuad) error + func Int(val int32, nq *graph.NQuad) error + func Str(val string, nq *graph.NQuad) error + func Uid(uid uint64) string + func ValueFromGeoJson(json string, nq *graph.NQuad) error + type BatchMutation struct + func NewBatchMutation(ctx context.Context, conn *grpc.ClientConn, size int, pending int) *BatchMutation + func (batch *BatchMutation) AddMutation(nq graph.NQuad, op Op) error + func (batch *BatchMutation) Counter() Counter + func (batch *BatchMutation) Flush() + type Counter struct + Elapsed time.Duration + Mutations uint64 + Rdfs uint64 + type Op int + const DEL + const SET + type Req struct + func (req *Req) AddMutation(nq graph.NQuad, op Op) error + func (req *Req) Request() *graph.Request + func (req *Req) SetQuery(q string) v0.7.2-1 Feb 10, 2017