Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetNodeByPathResponseInfoWrapper ¶
type GetNodeByPathResponseInfoWrapper struct {
// contains filtered or unexported fields
}
func (GetNodeByPathResponseInfoWrapper) GetMeta ¶
func (n GetNodeByPathResponseInfoWrapper) GetMeta() []tree.Meta
func (GetNodeByPathResponseInfoWrapper) GetNodeID ¶
func (n GetNodeByPathResponseInfoWrapper) GetNodeID() uint64
func (GetNodeByPathResponseInfoWrapper) GetParentID ¶
func (n GetNodeByPathResponseInfoWrapper) GetParentID() uint64
func (GetNodeByPathResponseInfoWrapper) GetTimestamp ¶
func (n GetNodeByPathResponseInfoWrapper) GetTimestamp() uint64
type GetSubTreeResponseBodyWrapper ¶
type GetSubTreeResponseBodyWrapper struct {
// contains filtered or unexported fields
}
func (GetSubTreeResponseBodyWrapper) GetMeta ¶
func (n GetSubTreeResponseBodyWrapper) GetMeta() []tree.Meta
func (GetSubTreeResponseBodyWrapper) GetNodeID ¶
func (n GetSubTreeResponseBodyWrapper) GetNodeID() uint64
func (GetSubTreeResponseBodyWrapper) GetParentID ¶
func (n GetSubTreeResponseBodyWrapper) GetParentID() uint64
func (GetSubTreeResponseBodyWrapper) GetTimestamp ¶
func (n GetSubTreeResponseBodyWrapper) GetTimestamp() uint64
type PoolWrapper ¶
type PoolWrapper struct {
// contains filtered or unexported fields
}
func NewPoolWrapper ¶
func NewPoolWrapper(p *treepool.Pool) *PoolWrapper
func (*PoolWrapper) GetNodes ¶
func (w *PoolWrapper) GetNodes(ctx context.Context, prm *tree.GetNodesParams) ([]tree.NodeResponse, error)
Click to show internal directories.
Click to hide internal directories.