Documentation
¶
Index ¶
Constants ¶
View Source
const ( // RepoRootPath defines the filesystem root path of the repository data collections. RepoRootPath = "/.repo" // RepoExportPath defines the filesystem root path of the exported repository data collections. RepoExportPath = "/cephfs/data/export" // RepoNamespace is the iRODS namespace in which organisation units of the repository are located. RepoNamespace = "/nl.ru.donders/di" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CollExport ¶
type CollExport struct { Path string `json:"path"` OU string `json:"ou"` ViewersRepo []string `json:"viewersRepo"` }
CollExport maintains a data structure for operating on a repository collection to be exported.
Click to show internal directories.
Click to hide internal directories.