···11+// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT.
22+33+package tangled
44+55+// schema: sh.tangled.knot.subscribeRepos
66+77+const (
88+ KnotSubscribeReposNSID = "sh.tangled.knot.subscribeRepos"
99+)
1010+1111+// KnotSubscribeRepos_GitSync1 is a "gitSync1" in the sh.tangled.knot.subscribeRepos schema.
1212+type KnotSubscribeRepos_GitSync1 struct {
1313+ // did: Repository DID identifier
1414+ Did string `json:"did" cborgen:"did"`
1515+ // seq: The stream sequence number of this message.
1616+ Seq int64 `json:"seq" cborgen:"seq"`
1717+}
1818+1919+// KnotSubscribeRepos_GitSync2 is a "gitSync2" in the sh.tangled.knot.subscribeRepos schema.
2020+type KnotSubscribeRepos_GitSync2 struct {
2121+ // did: Repository AT-URI identifier
2222+ Did *string `json:"did,omitempty" cborgen:"did,omitempty"`
2323+ // seq: The stream sequence number of this message.
2424+ Seq int64 `json:"seq" cborgen:"seq"`
2525+}
2626+2727+// KnotSubscribeRepos_Identity is a "identity" in the sh.tangled.knot.subscribeRepos schema.
2828+type KnotSubscribeRepos_Identity struct {
2929+ // did: Repository DID identifier
3030+ Did string `json:"did" cborgen:"did"`
3131+ // seq: The stream sequence number of this message.
3232+ Seq int64 `json:"seq" cborgen:"seq"`
3333+ Time string `json:"time" cborgen:"time"`
3434+}