common

package
v1.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 25, 2025 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CheckIEEE754SafeInteger

func CheckIEEE754SafeInteger(value interface{}) error

func CurrentTimeMs

func CurrentTimeMs() int64

func EscapeValue

func EscapeValue(value interface{}) interface{}

func GenerateColumnMapping

func GenerateColumnMapping(columns []string) map[string]ColIdx

func GenerateColumnName

func GenerateColumnName(n int) string

func GetA1Range

func GetA1Range(sheetName string, rng string) string

func MapStructureDecode

func MapStructureDecode(input interface{}, output interface{}) error

Types

type ColIdx

type ColIdx struct {
	Name string
	Idx  int
}

type ColsMapping

type ColsMapping map[string]ColIdx

func (ColsMapping) NameMap

func (m ColsMapping) NameMap() map[string]string

type Set

type Set[T comparable] struct {
	// contains filtered or unexported fields
}

func NewSet

func NewSet[T comparable](values []T) *Set[T]

func (*Set[T]) Contains

func (s *Set[T]) Contains(v T) bool

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL