package
1.0.0
Repository: https://github.com/yincongcyincong/proxy-web.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
Package xid is a globally unique id generator suited for web scale Xid is using Mongo Object ID algorithm to generate globally unique ids: https://docs.mongodb.org/manual/reference/object-id/ - 4-byte value representing the seconds since the Unix epoch, - 3-byte machine identifier, - 2-byte process id, and - 3-byte counter, starting with a random value.
No description provided by the author
No description provided by the author

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
net.LookupIP may cause deadlock in windows https://github.com/golang/go/issues/24178 */.
No description provided by the author
No description provided by the author
No description provided by the author
NewChecker args:timeout : tcp timeout milliseconds ,connect to hostinterval: recheck domain interval seconds.
No description provided by the author
No description provided by the author
No description provided by the author
Creates a new concurrent map.
No description provided by the author
No description provided by the author
No description provided by the author
NewLeakyBuf creates a leaky buffer which can hold at most n buffer, each with bufSize bytes.
No description provided by the author
NewReader returns a reader that implements io.Reader with rate limiting.
NewReaderWithContext returns a reader that implements io.Reader with rate limiting.
No description provided by the author
No description provided by the author
NewWriter returns a writer that implements io.Writer with rate limiting.
NewWriterWithContext returns a writer that implements io.Writer with rate limiting.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

data.len(2) + hmacsha1(10) + data(4096).

# Variables

No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
A "thread" safe string to anything map.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Used by the Iter & IterBuffered functions to wrap two variables together over a channel,.
No description provided by the author

# Type aliases

A "thread" safe map of type string:Anything.
Iterator callback,called for every key,value found in maps.
Callback to return new element to be inserted into the map It is called while lock is held, therefore it MUST NOT try to access other keys in same map, as it can lead to deadlock since Go sync.RWLock is not reentrant.