add service mesh controller
add service mesh metrics remove unused circle yaml fix travis misconfiguration fix travis misconfiguration fix travis misconfiguration
This commit is contained in:
19
vendor/github.com/markbates/inflect/helpers.go
generated
vendored
Normal file
19
vendor/github.com/markbates/inflect/helpers.go
generated
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
package inflect
|
||||
|
||||
//Helpers is a map of the helper names with its corresponding inflect function
|
||||
var Helpers = map[string]interface{}{
|
||||
"asciffy": Asciify,
|
||||
"camelize": Camelize,
|
||||
"camelize_down_first": CamelizeDownFirst,
|
||||
"capitalize": Capitalize,
|
||||
"dasherize": Dasherize,
|
||||
"humanize": Humanize,
|
||||
"ordinalize": Ordinalize,
|
||||
"parameterize": Parameterize,
|
||||
"pluralize": Pluralize,
|
||||
"pluralize_with_size": PluralizeWithSize,
|
||||
"singularize": Singularize,
|
||||
"tableize": Tableize,
|
||||
"typeify": Typeify,
|
||||
"underscore": Underscore,
|
||||
}
|
||||
Reference in New Issue
Block a user