mirror of
https://github.com/adnanh/webhook.git
synced 2025-05-31 17:52:28 +00:00
parent
3f4520da67
commit
3463804a7c
42 changed files with 5174 additions and 4 deletions
7
vendor/github.com/clbanning/mxj/exists.go
generated
vendored
Normal file
7
vendor/github.com/clbanning/mxj/exists.go
generated
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
package mxj
|
||||
|
||||
// Checks whether the path exists
|
||||
func (mv Map) Exists(path string, subkeys ...string) bool {
|
||||
v, err := mv.ValuesForPath(path, subkeys...)
|
||||
return err == nil && len(v) > 0
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue