Something went wrong. Try again.
Monorepo for Tangled
Something went wrong. Try again.
1234567891011121314151617181920212223242526272829303132333435// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT.
package tangled
// schema: sh.tangled.knot.subscribeRepos
const ( KnotSubscribeReposNSID = "sh.tangled.knot.subscribeRepos")
// KnotSubscribeRepos_GitSync1 is a "gitSync1" in the sh.tangled.knot.subscribeRepos schema.type KnotSubscribeRepos_GitSync1 struct { // did: Repository DID identifier Did string `json:"did" cborgen:"did"` // seq: The stream sequence number of this message. Seq int64 `json:"seq" cborgen:"seq"`}
// KnotSubscribeRepos_GitSync2 is a "gitSync2" in the sh.tangled.knot.subscribeRepos schema.type KnotSubscribeRepos_GitSync2 struct { // repo: Repository AT-URI identifier Repo string `json:"repo" cborgen:"repo"` // seq: The stream sequence number of this message. Seq int64 `json:"seq" cborgen:"seq"`}
// KnotSubscribeRepos_Identity is a "identity" in the sh.tangled.knot.subscribeRepos schema.type KnotSubscribeRepos_Identity struct { // did: Repository DID identifier Did string `json:"did" cborgen:"did"` // seq: The stream sequence number of this message. Seq int64 `json:"seq" cborgen:"seq"` Time string `json:"time" cborgen:"time"`}