Directories
¶
| Path | Synopsis |
|---|---|
|
Package amberiroh is the single-import surface of transport-iroh: it re-exports the protocol, wantsync, server and relaymode packages so a consumer can write amberiroh.Msg, amberiroh.Receive, amberiroh.New and amberiroh.FromFlag without importing four paths.
|
Package amberiroh is the single-import surface of transport-iroh: it re-exports the protocol, wantsync, server and relaymode packages so a consumer can write amberiroh.Msg, amberiroh.Receive, amberiroh.New and amberiroh.FromFlag without importing four paths. |
|
cmd
|
|
|
amber
command
Command amber is the amber-store-iroh client: a full local content-addressed store plus push/pull/refs against an amber-serve server reached over iroh QUIC.
|
Command amber is the amber-store-iroh client: a full local content-addressed store plus push/pull/refs against an amber-serve server reached over iroh QUIC. |
|
amber-serve
command
Command amber-serve hosts an amber store over iroh QUIC.
|
Command amber-serve hosts an amber store over iroh QUIC. |
|
Package protocol defines the amber-store-iroh wire protocol: one bidirectional QUIC stream per operation carrying length-prefixed CBOR frames, with amberpack payloads chunked into TData frames.
|
Package protocol defines the amber-store-iroh wire protocol: one bidirectional QUIC stream per operation carrying length-prefixed CBOR frames, with amberpack payloads chunked into TData frames. |
|
Package relaymode maps the --relay CLI flag onto a go-iroh relay mode.
|
Package relaymode maps the --relay CLI flag onto a go-iroh relay mode. |
|
Package server implements the amber-store-iroh server: it owns a store directory and answers push/pull/ref-list operations, one per stream.
|
Package server implements the amber-store-iroh server: it owns a store directory and answers push/pull/ref-list operations, one per stream. |
|
Package wantsync implements both halves of the have/want object-transfer loop: the receiver announces which keys it is missing below a root, the sender answers each round with an amberpack of exactly those objects.
|
Package wantsync implements both halves of the have/want object-transfer loop: the receiver announces which keys it is missing below a root, the sender answers each round with an amberpack of exactly those objects. |
Click to show internal directories.
Click to hide internal directories.