Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Version = "v0.1.0" GitRev = "undefined" GitBranch = "undefined" BuildDate = "Fri, 17 Jun 1988 01:58:00 +0200" )
Populated during build, don't touch!
Functions ¶
func PrintVersion ¶
PrintVersion prints version info into the provided io.Writer.
Types ¶
type FullVersion ¶
type FullVersion struct {
Version string
GitRev string
GitBranch string
BuildDate string
GoVersion string
OS string
Arch string
}
func GetVersion ¶
func GetVersion() FullVersion
func (FullVersion) Brief ¶ added in v0.1.0
func (f FullVersion) Brief() string
func (FullVersion) String ¶
func (f FullVersion) String() string
Directories
¶
| Path | Synopsis |
|---|---|
|
autoclaim
|
|
|
api/docs
Package docs Code generated by swaggo/swag.
|
Package docs Code generated by swaggo/swag. |
|
apitypes
Package apitypes holds the shared Auto Claim REST DTOs and query parsing used by both the public bridge-service endpoints and the standalone Auto Claim admin API.
|
Package apitypes holds the shared Auto Claim REST DTOs and query parsing used by both the public bridge-service endpoints and the standalone Auto Claim admin API. |
|
docs
Package docs Code generated by swaggo/swag.
|
Package docs Code generated by swaggo/swag. |
|
Package bridgeservicefinder resolves and serves the bridge service REST URL and the JSON-RPC endpoint for every network attached to a given rollup manager.
|
Package bridgeservicefinder resolves and serves the bridge service REST URL and the JSON-RPC endpoint for every network attached to a given rollup manager. |
|
api/docs
Package docs Code generated by swaggo/swag.
|
Package docs Code generated by swaggo/swag. |
|
domain
Package domain holds the pure business rules of the bridge tracker: decisions that depend only on bridge facts, with no I/O and no dependency on the ports or adapters.
|
Package domain holds the pure business rules of the bridge tracker: decisions that depend only on bridge facts, with no I/O and no dependency on the ports or adapters. |
|
sources
Package sources implements the driven fact ports of the bridge tracker engine (bridgetracker.BridgeEventSource, GERSource, LERSource, ClaimSource, CertificateSource) over the real backends: the per-network JSON-RPC endpoints and the aggkit bridge service REST API, both resolved per network through the bridgeservicefinder.
|
Package sources implements the driven fact ports of the bridge tracker engine (bridgetracker.BridgeEventSource, GERSource, LERSource, ClaimSource, CertificateSource) over the real backends: the per-network JSON-RPC endpoints and the aggkit bridge service REST API, both resolved per network through the bridgeservicefinder. |
|
Package proxy implements the bridge-service reverse proxy component: it exposes the aggkit bridge service REST API on the shared HTTP server and forwards every request to the bridge service of the network selected by the request's network_id query parameter, resolved (and kept fresh) through the bridgeservicefinder.
|
Package proxy implements the bridge-service reverse proxy component: it exposes the aggkit bridge service REST API on the shared HTTP server and forwards every request to the bridge service of the network selected by the request's network_id query parameter, resolved (and kept fresh) through the bridgeservicefinder. |
|
cmd
command
|
|
|
test
|
|
|
tools
|
|
|
aggsender_find_imported_bridge
command
|
|
|
backward_forward_let/cmd
command
|
|
|
exit_certificate/cmd
command
|
|
|
exit_certificate/scripts/agglayer_status
command
Command agglayer_status prints the status and height of the latest agglayer certificate for an L2 network, using the same agglayer gRPC client as the exit_certificate tool.
|
Command agglayer_status prints the status and height of the latest agglayer certificate for an L2 network, using the same agglayer gRPC client as the exit_certificate tool. |
|
force_ger_update/cmd
command
|
|
|
get_initial_ler/cmd
command
|
|
|
remove_ger/cmd
command
|
|
Click to show internal directories.
Click to hide internal directories.