This website works better with JavaScript
首頁
探索
說明
登入
tool
/
service
關注
2
讚好
0
複刻
0
檔案
問題管理
0
合併請求
0
Wiki
目錄樹:
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
文件歷史
原始文件
1
2
3
4
5
6
7
8
package connection
type Cursor interface {
NS() Namespace
Id() string
Cursor() string
}