Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SMNETSTUDIO/Groq2API
/ IProxy
Struct
IProxy
pkg/proxypool/proxys.go:5–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
import
"sync"
4
5
type
IProxy
struct
{
6
ips []string
7
lock sync.Mutex
8
}
9
10
func
NewIProxyIP(ips []string) *IProxy {
11
return
&IProxy{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected