# Functions
NewServer creates a new sinkServer object.
ResponseFailure creates a failed Response with the given id and error message.
ResponseFallback creates a Response with the Fallback field set to true.
ResponseOK creates a successful Response with the given id.
ResponsesBuilder returns an empty instance of Responses.
WithMaxMessageSize sets the sinkServer max receive message size and the sinkServer max send message size to the given size.
WithServerInfoFilePath sets the sinkServer info file path.
WithSockAddr start the sinkServer with the given sock addr.
# Constants
No description provided by the author
No description provided by the author
# Type aliases
Option is the interface to apply options.
No description provided by the author
SinkerFunc is utility type used to convert a Sink function to a Sinker.