Documentation ¶
Index ¶
- Variables
- type NodeSet
- func FromDataPath(path string) ([]NodeSet, error)
- func FromFacePath(path string) ([]NodeSet, error)
- func FromFullPath(path string) (*NodeSet, error)
- func FromGUIDs(guids []string) (*NodeSet, error)
- func FromHash(hash string) (*NodeSet, error)
- func FromSubdirPath(subdir string, path string) ([]NodeSet, error)
- func MountList() []NodeSet
- func SetsContaining(guid string) ([]NodeSet, error)
- func (ns *NodeSet) Add(guids []string) (*NodeSet, error)
- func (ns *NodeSet) Aliases() []string
- func (ns *NodeSet) Contains(guid string) bool
- func (ns *NodeSet) DataDir() string
- func (ns *NodeSet) FacesDir() string
- func (ns *NodeSet) GUIDs() []string
- func (ns *NodeSet) IgnoreFile() string
- func (ns *NodeSet) MessagesDir() string
- func (ns *NodeSet) RemovePath(path string) error
- func (ns *NodeSet) Sub(guids []string) (*NodeSet, error)
- type NodeSetPair
Constants ¶
This section is empty.
Variables ¶
View Source
var PathDoesNotExistError = errors.New("Path does not exist in synced nodesets.")
Functions ¶
This section is empty.
Types ¶
type NodeSet ¶
type NodeSet struct { ID string FolderName string PlainPath string Nodes []config.NodeConfig }
func FromDataPath ¶
func FromFacePath ¶
func FromFullPath ¶
func SetsContaining ¶
func (*NodeSet) IgnoreFile ¶
func (*NodeSet) MessagesDir ¶
func (*NodeSet) RemovePath ¶
type NodeSetPair ¶
Click to show internal directories.
Click to hide internal directories.