Documentation ¶
Overview ¶
This is a minimal package that contains _essentials_ of mtglib and its complimentary packages. This is mostly required to comply some interfaces between mtglib and its internals to avoid circular dependencies.
This package should contain only bare minimum and mostly technical.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloseableReader ¶
CloseableReader is an io.Reader interface that can close its reading end.
type CloseableWriter ¶
CloseableWriter is an io.Writer that can close its writing end.
type Conn ¶
type Conn interface { net.Conn CloseableReader CloseableWriter }
Conn is an extension of net.Conn that can close its ends. This mostly implies TCP connections.
Click to show internal directories.
Click to hide internal directories.