Documentation
¶
Index ¶
- func BinId(x uuid.UUID) []byte
- func BoolFromMap(parametersMap map[string]interface{}, k string, defaultValue bool) bool
- func ChanMonitor(name string, ch interface{}, intvl time.Duration)
- func ChanMonitorEmpty(name string, ch interface{}, intvl time.Duration)
- func DbToUuid(f interface{}) uuid.UUID
- func F64FromMap(parametersMap map[string]interface{}, k string, defaultValue float64) float64
- func LoadRow(rows *sql.Rows) map[string]interface{}
- func SpaceTypeFromMap(parametersMap map[string]interface{}) uuid.UUID
- type SyncMap
- type TAtomBool
- type Unique
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BoolFromMap ¶
func ChanMonitor ¶
func ChanMonitorEmpty ¶
func F64FromMap ¶
func SpaceTypeFromMap ¶
Types ¶
type SyncMap ¶ added in v0.1.1
type SyncMap[K comparable, V any] struct { Mu *sync.Mutex Data map[K]V }
func NewSyncMap ¶ added in v0.1.1
func NewSyncMap[K comparable, V any]() *SyncMap[K, V]
Click to show internal directories.
Click to hide internal directories.