MCPcopy 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

3import "sync"
4
5type IProxy struct {
6 ips []string
7 lock sync.Mutex
8}
9
10func NewIProxyIP(ips []string) *IProxy {
11 return &IProxy{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected