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
履歴
Raw
1
2
3
4
5
6
7
8
package connection
type Cursor interface {
NS() Namespace
Id() string
Cursor() string
}