Documentation
¶
Index ¶
- func Clients(w http.ResponseWriter, r *http.Request)
- func CustomFileServer(handler http.Handler, root http.FileSystem, NotFoundHandler http.HandlerFunc) http.Handler
- func Epoch(w http.ResponseWriter, r *http.Request)
- func Epochs(w http.ResponseWriter, r *http.Request)
- func Index(w http.ResponseWriter, r *http.Request)
- func InitPageData(w http.ResponseWriter, r *http.Request, active, path, title string, ...) *types.PageData
- func NotFound(w http.ResponseWriter, r *http.Request)
- func Search(w http.ResponseWriter, r *http.Request)
- func SearchAhead(w http.ResponseWriter, r *http.Request)
- func Slot(w http.ResponseWriter, r *http.Request)
- func SlotBlob(w http.ResponseWriter, r *http.Request)
- func Slots(w http.ResponseWriter, r *http.Request)
- func Validator(w http.ResponseWriter, r *http.Request)
- func ValidatorSlots(w http.ResponseWriter, r *http.Request)
- func Validators(w http.ResponseWriter, r *http.Request)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Clients ¶ added in v1.3.0
func Clients(w http.ResponseWriter, r *http.Request)
Clients will return the main "clients" page using a go template
func CustomFileServer ¶
func CustomFileServer(handler http.Handler, root http.FileSystem, NotFoundHandler http.HandlerFunc) http.Handler
Custom FileServer which does the same as http.FileServer, but serves custom page on 404 error
func Epoch ¶
func Epoch(w http.ResponseWriter, r *http.Request)
Epoch will return the main "epoch" page using a go template
func Epochs ¶
func Epochs(w http.ResponseWriter, r *http.Request)
Epochs will return the main "epochs" page using a go template
func Index ¶
func Index(w http.ResponseWriter, r *http.Request)
Index will return the main "index" page using a go template
func InitPageData ¶
func Search ¶
func Search(w http.ResponseWriter, r *http.Request)
Search will return the main "search" page using a go template
func SearchAhead ¶
func SearchAhead(w http.ResponseWriter, r *http.Request)
SearchAhead handles responses for the frontend search boxes
func Slot ¶
func Slot(w http.ResponseWriter, r *http.Request)
Index will return the main "index" page using a go template
func SlotBlob ¶ added in v1.1.0
func SlotBlob(w http.ResponseWriter, r *http.Request)
SlotBlob handles responses for the block blobs tab
func Slots ¶
func Slots(w http.ResponseWriter, r *http.Request)
Slots will return the main "slots" page using a go template
func Validator ¶ added in v1.1.0
func Validator(w http.ResponseWriter, r *http.Request)
Validator will return the main "validator" page using a go template
func ValidatorSlots ¶ added in v1.2.0
func ValidatorSlots(w http.ResponseWriter, r *http.Request)
Slots will return the main "slots" page using a go template
func Validators ¶ added in v1.1.0
func Validators(w http.ResponseWriter, r *http.Request)
Validators will return the main "validators" page using a go template
Types ¶
This section is empty.