package
Version:
v0.0.0-...-1139f41
Opens a new window with list of versions in this module.
Published: Oct 19, 2020
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func InArray(v interface{}, arr []interface{}) bool
InArray returns a slice contains given value or not
IsAlnum determine whether a character is a letter or a digit
IsAlpha determine whether a character is a letter
IsDigit determine whether a character is a digit
func QueryInMapInter(data map[string]interface{}, path []string) interface{}
QueryInMapInter query value in map[string]interface{} by path
Queue FIFO (First In First Out) data struct
func (q *Queue) Pop() interface{}
Pop fetch the queue header element and return
func (q *Queue) Push(value interface{})
Push add item to queue's end
Size return the queue's elements count
Source Files
¶
Click to show internal directories.
Click to hide internal directories.