Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CmdCatChunks ¶ added in v1.5.0
(AI GENERATED DESCRIPTION): Creates a Cobra command that retrieves the data object for a given name prefix and writes its content to standard output.
func CmdPingClient ¶ added in v1.5.0
(AI GENERATED DESCRIPTION): Creates a Cobra command that sends ping Interests to a specified name prefix, allowing configuration of interval, timeout, count, and starting sequence number.
func CmdPingServer ¶ added in v1.5.0
(AI GENERATED DESCRIPTION): Creates a Cobra command that starts a ping server under a specified name prefix, with an optional flag to expose the prefix registration using the client origin.
func CmdPutChunks ¶ added in v1.5.0
(AI GENERATED DESCRIPTION): Creates a Cobra command that publishes data chunks read from standard input under a specified name prefix, optionally registering the prefix with the client origin.
Types ¶
type PingClient ¶
type PingClient struct {
// contains filtered or unexported fields
}
func (*PingClient) String ¶ added in v1.4.3
func (pc *PingClient) String() string
(AI GENERATED DESCRIPTION): Returns a fixed string identifying the PingClient instance, always returning “ping”.
type PingServer ¶
type PingServer struct {
// contains filtered or unexported fields
}
func (*PingServer) String ¶ added in v1.4.3
func (ps *PingServer) String() string
(AI GENERATED DESCRIPTION): Returns a constant string identifying the PingServer, used as its string representation.