Beispiel #1
0
/* Get value for the asked time-frame key, aah same NS */
func GetValTSDS(key string) string {
	return golhashmap.Hashmap_to_csv(levigoTSDS.ReadTSDS(key, db))
}
/* Get value for the asked time-frame key, aah same NS */
func ReadKeyTSDS(key string) golhashmap.HashMap {
	return levigoTSDS.ReadTSDS(key, db)
}