domain

package
v0.0.0-...-579284f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 19, 2021 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FileListEntry

type FileListEntry struct {
	FullPath     string
	Name         string
	FilenameUuid string
}

func NewFileListEntry

func NewFileListEntry(fullPath string, name string, filenameUuid string) *FileListEntry

type SloeNode

type SloeNode struct {
	Location     string
	SubTree      string
	Name         string
	Type         string
	Uuid         string
	SiteTag      string
	Tags         string
	Title        string
	Leafname     string
	ChildObjects []*SloeNode
}

func LoadSloeNodeFromSource

func LoadSloeNodeFromSource(node *SloeNode, reader io.Reader, filePath string, subTree string) (*SloeNode, error)

func NewSloeNode

func NewSloeNode() SloeNode

func NewSloeNodeFromSource

func NewSloeNodeFromSource(reader io.Reader, filePath string, subTree string) (*SloeNode, error)

func (*SloeNode) AddChildObj

func (n *SloeNode) AddChildObj(node *SloeNode)

type SloeTree

type SloeTree struct {
	Albums map[string]*SloeNode
	Items  map[string]*SloeNode
	Nodes  map[string]*SloeNode
	// contains filtered or unexported fields
}

func NewSloeTree

func NewSloeTree() *SloeTree

func (*SloeTree) LoadFromSource

func (t *SloeTree) LoadFromSource(rootPath string) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL