Documentation
¶
Overview ¶
Package addr is the importable, COMPILED-IN host-coupled `addr` check verb: an outside-in TCP reachability probe of a host:port — in-container `nc` under charly check box, a host-side dial under charly check live. It implements kit.CheckVerbProvider — RunVerb runs the probe via the live kit.CheckContext. Relocated out of charly's module (formerly charly/plugin/builtins/addr + charly/plugin_addr.go) onto the sdk/kit contract; COMPILED-IN-ONLY.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCheckVerb ¶
func NewCheckVerb() kit.CheckVerbProvider
NewCheckVerb returns the addr verb as a kit.CheckVerbProvider for compiled-in registration.
func NewMeta ¶
func NewMeta() pb.PluginMetaServer
NewMeta advertises verb:addr (plugin_input #AddrInput) + the embedded CUE schema, via sdk.NewMeta — the ONE meta both placements use (compiled-in registerCompiledCheckVerb reads it via Describe; cmd/serve serves it out-of-process), so a kit candy has the SAME NewCheckVerb()+NewMeta() shape as every pb-provider plugin (R3).
Types ¶
This section is empty.
Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
serve
command
Command serve is the OUT-OF-PROCESS entrypoint for the addr kit check verb (M1): a thin shim serving the importable verb over go-plugin gRPC via sdk.ServeCheckVerb, which reconstructs the kit.CheckContext from the host's reverse channel.
|
Command serve is the OUT-OF-PROCESS entrypoint for the addr kit check verb (M1): a thin shim serving the importable verb over go-plugin gRPC via sdk.ServeCheckVerb, which reconstructs the kit.CheckContext from the host's reverse channel. |