Move cli to separate package

This commit is contained in:
9seconds
2021-03-11 05:50:04 +03:00
parent 1a02511afe
commit 6b28488fbd
7 changed files with 114 additions and 58 deletions
+1 -1
View File
@@ -39,5 +39,5 @@ type Network interface {
DNSResolve(network, hostname string) (ips []string, err error)
MakeHTTPClient(timeout time.Duration) *http.Client
IdleTimeout() time.Duration
PatchHTTPClient(*http.Client)
PrepareHTTPClient(*http.Client)
}