Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewGetByHeightHttpHandler ¶
func NewGetByHeightHttpHandler(db *psql.Store, c figmentclient.Client) *getByHeightHttpHandler
func NewGetByHeightUseCase ¶
func NewGetByHeightUseCase(db *psql.Store, c figmentclient.Client) *getByHeightUseCase
Types ¶
type ListView ¶
type ListView struct {
Items []*figmentclient.Transaction `json:"items"`
}
func ToListView ¶
func ToListView(rawTransactions []*figmentclient.Transaction) *ListView
Click to show internal directories.
Click to hide internal directories.