Documentation ¶ Index ¶ func IsSimilarSize(actualLenght int, referenceLenght int, tolerance int) bool type Wildcard func DetectWildcard(client *fasthttp.Client, baseURL string, Placeholder string, ...) (*Wildcard, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func IsSimilarSize ¶ func IsSimilarSize(actualLenght int, referenceLenght int, tolerance int) bool Types ¶ type Wildcard ¶ type Wildcard struct { Status int Lenght int Active bool Tolerance int } Wildcard struct func DetectWildcard ¶ func DetectWildcard(client *fasthttp.Client, baseURL string, Placeholder string, userAgents ...string) (*Wildcard, error) Wildcard funcion Source Files ¶ View all Source files similar-size.gowildcard.go Click to show internal directories. Click to hide internal directories.