MCPcopy
hub / github.com/redis/go-redis / numberStruct

Struct numberStruct

commands_test.go:9889–9891  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9887})
9888
9889type numberStruct struct {
9890 Number int
9891}
9892
9893func (n numberStruct) MarshalBinary() ([]byte, error) {
9894 return json.Marshal(n)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected