Categorygithub.com/aos-dev/go-service-fs/v2
modulepackage
2.1.0
Repository: https://github.com/aos-dev/go-service-fs.git
Documentation: pkg.go.dev

# README

go-services-fs

Build Status License go storage dev

fs services support for go-storage

Install

go get github.com/aos-dev/go-service-fs/v2

# Packages

No description provided by the author

# Functions

GetObjectMetadata will get ObjectMetadata from Object.
NewStorager will create Storager only.
WithDefaultStoragePairs will apply default_storage_pairs value to Options DefaultStoragePairs set default pairs for storager actions.

# Constants

This is a block device.
This is a character device.
This is a directory.
This is a named pipe (FIFO).
This is a symbolic link.
This is a regular file.
This is a UNIX domain socket.
The file type is unknown.
WhiteOut from BSD, don't know what's it mean.
No description provided by the author
No description provided by the author
Std{in/out/err} support.
No description provided by the author
Type is the type for fs.

# Structs

DefaultStoragePairs is default pairs for specific action.
ObjectMetadata stores service metadata for object.
Storage is the fs client.