Versions in this module Expand all Collapse all v1 v1.3.0 Jun 30, 2021 v1.2.2 Jun 30, 2021 v1.2.1 Jun 30, 2021 Changes in this version + func NewUUID() string + type Account struct + ID string + User *UserDoc + type AccountEdge struct + From string + To string + User *UserDoc + type Book struct + Title string + type BookWithAuthor struct + Author string + Title string + type Compare string + const EQ + const GE + const GT + const LE + const LT + const NE + func (c Compare) Compare(a, b driver.Version) bool + func (c Compare) Than(a driver.Version) VersionChecker + type Operator string + const AND + const OR + type RelationEdge struct + From string + To string + Type string + type RouteEdge struct + Distance int + From string + To string + type RouteEdgeWithKey struct + Distance int + From string + Key string + To string + type UserDoc struct + Age int + Name string + type UserDocWithKey struct + Age int + Key string + Name string + type UserDocWithKeyWithOmit struct + Age int + Key string + Name string + type VersionCheck struct + func EnsureVersion(t *testing.T, ctx context.Context, c driver.Client) VersionCheck + func (v VersionCheck) CheckVersion(check VersionChecker) VersionCheck + func (v VersionCheck) Cluster() VersionCheck + func (v VersionCheck) Community() VersionCheck + func (v VersionCheck) Enterprise() VersionCheck + func (v VersionCheck) NotCluster() VersionCheck + type VersionChecker interface + And func(v VersionChecker) VersionChecker + Check func(version driver.Version) bool + Or func(v VersionChecker) VersionChecker + String func(version driver.Version) string + func AbovePatchRelease(version driver.Version) VersionChecker + func BelowPatchRelease(version driver.Version) VersionChecker + func MinimumVersion(version driver.Version) VersionChecker