package dbapi //Factory new client func NewClient() Client { return &HttpClient{} }