Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Context ¶
type Context interface { roam.Context // GardenDir is the directory that the garden is planted in. GardenDir() string }
Context represents values needed by the garden.
type Gardener ¶
type Gardener struct {
// contains filtered or unexported fields
}
Gardener plants nodes in the garden.
func NewGardener ¶
NewGardener returns a new gardener and builds backlings from the given roam directory.
Click to show internal directories.
Click to hide internal directories.