Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FilesPrimaryPort ¶
FilesPrimaryPort is the entrypoint for the files
func NewFilesService ¶
func NewFilesService(repo ObjectSecondaryPort) FilesPrimaryPort
NewFilesService instantiates the file service with a ObjectSecondaryPort adapter
type Folder ¶
type Folder struct {
Children []string `json:"children"`
}
Folder represents a single folder with a list its children names
type FolderPrimaryPort ¶
FolderPrimaryPort is the entrypoint for the folders
func NewFolderService ¶
func NewFolderService(repo ObjectSecondaryPort) FolderPrimaryPort
NewFolderService instantiates the file service with a ObjectSecondaryPort adapter
Click to show internal directories.
Click to hide internal directories.