Versions in this module Expand all Collapse all v1 v1.3.0 Jun 19, 2014 v1.2.0 May 16, 2014 Changes in this version + var Objects map[string]*Object + func AddOne(object Object) (ObjectId string) + func Delete(ObjectId string) + func GetAll() map[string]*Object + func Update(ObjectId string, Score int64) (err error) + type Object struct + ObjectId string + PlayerName string + Score int64 + func GetOne(ObjectId string) (object *Object, err error)