Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Echo = commands.MustParse[*EchoArguments]("/debug/echo")
Functions ¶
This section is empty.
Types ¶
type EchoArguments ¶
type EchoArguments struct {
Message string `cborgen:"message" dagjsongen:"message"`
}
func (*EchoArguments) MarshalCBOR ¶
func (t *EchoArguments) MarshalCBOR(w io.Writer) error
func (*EchoArguments) MarshalDagJSON ¶
func (t *EchoArguments) MarshalDagJSON(w io.Writer) error
func (*EchoArguments) UnmarshalCBOR ¶
func (t *EchoArguments) UnmarshalCBOR(r io.Reader) (err error)
func (*EchoArguments) UnmarshalDagJSON ¶
func (t *EchoArguments) UnmarshalDagJSON(r io.Reader) (err error)
type EchoOK ¶
type EchoOK = EchoArguments
Click to show internal directories.
Click to hide internal directories.