# README
DEPRECATED
# Functions
DialOption used to mock socket communication for unit testing.
EndpointOption receives the TCP endpoint of mesg-core.
LogOutputOption uses out as a log destination.
New starts a new Service with options.
Task creates an executable task for given task key, handler called when a matching task execution request arrived.
TimeoutOption receives d to use while dialing mesg-core and making requests.
TokenOption receives token which is the unique id of this service.
# Type aliases
Option is the configuration func of Service.