 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NetworkInfo ¶ added in v0.16.0
type NetworkInfo interface {
	netmap.State
	// Must return the lifespan of the tombstones
	// in the NeoFS epochs.
	TombstoneLifetime() (uint64, error)
}
    NetworkInfo wraps network state and configurations.
type Option ¶
type Option func(*cfg)
Option is a Service's constructor option.
func WithHeadService ¶ added in v0.13.0
WithHeadService returns option to set Head service to work with object headers.
func WithLogger ¶ added in v0.12.1
WithLogger returns option to specify Delete service's logger.
func WithNetworkInfo ¶ added in v0.16.0
func WithNetworkInfo(netInfo NetworkInfo) Option
WithNetworkInfo returns option to set network information source.
func WithPutService ¶
WithClientOptions returns option to specify options of remote node clients.
func WithSearchService ¶ added in v0.13.0
WithClientCache returns option to set cache of remote node clients.
type Prm ¶
type Prm struct {
	client.DeleteObjectParams
	// contains filtered or unexported fields
}
    Prm groups parameters of Delete service call.
func (*Prm) SetCommonParameters ¶ added in v0.13.0
SetCommonParameters sets common parameters of the operation.
 Click to show internal directories. 
   Click to hide internal directories.