# Functions
NewParser returns a GraphiteParser instance.
NewTCPServer returns a new instance of a TCPServer.
NewUDPServer returns a new instance of a UDPServer.
# Constants
DefaultGraphiteNameSeparator represents the default Graphite field separator.
DefaultGraphitePort represents the default Graphite (Carbon) plaintext port.
# Variables
ErrBindAddressRequired is returned when starting the Server without a TCP or UDP listening address.
ErrDatabaseNotSpecified retuned when no database was specified in the config file.
ErrServerClosed return when closing an already closed graphite server.
ErrServerNotSpecified returned when Server is not specified.
# Interfaces
SeriesWriter defines the interface for the destination of the data.