Versions in this module Expand all Collapse all v3 v3.0.0 Mar 2, 2023 Changes in this version + var NilPointError = errors.New("assignment to entry in nil map") + var RecordNotFoundError = errors.New("record not found") + func ConvertToCreateEdgeSql(in interface{}, edgeName string, src, dst string) (string, error) + func ConvertToCreateVertexSql(in interface{}, tagName string, vidWithPolicy string) (string, error) + func ConvertToUpsertEdgeSql(in interface{}, edgeName string, src, dst string) (string, error) + func ConvertToUpsertVertexSql(in interface{}, tagName string, vidWithPolicy string) (string, error) + func UnmarshalResultSet(resultSet *dialectors.ResultSet, in interface{}) error Other modules containing this package github.com/zhihu/norm