This website works better with JavaScript
홈
탐색
도움말
로그인
tool
/
service
Watch
2
Star
0
포크
0
파일
이슈
0
풀 리퀘스트
0
위키
트리:
8e8b2995d2
브랜치
태그
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
히스토리
Raw
1
2
3
4
5
6
7
8
package connection
type Cursor interface {
NS() Namespace
Id() string
Cursor() string
}