Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChangeFactory ¶
type ChangeFactory interface {
CreateObjectDeleteChange(id string, state *State, isSnapshot bool) (res []byte, err error)
}
func NewChangeFactory ¶
func NewChangeFactory() ChangeFactory
type State ¶
func NewStateFromSnapshot ¶
func NewStateFromSnapshot(snapshot *spacesyncproto.SpaceSettingsSnapshot, lastIteratedId string) *State
type StateBuilder ¶
type StateBuilder interface {
Build(tree objecttree.ReadableObjectTree, state *State) (*State, error)
}
func NewStateBuilder ¶
func NewStateBuilder() StateBuilder
Directories ¶
Path | Synopsis |
---|---|
Package mock_settingsstate is a generated GoMock package.
|
Package mock_settingsstate is a generated GoMock package. |
Click to show internal directories.
Click to hide internal directories.