headsvc

package
v0.12.0-rc1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 2, 2020 License: GPL-3.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Option

type Option func(*cfg)

func WithContainerSource

func WithContainerSource(v container.Source) Option

func WithKeyStorage

func WithKeyStorage(v *objutil.KeyStorage) Option

func WithLocalAddressSource

func WithLocalAddressSource(v network.LocalAddressSource) Option

func WithLocalStorage

func WithLocalStorage(v *localstore.Storage) Option

func WithNetworkMapSource

func WithNetworkMapSource(v netmap.Source) Option

func WithRightChildSearcher

func WithRightChildSearcher(v RelationSearcher) Option

func WithWorkerPool

func WithWorkerPool(v util.WorkerPool) Option

type Prm

type Prm struct {
	// contains filtered or unexported fields
}

func (*Prm) Short

func (p *Prm) Short(v bool) *Prm

func (*Prm) WithAddress

func (p *Prm) WithAddress(v *object.Address) *Prm

func (*Prm) WithCommonPrm

func (p *Prm) WithCommonPrm(v *util.CommonPrm) *Prm

type RelationHeader

type RelationHeader struct {
	// contains filtered or unexported fields
}

func NewRelationHeader

func NewRelationHeader(srch RelationSearcher, svc *Service) *RelationHeader

func (*RelationHeader) HeadRelation

func (h *RelationHeader) HeadRelation(ctx context.Context, addr *objectSDK.Address) (*object.Object, error)

type RelationSearcher

type RelationSearcher interface {
	SearchRelation(context.Context, *objectSDK.Address) (*objectSDK.ID, error)
}

type Response

type Response struct {
	// contains filtered or unexported fields
}

func (*Response) Header

func (r *Response) Header() *object.Object

func (*Response) RightChild

func (r *Response) RightChild() *object.Object

type Service

type Service struct {
	// contains filtered or unexported fields
}

func NewService

func NewService(opts ...Option) *Service

func (*Service) Head

func (s *Service) Head(ctx context.Context, prm *Prm) (*Response, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL