Documentation
¶
Index ¶
- type Option
- func WithContainerSource(v container.Source) Option
- func WithKeyStorage(v *objutil.KeyStorage) Option
- func WithLocalAddressSource(v network.LocalAddressSource) Option
- func WithLocalStorage(v *localstore.Storage) Option
- func WithNetworkMapSource(v netmap.Source) Option
- func WithRightChildSearcher(v RelationSearcher) Option
- func WithWorkerPool(v util.WorkerPool) Option
- type Prm
- type RelationHeader
- type RelationSearcher
- 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 WithContainerSource ¶
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 WithRightChildSearcher ¶
func WithRightChildSearcher(v RelationSearcher) Option
func WithWorkerPool ¶
func WithWorkerPool(v util.WorkerPool) Option
type RelationHeader ¶
type RelationHeader struct {
// contains filtered or unexported fields
}
func NewRelationHeader ¶
func NewRelationHeader(srch RelationSearcher, svc *Service) *RelationHeader
func (*RelationHeader) HeadRelation ¶
type RelationSearcher ¶
type Response ¶
type Response struct {
// contains filtered or unexported fields
}
func (*Response) RightChild ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.