Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Engine ¶
type Engine struct {
// contains filtered or unexported fields
}
Engine builds repo transactions against one world object.
func NewEngine ¶
func NewEngine(ctx context.Context, ws world.WorldState, obj world.ObjectState) *Engine
NewEngine constructs a repo filesystem engine.
func (*Engine) AddDotGitChangeCb ¶
func (e *Engine) AddDotGitChangeCb(cb func()) func()
AddDotGitChangeCb registers a repo-level change callback.
Click to show internal directories.
Click to hide internal directories.