Versions in this module Expand all Collapse all v1 v1.202405300917.1 May 30, 2024 Changes in this version + type IStateSafeAPI interface + IntentPutBool func(v TIntent, name string, value bool) + IntentPutBytes func(v TIntent, name string, value []byte) + IntentPutFloat32 func(v TIntent, name string, value float32) + IntentPutFloat64 func(v TIntent, name string, value float64) + IntentPutInt32 func(v TIntent, name string, value int32) + IntentPutInt64 func(v TIntent, name string, value int64) + IntentPutQName func(v TIntent, name string, value QName) + IntentPutString func(v TIntent, name string, value string) + KeyAsBool func(k TKey, name string) bool + KeyAsBytes func(k TKey, name string) []byte + KeyAsFloat32 func(k TKey, name string) float32 + KeyAsFloat64 func(k TKey, name string) float64 + KeyAsInt32 func(k TKey, name string) int32 + KeyAsInt64 func(k TKey, name string) int64 + KeyAsQName func(k TKey, name string) QName + KeyAsString func(k TKey, name string) string + KeyBuilder func(storage, entityFullQname string) TKeyBuilder + KeyBuilderPutBool func(key TKeyBuilder, name string, value bool) + KeyBuilderPutBytes func(key TKeyBuilder, name string, value []byte) + KeyBuilderPutFloat32 func(key TKeyBuilder, name string, value float32) + KeyBuilderPutFloat64 func(key TKeyBuilder, name string, value float64) + KeyBuilderPutInt32 func(key TKeyBuilder, name string, value int32) + KeyBuilderPutInt64 func(key TKeyBuilder, name string, value int64) + KeyBuilderPutQName func(key TKeyBuilder, name string, value QName) + KeyBuilderPutString func(key TKeyBuilder, name string, value string) + MustGetValue func(key TKeyBuilder) TValue + NewValue func(key TKeyBuilder) (v TIntent) + QueryValue func(key TKeyBuilder) (value TValue, ok bool) + ReadValues func(key TKeyBuilder, callback func(key TKey, value TValue)) + UpdateValue func(key TKeyBuilder, existingValue TValue) (v TIntent) + ValueAsBool func(v TValue, name string) bool + ValueAsBytes func(v TValue, name string) []byte + ValueAsFloat32 func(v TValue, name string) float32 + ValueAsFloat64 func(v TValue, name string) float64 + ValueAsInt32 func(v TValue, name string) int32 + ValueAsInt64 func(v TValue, name string) int64 + ValueAsQName func(v TValue, name string) QName + ValueAsString func(v TValue, name string) string + ValueAsValue func(v TValue, name string) (result TValue) + ValueGetAsBool func(v TValue, index int) bool + ValueGetAsBytes func(v TValue, index int) []byte + ValueGetAsFloat32 func(v TValue, index int) float32 + ValueGetAsFloat64 func(v TValue, index int) float64 + ValueGetAsInt32 func(v TValue, index int) int32 + ValueGetAsInt64 func(v TValue, index int) int64 + ValueGetAsQName func(v TValue, index int) QName + ValueGetAsString func(v TValue, index int) string + ValueGetAsValue func(v TValue, index int) (result TValue) + ValueLen func(v TValue) int + type QName struct + Entity string + FullPkgName string + type TIntent int64 + type TKey int64 + type TKeyBuilder int64 + type TValue int64 v1.202405300916.1-rc May 30, 2024