util

package
v0.1.26 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 5, 2026 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Contain

func Contain(obj interface{}, target interface{}) (bool, error)

Contain reports whether obj is present in target. target may be a slice, array, or map. It returns an error when obj is not found. Originally provided by zsbfree: https://www.cnblogs.com/zsbfree/archive/2013/05/23/3094993.html

func URIContain

func URIContain(path string, nonjwtapi []string) (bool, error)

URIContain reports whether path contains any of the strings in nonjwtapi. It iterates over each entry in nonjwtapi and checks if it is a substring of path, returning an error when no match is found.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL