This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
tool
/
service
Sledovat
2
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
8e8b2995d2
Větve
Značky
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
Historie
Surový
1
2
3
4
5
6
7
8
package connection
type Cursor interface {
NS() Namespace
Id() string
Cursor() string
}