···73737474type Event struct {
75757676- // User is the DID of the user this event is about
7777- User string
7676+ // Repo is the DID of the repo this event is about
7777+ Repo string
78787979 Kind string
80808181- RepoOps []*RepoOp
8282- RepoReset bool
8383- CarSlice []byte
8181+ RepoOps []*RepoOp
8282+ RepoRebase bool
8383+ CarSlice []byte
84848585 // some private fields for internal routing perf
8686 PrivUid uint `json:"-"`