Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Item ¶ added in v0.0.7
type Item interface {
ID() string
Name() string
Description() string
Owner() string
Location() string
Inventory() string
Created() time.Time
Updated() time.Time
}
Item defines the behavior common to an item..
type Link ¶ added in v0.0.7
type Link interface {
ID() string
Name() string
Description() string
Owner() string
Location() string
Destination() string
Created() time.Time
Updated() time.Time
}
Link defines the behavior common to a link.
Click to show internal directories.
Click to hide internal directories.