Documentation
¶
Overview ¶
Package direct is a transport.Interface implementation, which simply forwards given addresses "as is", without any modifications.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// Dummy field is only user for testing.
Dummy string `json:"-"`
}
Config represents host configuration for direct communication.
Using this struct will use local network and local filesystem.
Click to show internal directories.
Click to hide internal directories.