Documentation
¶
Overview ¶
Copyright 2023 The Cloud-Barista Authors.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Copyright 2023 The Cloud-Barista Authors.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Copyright 2023 The Cloud-Barista Authors.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Copyright 2023 The Cloud-Barista Authors.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Index ¶
- type FilterableOSFS
- type OSController
- func (osc *OSController) BucketList() ([]models.Bucket, error)
- func (src *OSController) Copy(dst *OSController, flt *filtering.ObjectFilter) error
- func (osc *OSController) CreateBucket() error
- func (osc *OSController) DeleteBucket() error
- func (osc *OSController) MGet(dirPath string, flt *filtering.ObjectFilter) error
- func (osc *OSController) MPut(dirPath string) error
- func (osc *OSController) ObjectList() ([]*models.Object, error)
- func (o *OSController) ObjectListWithFilter(flt *filtering.ObjectFilter) ([]*models.Object, error)
- type OSFS
- type Option
- type Result
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FilterableOSFS ¶ added in v0.4.3
type FilterableOSFS interface {
ObjectListWithFilter(*filtering.ObjectFilter) ([]*models.Object, error)
}
type OSController ¶
type OSController struct {
// contains filtered or unexported fields
}
func (*OSController) BucketList ¶ added in v0.4.7
func (osc *OSController) BucketList() ([]models.Bucket, error)
func (*OSController) Copy ¶
func (src *OSController) Copy(dst *OSController, flt *filtering.ObjectFilter) error
func (*OSController) CreateBucket ¶
func (osc *OSController) CreateBucket() error
func (*OSController) DeleteBucket ¶
func (osc *OSController) DeleteBucket() error
func (*OSController) MGet ¶
func (osc *OSController) MGet(dirPath string, flt *filtering.ObjectFilter) error
func (*OSController) MPut ¶
func (osc *OSController) MPut(dirPath string) error
func (*OSController) ObjectList ¶
func (osc *OSController) ObjectList() ([]*models.Object, error)
func (*OSController) ObjectListWithFilter ¶ added in v0.4.3
func (o *OSController) ObjectListWithFilter(flt *filtering.ObjectFilter) ([]*models.Object, error)