mirror of
https://github.com/astaxie/beego.git
synced 2024-11-22 15:10:55 +00:00
commit
81328b72fa
@ -117,6 +117,8 @@ func (m *URLMap) GetMap() map[string]interface{} {
|
||||
|
||||
// GetMapData return all mapdata
|
||||
func (m *URLMap) GetMapData() []map[string]interface{} {
|
||||
m.lock.Lock()
|
||||
defer m.lock.Unlock()
|
||||
|
||||
var resultLists []map[string]interface{}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user