Versions in this module Expand all Collapse all v0 v0.1.1 Aug 25, 2021 v0.1.0 Aug 24, 2021 Changes in this version + type Control struct + func NewControl(basePath string) (*Control, error) + func (q *Control) GetDiskUsage(targetPath string, usage *directory.DiskUsage) error + func (q *Control) GetQuota(targetPath string, quota *Quota) error + func (q *Control) SetQuota(targetPath string, quota Quota) error + type Quota struct + Inodes uint64 + Size uint64