Documentation ¶
Index ¶
- type Option
- func WithClientCache(v *cache.ClientCache) Option
- func WithClientOptions(opts ...client.Option) Option
- func WithContainerSource(v container.Source) Option
- func WithHeadService(v *headsvc.Service) Option
- func WithKeyStorage(v *objutil.KeyStorage) Option
- func WithLocalAddressSource(v network.LocalAddressSource) Option
- func WithLocalStorage(v *engine.StorageEngine) Option
- func WithLogger(l *logger.Logger) Option
- func WithNetworkMapSource(v netmap.Source) Option
- func WithRangeService(v *getsvc.Service) Option
- func WithWorkerPool(v util.WorkerPool) Option
- type Prm
- type Response
- type Service
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option func(*cfg)
func WithClientCache ¶ added in v0.12.1
func WithClientCache(v *cache.ClientCache) Option
func WithClientOptions ¶ added in v0.12.1
func WithContainerSource ¶
func WithHeadService ¶
func WithKeyStorage ¶
func WithKeyStorage(v *objutil.KeyStorage) Option
func WithLocalAddressSource ¶
func WithLocalAddressSource(v network.LocalAddressSource) Option
func WithLocalStorage ¶
func WithLocalStorage(v *engine.StorageEngine) Option
func WithLogger ¶ added in v0.12.1
func WithNetworkMapSource ¶
func WithRangeService ¶
func WithWorkerPool ¶
func WithWorkerPool(v util.WorkerPool) Option
type Prm ¶
type Prm struct {
// contains filtered or unexported fields
}
func (*Prm) WithChecksumType ¶
func (p *Prm) WithChecksumType(typ pkg.ChecksumType) *Prm
Source Files ¶
Click to show internal directories.
Click to hide internal directories.