Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Api ¶
type Api struct { Router *chi.Mux // contains filtered or unexported fields }
func NewApi ¶
func NewApi(bv database.BridgeView) *Api
func (*Api) DepositsHandler ¶
func (a *Api) DepositsHandler(w http.ResponseWriter, r *http.Request)
func (*Api) HealthzHandler ¶
func (a *Api) HealthzHandler(w http.ResponseWriter, r *http.Request)
func (*Api) WithdrawalsHandler ¶
func (a *Api) WithdrawalsHandler(w http.ResponseWriter, r *http.Request)
type PaginationResponse ¶
Click to show internal directories.
Click to hide internal directories.