Versions in this module Expand all Collapse all v0 v0.1.0 Dec 3, 2019 Changes in this version + type INode interface + Create func(ctx context.Context, item schema.Node) error + Delete func(ctx context.Context, UUID string) error + Get func(ctx context.Context, UUID string, opts ...schema.NodeQueryOptions) (*schema.Node, error) + Query func(ctx context.Context, params schema.NodeQueryParam, ...) (*schema.NodeQueryResult, error) + Update func(ctx context.Context, UUID string, item schema.Node) error + type IPrimitive interface + Create func(ctx context.Context, item schema.Primitive) error + Delete func(ctx context.Context, UUID string) error + Get func(ctx context.Context, UUID string, opts ...schema.PrimitiveQueryOptions) (*schema.Primitive, error) + Query func(ctx context.Context, params schema.PrimitiveQueryParam, ...) (*schema.PrimitiveQueryResult, error) + Update func(ctx context.Context, UUID string, item schema.Primitive) error