# README
Library for interacting with OpenVPN Management Interface
# Functions
NewClient initializes Management Interface client structure.
ParseKillSession gets kill command result from string.
ParsePid gets pid from string.
ParseSignal checks for error in response string.
ParseStats gets stats from string.
ParseStatus gets status information from string.
ParseVersion gets version information from string.
ReadResponse .
SendCommand passes command to a given connection (adds logging and EOL character).