Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JsonValuer ¶ added in v0.0.2
type JsonValuer[T any] struct { // contains filtered or unexported fields }
func Json ¶ added in v0.0.2
func Json[T any](cache *MCache) JsonValuer[T]
type ProtobufGogoValuer ¶ added in v0.0.5
type ProtobufGogoValuer[T gogo_proto.Message] struct { // contains filtered or unexported fields }
func ProtobufGogo ¶ added in v0.0.5
func ProtobufGogo[T gogo_proto.Message](cache *MCache) ProtobufGogoValuer[T]
type ProtobufValuer ¶ added in v0.0.4
type RawValuer ¶ added in v0.0.2
type RawValuer[T comparable] struct { // contains filtered or unexported fields }
func Raw ¶ added in v0.0.2
func Raw[T comparable](cache *MCache) RawValuer[T]
Click to show internal directories.
Click to hide internal directories.