//
pkg.gl
Category
open-match.dev/open-match
examples
demo
updater
package
1.8.1
Repository:
https://github.com/googleforgames/open-match.git
Documentation:
pkg.go.dev
Versions
2
Dependencies
2
Dependents
6
Files
96 SLOC
#
Functions
New
New creates an Updater.
NewNested
NewNested creates an updater based on a field in another updater.
#
Structs
Updater
Updater is like a json object, with each field allowed to be updated concurrently by a different process.
#
Type aliases
SetFunc
SetFunc serializes the value passed in into json and sets the associated field to that value.