rename to toughswitch
All checks were successful
Publish / release (push) Successful in 29s

This commit is contained in:
2026-01-05 16:25:23 -05:00
parent ecbf4d447c
commit 195a9f7a9f
6 changed files with 0 additions and 0 deletions

View File

@@ -1,17 +0,0 @@
package toughswitch
import (
"net/http"
"time"
)
type Config struct {
Host string
Scheme string
Insecure bool
Username string
Password string
Timeout time.Duration
// Transport allows customizing the http transport (useful for testing or client middleware)
Transport http.RoundTripper
}