The highest tagged major version is
v2.
package
Version:
v1.10.0
Opens a new window with list of versions in this module.
Published: Aug 9, 2021
License: Apache-2.0, Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package config should be moved to internal
type Bound struct {
Lower, Upper int64
}
Bound defines a lower and upper bound.
CS3 is the cs3 implementation of the storage.
Config merges all Account config parameters.
New returns a new config.
type Disk struct {
Path string
}
Disk is the local disk implementation of the storage.
type Index struct {
UID, GID Bound
}
Index defines config for indexes.
type Repo struct {
Disk Disk
CS3 CS3
}
Repo defines which storage implementation is to be used.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.