Documentation ¶
Index ¶
- type BlockRawEventRow
- type BlockRawEventRowData
- type BlockRawEvents
- func (eventsView *BlockRawEvents) FindById(id int64) (*BlockRawEventRow, error)
- func (eventsView *BlockRawEvents) Insert(blockRawEvent *BlockRawEventRow) error
- func (eventsView *BlockRawEvents) InsertAll(blockRawEvents []BlockRawEventRow) error
- func (eventsView *BlockRawEvents) List(filter BlockRawEventsListFilter, order BlockRawEventsListOrder, ...) ([]BlockRawEventRow, *pagination_interface.PaginationResult, error)
- type BlockRawEventsListFilter
- type BlockRawEventsListOrder
- type BlockRawEventsTotal
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockRawEventRow ¶
type BlockRawEventRowData ¶
type BlockRawEventRowData struct { Type string `json:"type"` Content model.BlockResultsEvent `json:"content"` }
type BlockRawEvents ¶
type BlockRawEvents struct {
// contains filtered or unexported fields
}
BlockRawEvents projection view implemented by relational database
func NewBlockRawEvents ¶
func NewBlockRawEvents(handle *rdb.Handle) *BlockRawEvents
func (*BlockRawEvents) FindById ¶
func (eventsView *BlockRawEvents) FindById(id int64) (*BlockRawEventRow, error)
func (*BlockRawEvents) Insert ¶
func (eventsView *BlockRawEvents) Insert(blockRawEvent *BlockRawEventRow) error
func (*BlockRawEvents) InsertAll ¶
func (eventsView *BlockRawEvents) InsertAll(blockRawEvents []BlockRawEventRow) error
func (*BlockRawEvents) List ¶
func (eventsView *BlockRawEvents) List( filter BlockRawEventsListFilter, order BlockRawEventsListOrder, pagination *pagination_interface.Pagination, ) ([]BlockRawEventRow, *pagination_interface.PaginationResult, error)
type BlockRawEventsListFilter ¶
type BlockRawEventsListFilter struct {
MaybeBlockHeight *int64
}
type BlockRawEventsListOrder ¶
type BlockRawEventsTotal ¶
func NewBlockRawEventsTotal ¶
func NewBlockRawEventsTotal(rdbHandle *rdb.Handle) *BlockRawEventsTotal
Click to show internal directories.
Click to hide internal directories.