package
0.3.0-beta0
Repository: https://github.com/googleforgames/open-saves.git
Documentation: pkg.go.dev
# Functions
CacheKey returns a cache key string to manage cached entries.
ExtractValue returns the value that is held by the property.
FromProto creates a new Record instance from a proto.
NewBooleanPropertyProto returns a new pb.Property with boolean value v.
NewIntegerPropertyProto returns a new pb.Property with integer value v.
NewPropertyMapFromProto creates a new Property instance from a proto.
NewPropertyValueFromProto creates a new Property instance from a proto.
NewStringPropertyProto returns a new pb.Property with string value v.
# Structs
PropertyValue is an internal representation of the user-defined property.
Record represents a Open Saves record in the metadata database.
# Type aliases
PropertyMap represents user-defined custom properties.