Versions in this module Expand all Collapse all v1 v1.15.1 Sep 9, 2024 v1.15.0 Sep 3, 2024 Changes in this version + const FsScheme + const ParamChmod + type BufferPod struct + Data []byte + func (b *BufferPod) CanRead() error + func (b *BufferPod) CanWrite() error + func (b *BufferPod) Read() ([]byte, error) + func (b *BufferPod) Write(data []byte) error + type FilesystemStorage struct + FileGroup *int + FileOwner *int + FilePath string + Mode os.FileMode + func NewFilesystemStorageFromUri(uri string) (*FilesystemStorage, error) + func (fs *FilesystemStorage) CanRead() error + func (fs *FilesystemStorage) CanWrite() error + func (fs *FilesystemStorage) Read() ([]byte, error) + func (fs *FilesystemStorage) Write(signedData []byte) error