You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- package mount
-
- import cdssdk "gitlink.org.cn/cloudream/common/sdks/storage"
-
- type Mount struct{}
-
- func (m *Mount) Start() {
-
- }
-
- func (m *Mount) NotifyObjectInvalid(obj cdssdk.Object) {
-
- }
-
- func (m *Mount) NotifyPackageInvalid(pkg cdssdk.Package) {
-
- }
-
- func (m *Mount) NotifyBucketInvalid(bkt cdssdk.Bucket) {
-
- }
|