package commonus import "sync" type DataLock struct { DataMap []map[string]interface{} Mutext sync.RWMutex }