package gb28181api //Factory new client func NewClient() Client { var client Client client = &HttpClient{} //client = &ReqRepClient{} return client }