Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrorTransport = fmt.Errorf("transport error")
)
Functions ¶
func GetTransports ¶
func GetTransports() []string
func RegisterTransportDriver ¶
func RegisterTransportDriver(name string, t TransportDriver)
Types ¶
type DriverTransportError ¶
func (*DriverTransportError) Error ¶
func (e *DriverTransportError) Error() string
func (*DriverTransportError) Unwrap ¶
func (e *DriverTransportError) Unwrap() []error
type Transport ¶
type Transport struct { TransportDriver // contains filtered or unexported fields }
func FindTransport ¶
type TransportDriver ¶
type TransportInterface ¶
Click to show internal directories.
Click to hide internal directories.