Documentation ¶
Index ¶
Constants ¶
View Source
const ( FsScheme = "file" ParamChmod = "chmod" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FilesystemStorage ¶
func NewFilesystemStorageFromUri ¶
func NewFilesystemStorageFromUri(uri string) (*FilesystemStorage, error)
func (*FilesystemStorage) CanRead ¶
func (fs *FilesystemStorage) CanRead() error
func (*FilesystemStorage) CanWrite ¶
func (fs *FilesystemStorage) CanWrite() error
func (*FilesystemStorage) Read ¶
func (fs *FilesystemStorage) Read() ([]byte, error)
func (*FilesystemStorage) Write ¶
func (fs *FilesystemStorage) Write(signedData []byte) error
Click to show internal directories.
Click to hide internal directories.