Documentation ¶
Overview ¶
Dummy module implementation.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FT ¶
type FT struct{}
FT is a dummy file transfer module. It requests a file from the client and writes it to a file, processes it, and sends it back.
type Repeat ¶
type Repeat struct{}
Repeat repeats the input from the client. It demonstrates the use of the Console method of module.Session to interact with the client.
Click to show internal directories.
Click to hide internal directories.