mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-11-05 21:02:11 +08:00
feat: add http client
This commit is contained in:
parent
13c838ad97
commit
69b171e08b
@ -172,6 +172,7 @@ linters-settings:
|
|||||||
- ^init$
|
- ^init$
|
||||||
- ^os.Exit$
|
- ^os.Exit$
|
||||||
- ^fmt.Print.*$
|
- ^fmt.Print.*$
|
||||||
|
- errors.New.*$
|
||||||
- ^fmt.Println.*$
|
- ^fmt.Println.*$
|
||||||
- ^panic$
|
- ^panic$
|
||||||
- painc
|
- painc
|
||||||
|
|||||||
@ -18,6 +18,7 @@ import (
|
|||||||
"bytes"
|
"bytes"
|
||||||
"context"
|
"context"
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
|
"errors"
|
||||||
"io"
|
"io"
|
||||||
"net/http"
|
"net/http"
|
||||||
"time"
|
"time"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user