Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Response ¶
type Response struct { SpaceId string ObjectId string Heads []string SnapshotPath []string Changes []*treechangeproto.RawTreeChangeWithId Root *treechangeproto.RawTreeChangeWithId }
type ResponseProducer ¶
type ResponseProducer interface { NewResponse(batchSize int) (*Response, error) EmptyResponse() *Response }
func NewResponseProducer ¶
func NewResponseProducer(spaceId string, tree objecttree.ObjectTree, theirHeads, theirSnapshotPath []string) (ResponseProducer, error)
Directories ¶
Path | Synopsis |
---|---|
Package mock_response is a generated GoMock package.
|
Package mock_response is a generated GoMock package. |
Click to show internal directories.
Click to hide internal directories.