# Functions
No description provided by the author
WithConnectionFactory is a functional option that allows to set custom connection factory function.
No description provided by the author
# Structs
Server is a simple iso8583 server implementation currently used to test iso8583-client and most probably to be used for iso8583-test-harness.
# Type aliases
ConnectHandler is a function that will be called when new connection is established.
ErrorHandler is a function that will be called when error occurs during connection handling.
ServerConnectionFactoryFunc is a function that creates new connection from net.Conn.