Documentation ¶
Rendered for js/wasm
Index ¶
- func FNVHash(s string) uint32
- func FNVHashString(s string) string
- func GetColor[T any](colors []T, index int, def T) (T, int)
- func GetValue(s any, column string) any
- func InlineLoopFields(reflModel reflect.Type, ...)
- func RandStringBytesMaskImprSrcUnsafe(n int) string
- func ReflectModelName(s any) string
- func SplitWords(s string) []string
- func StructKind(s any) reflect.Type
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FNVHashString ¶
func GetColor ¶
var ct = 0 for i, value := range opts.Values { var color string color, ct = getColor(opts.Colors, ct, "#5555ff")
Get the color for a given chart index.
func InlineLoopFields ¶
func ReflectModelName ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.