Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var FeedEnd = errors.New("feed end")
Functions ¶
Types ¶
type AZEnvPhpJudge ¶ added in v0.0.2
type AZEnvPhpJudge struct {
}
func (AZEnvPhpJudge) TargetURL ¶ added in v0.0.2
func (j AZEnvPhpJudge) TargetURL() string
func (AZEnvPhpJudge) Timeout ¶ added in v0.0.2
func (j AZEnvPhpJudge) Timeout() time.Duration
type CheckResult ¶ added in v0.0.2
func Check ¶ added in v0.0.2
func Check(proxyAddr string, judge Judge) (result CheckResult)
type FileFeed ¶ added in v0.0.2
type FileFeed struct {
// contains filtered or unexported fields
}
FileFeed godoc
Proxy feed from file stream, like stdin, os file.
func NewFileFeed ¶ added in v0.0.2
type SliceFeed ¶ added in v0.0.2
type SliceFeed struct {
// contains filtered or unexported fields
}
SliceFeed godoc
Proxy feed from string slice like this []string{"108.20.30.1:500", "89.33.123.100:40", "50.73.100.1:55"}
func NewSliceFeed ¶ added in v0.0.2
Click to show internal directories.
Click to hide internal directories.