Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Group ¶
type Group struct {
Id string `json:"_id"`
Timestamp int64 `json:"timestamp"`
Nodes []domain.NodeReference `json:"nodes"`
Owner string `json:"owner"`
Modified int64 `json:"modified"`
}
func (Group) ExistsNode ¶
func (*Group) FixNodesOrder ¶
func (Group) PersistenceId ¶
func (*Group) ResolveNode ¶
func (c *Group) ResolveNode(item string) (*domain.NodeReference, bool)
Click to show internal directories.
Click to hide internal directories.