This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
tool
/
service
Urmărește
2
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
8e8b2995d2
Ramuri
Etichete
main
v0.6.3
v0.6.2
v0.6.0
v0.5.3
v0.5.2
v0.5.1
v0.5.0
v0.4.2
v0.4.1
v0.4.0
v0.3.0
v0.2.0
v0.1.1
v0.1.0
service
/
graphql
/
connection
/
cursor.go
cursor.go
93 B
Istoric
Crud
1
2
3
4
5
6
7
8
package connection
type Cursor interface {
NS() Namespace
Id() string
Cursor() string
}