Documentation ¶
Overview ¶
simple connection pool
Index ¶
Examples ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNoData = errors.New("no data")
Functions ¶
Types ¶
type Config ¶
type Config struct { CenterURL string Dbproxy DbproxyConfig }
type DbproxyConfig ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (*Server) ListenAndServe ¶
type ServiceParams ¶
type ServiceParams struct { Name string CacheAddr string DBAddr string SplitTable []SplitTable }
type SplitTable ¶
Click to show internal directories.
Click to hide internal directories.