Versions in this module Expand all Collapse all v0 v0.7.1 Dec 26, 2016 Changes in this version + func Date(date time.Time) (*graph.Value, error) + func Datetime(date time.Time) (*graph.Value, error) + func Uid(uid uint64) string + func ValueFromGeoJson(json string) (*graph.Value, 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)