Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Console ¶
type Console struct {
// contains filtered or unexported fields
}
func NewConsole ¶
func NewConsole(config *config.Config, logger *zap.Logger, e *echo.Echo, pool *pgxpool.Pool, ethService *eth.EthService, coreService v1connect.CoreServiceHandler, storageService storagev1connect.StorageServiceHandler) (*Console, error)
type HealthCheckResponse ¶
type HealthCheckResponse struct {
Healthy bool `json:"healthy"`
Errors []string `json:"errors"`
TotalBlocks int64 `json:"totalBlocks"`
TotalTransactions int64 `json:"totalTransactions"`
ChainId string `json:"chainId"`
EthAddress string `json:"ethAddress"`
CometAddress string `json:"cometAddress"`
Git string `json:"git"`
}
Source Files
¶
Directories
¶
| Path | Synopsis |
|---|---|
|
templui
|
|
|
components/icon
templui component icon - version: v0.95.0 installed by templui v0.95.0
|
templui component icon - version: v0.95.0 installed by templui v0.95.0 |
|
utils
templui util templui.go - version: v0.95.0 installed by templui v0.95.0
|
templui util templui.go - version: v0.95.0 installed by templui v0.95.0 |
|
components
templ: version: v0.3.898
|
templ: version: v0.3.898 |
|
layout
templ: version: v0.3.898
|
templ: version: v0.3.898 |
|
pages
templ: version: v0.3.898
|
templ: version: v0.3.898 |
Click to show internal directories.
Click to hide internal directories.