Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ItemProvider ¶
type ItemProvider struct {
// contains filtered or unexported fields
}
func NewItemProvider ¶
func NewItemProvider(pool *pgxpool.Pool) *ItemProvider
func (*ItemProvider) Count ¶
func (ip *ItemProvider) Count() (uint64, error)
func (*ItemProvider) GetItem ¶
func (ip *ItemProvider) GetItem(index uint64) (*data.ItemMetadata, error)
func (*ItemProvider) GetItems ¶
func (ip *ItemProvider) GetItems(from, count uint64) ([]*data.ItemMetadata, error)
type NodeProvider ¶
type NodeProvider struct {
// contains filtered or unexported fields
}
func NewNodeProvider ¶
func NewNodeProvider(pool *pgxpool.Pool) *NodeProvider
Click to show internal directories.
Click to hide internal directories.