 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Source ¶
type Source struct {
	// contains filtered or unexported fields
}
    Source represents wrapper over the object service that allows checking if a tombstone is available in FrostFS network.
Must be created via NewSource function. `var` and `Source{}` declarations leads to undefined behaviour and may lead to panics.
func NewSource ¶
func NewSource(p TombstoneSourcePrm) Source
NewSource creates, initialize and returns local tombstone Source. The returned structure is ready to use.
Panics if any of the provided options does not allow constructing a valid tombstone local Source.
type TombstoneSourcePrm ¶
type TombstoneSourcePrm struct {
	// contains filtered or unexported fields
}
    TombstoneSourcePrm groups required parameters for Source creation.
func (*TombstoneSourcePrm) SetGetService ¶
func (s *TombstoneSourcePrm) SetGetService(v *getsvc.Service)
SetGetService sets object service.
 Click to show internal directories. 
   Click to hide internal directories.