Add test for generate-secret command

This commit is contained in:
9seconds
2021-03-12 20:07:18 +03:00
parent 2cc81219b1
commit 546a5849f3
8 changed files with 207 additions and 4 deletions
+1
View File
@@ -40,4 +40,5 @@ type Network interface {
DNSResolve(network, hostname string) (ips []string, err error)
MakeHTTPClient(DialFunc) *http.Client
IdleTimeout() time.Duration
HTTPTimeout() time.Duration
}