()
| 113 | } |
| 114 | |
| 115 | func (mod *AuctionsModule) load() { |
| 116 | mod.plug.ReadIntoStruct(`auctionhistory`, &mod.auctionMgr) |
| 117 | } |
| 118 | |
| 119 | func (mod *AuctionsModule) save() { |
| 120 | mod.plug.WriteStruct(`auctionhistory`, mod.auctionMgr) |
nothing calls this directly
no test coverage detected