Documentation
¶
Index ¶
- func ArrayContains(list []string, contains string) bool
- func GetCollectionName(v interface{}) string
- func GetElementName(v interface{}) string
- func GetEntityName(v interface{}) string
- func GetTypeName(typ reflect.Type) string
- func IsBlank(a string) bool
- func IsEmail(e string) bool
- func IsEmpty(input string) bool
- func IsSlice(v interface{}) bool
- func IsStruct(i interface{}) bool
- func IsValidDomain(domain string) bool
- func IsValidEmail(email string, domains []string) bool
- func SliceContains(in []string, this []string) bool
- func SplitLines(s string) []string
- func ToJson(input interface{}) (string, error)
- func ToJsonFlat(input interface{}) (string, error)
- func ToSlice(slice interface{}) []interface{}
- func TruncatePrint(input string, length int) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ArrayContains ¶
func GetCollectionName ¶
func GetCollectionName(v interface{}) string
func GetElementName ¶
func GetElementName(v interface{}) string
func GetEntityName ¶
func GetEntityName(v interface{}) string
func GetTypeName ¶
func IsValidDomain ¶
func IsValidEmail ¶
func SliceContains ¶
func SplitLines ¶
func ToJsonFlat ¶
func TruncatePrint ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.