package __
import "entgo.io/ent/dialect/gremlin/graph/dsl/__"
Index ¶
- func And(args ...any) *dsl.Traversal
- func As(args ...any) *dsl.Traversal
- func Constant(args ...any) *dsl.Traversal
- func Count() *dsl.Traversal
- func Drop() *dsl.Traversal
- func Fold() *dsl.Traversal
- func Has(args ...any) *dsl.Traversal
- func HasNot(args ...any) *dsl.Traversal
- func In(args ...any) *dsl.Traversal
- func InE(args ...any) *dsl.Traversal
- func InV(args ...any) *dsl.Traversal
- func Is(args ...any) *dsl.Traversal
- func New() *dsl.Traversal
- func Not(args ...any) *dsl.Traversal
- func Or(args ...any) *dsl.Traversal
- func OtherV() *dsl.Traversal
- func Out(args ...any) *dsl.Traversal
- func OutE(args ...any) *dsl.Traversal
- func OutV(args ...any) *dsl.Traversal
- func Properties(args ...any) *dsl.Traversal
- func Union(args ...any) *dsl.Traversal
- func V(args ...any) *dsl.Traversal
- func Values(args ...string) *dsl.Traversal
Functions ¶
func And ¶
And is the api for calling __.And().
func As ¶
As is the api for calling __.As().
func Constant ¶
Constant is the api for calling __.Constant().
func Count ¶
Count is the api for calling __.Count().
func Drop ¶
Drop is the api for calling __.Drop().
func Fold ¶
Fold is the api for calling __.Fold().
func Has ¶
Has is the api for calling __.Has().
func HasNot ¶
HasNot is the api for calling __.HasNot().
func In ¶
In is the api for calling __.In().
func InE ¶
InE is the api for calling __.InE().
func InV ¶
InV is the api for calling __.InV().
func Is ¶
Is is the api for calling __.Is().
func New ¶
func Not ¶
Not is the api for calling __.Not().
func Or ¶
Or is the api for calling __.Or().
func OtherV ¶
OtherV is the api for calling __.OtherV().
func Out ¶
Out is the api for calling __.Out().
func OutE ¶
OutE is the api for calling __.OutE().
func OutV ¶
OutV is the api for calling __.OutV().
func Properties ¶
Properties is the api for calling __.Properties().
func Union ¶
Union is the api for calling __.Union().
func V ¶
V is the api for calling __.V().
func Values ¶
Values is the api for calling __.Values().
Source Files ¶
dsl.go
- Version
- v0.14.4 (latest)
- Published
- Mar 17, 2025
- Platform
- linux/amd64
- Imports
- 1 packages
- Last checked
- 1 day ago –
Tools for package owners.