package cbor_serialization
import "codeberg.org/eris/eris-go/cbor_serialization"
Index ¶
- func CollectCaps(r io.Reader) (caps []eris.ReadCapability, err error)
- type DumpStore
- func NewDumpStore(path string) (store *DumpStore, err error)
- func (store *DumpStore) Allowed() eris.AllowOps
- func (store *DumpStore) Close() error
- func (server *DumpStore) Drop(ref eris.Ref) error
- func (store *DumpStore) Get(ctx context.Context, chunk []byte, ref eris.Ref) error
- func (store *DumpStore) Has(ctx context.Context, ref eris.Ref, chunkSize int) bool
- func (store *DumpStore) Put(ctx context.Context, chunk []byte, ref eris.Ref) (err error)
Functions ¶
func CollectCaps ¶
func CollectCaps(r io.Reader) (caps []eris.ReadCapability, err error)
Types ¶
type DumpStore ¶
type DumpStore struct {
// contains filtered or unexported fields
}
func NewDumpStore ¶
func (*DumpStore) Allowed ¶
func (*DumpStore) Close ¶
func (*DumpStore) Drop ¶
func (*DumpStore) Get ¶
func (*DumpStore) Has ¶
func (*DumpStore) Put ¶
Source Files ¶
caps.go outgoing.go
- Version
- v0.0.0-20250117134628-64f8be33f6fe (latest)
- Published
- Jan 17, 2025
- Platform
- linux/amd64
- Imports
- 6 packages
- Last checked
- 1 day ago –
Tools for package owners.