Documentation ¶
Index ¶
- func FindAndAppend(array []any, value any) []any
- func FindAndAppendInt(array []int, value int) []int
- func FindAndDelete(array []any, value any) []any
- func FindAndDeleteInt(array []int, value int) []int
- func FindExistInArray(array []any, value any) (int, bool)
- func FindExistInArrayInt(array []int, value int) (int, bool)
- func FindMatchHostname(hostname string, https bool) string
- func FindRuleEndpoint(hostname string, https bool) (types.RuleType, bool)
- func GenerateSelfSignCert()
- func HttpGETRequest(fullURL string) (*http.Response, error)
- func HttpJSONRequestWithBytesResponse(method, fullURL, forwardFor string, header http.Header, requestData io.Reader) (*http.Response, error)
- func IpInCidr(cidr, ip string) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindAndAppend ¶
func FindAndAppendInt ¶
func FindAndDelete ¶
func FindAndDeleteInt ¶
func FindMatchHostname ¶
func GenerateSelfSignCert ¶
func GenerateSelfSignCert()
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.