Documentation ¶
Index ¶
- func BenchPerCoreConfigs(b *testing.B, f func(b *testing.B))
- func CountTotalDigits(i int) int
- func ExtractStrMapStrKeys(m map[string]string) []string
- func IndexNum[T Number](r []T, i int) T
- func SliceString(str string, indexStart, indexEnd int) string
- func SumUnicodeValue[...](s string) T
- type Any
- type EmptyFieldError
- type EmptyInputError
- type EmptyOrInvalidFieldError
- type EmptyOrInvalidInputError
- type FieldNotFound
- type NullInputError
- type NullStructError
- type Number
- type UndefinedVersionError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CountTotalDigits ¶
func ExtractStrMapStrKeys ¶
func SliceString ¶
JavaScript - String.prototype.slice: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/slice
Types ¶
type EmptyFieldError ¶
type EmptyFieldError string
func (EmptyFieldError) Error ¶
func (e EmptyFieldError) Error() string
type EmptyInputError ¶
type EmptyInputError string
func (EmptyInputError) Error ¶
func (e EmptyInputError) Error() string
type EmptyOrInvalidFieldError ¶
type EmptyOrInvalidFieldError string
func (EmptyOrInvalidFieldError) Error ¶
func (e EmptyOrInvalidFieldError) Error() string
type EmptyOrInvalidInputError ¶
type EmptyOrInvalidInputError string
func (EmptyOrInvalidInputError) Error ¶
func (e EmptyOrInvalidInputError) Error() string
type FieldNotFound ¶
type FieldNotFound string
func (FieldNotFound) Error ¶
func (e FieldNotFound) Error() string
type NullInputError ¶
type NullInputError string
func (NullInputError) Error ¶
func (e NullInputError) Error() string
type NullStructError ¶
type NullStructError string
func (NullStructError) Error ¶
func (e NullStructError) Error() string
type UndefinedVersionError ¶
type UndefinedVersionError string
func (UndefinedVersionError) Error ¶
func (e UndefinedVersionError) Error() string
Click to show internal directories.
Click to hide internal directories.