Documentation ¶
Index ¶
- type Option
- type Storage
- func (s *Storage) Delete(addr *objectSDK.Address) error
- func (s *Storage) Get(addr *objectSDK.Address) (*object.Object, error)
- func (s *Storage) Head(addr *objectSDK.Address) (*object.Object, error)
- func (s *Storage) Put(obj *object.Object) error
- func (s *Storage) Select(fs objectSDK.SearchFilters) ([]*objectSDK.Address, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶ added in v0.12.0
type Option func(*cfg)
Option is an option of Storage constructor.
func WithLogger ¶ added in v0.12.0
WithLogger returns Storage option of used logger.
Click to show internal directories.
Click to hide internal directories.