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 WithWorkerPool(v util.WorkerPool) Option
- type Prm
- type RelationSearcher
- type Response
- type Service
- type Streamer
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 WithWorkerPool ¶
func WithWorkerPool(v util.WorkerPool) Option
type RelationSearcher ¶
type RelationSearcher struct {
// contains filtered or unexported fields
}
func NewLinkingSearcher ¶
func NewLinkingSearcher(svc *Service) *RelationSearcher
func NewRightChildSearcher ¶
func NewRightChildSearcher(svc *Service) *RelationSearcher
Source Files ¶
Click to show internal directories.
Click to hide internal directories.