Documentation ¶
Index ¶
- Constants
- func New(ctx context.Context, cl zbus.Client, root string) (pkg.QSFSD, error)
- type QSFS
- func (q *QSFS) Metrics() (pkg.QSFSMetrics, error)
- func (q *QSFS) Mount(wlID string, cfg zos.QuantumSafeFS) (info pkg.QSFSInfo, err error)
- func (q *QSFS) SignalDelete(wlID string) error
- func (q *QSFS) Unmount(wlID string)
- func (q *QSFS) UpdateMount(wlID string, cfg zos.QuantumSafeFS) (pkg.QSFSInfo, error)
Constants ¶
View Source
const (
UploadLimit = 100 * 1024 * 1024 // kill it for less 100 MB every 10 minutes
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type QSFS ¶
type QSFS struct {
// contains filtered or unexported fields
}
func (*QSFS) Metrics ¶
func (q *QSFS) Metrics() (pkg.QSFSMetrics, error)
Metrics gets running qsfs network metrics
func (*QSFS) SignalDelete ¶
func (*QSFS) UpdateMount ¶
Click to show internal directories.
Click to hide internal directories.