Documentation
¶
Index ¶
- func RunCommand(s State, b []byte) (any, error)
- func Serialize(m any, opts *SerDeOpts) (string, error)
- func SerializeArray(m []any, opts *SerDeOpts) (string, error)
- func SerializeBigNumber(m any, opts *SerDeOpts) (string, error)
- func SerializeBoolean(m bool, opts *SerDeOpts) (string, error)
- func SerializeBulkError(m error, opts *SerDeOpts) (string, error)
- func SerializeBulkString(m string, opts *SerDeOpts) (string, error)
- func SerializeDouble(m float64, opts *SerDeOpts) (string, error)
- func SerializeError(m error, opts *SerDeOpts) (string, error)
- func SerializeInt(m int64, opts *SerDeOpts) (string, error)
- func SerializeMap(m map[string]any, opts *SerDeOpts) (string, error)
- func SerializeNull(opts *SerDeOpts) (string, error)
- func SerializeSimpleError(err error, opts *SerDeOpts) (string, error)
- func SerializeSimpleString(m string, opts *SerDeOpts) (string, error)
- func SerializeString(m string, opts *SerDeOpts) (string, error)
- func SerializeVerbatimString(m string, opts *SerDeOpts) (string, error)
- type Command
- type SerDeOpts
- type Server
- type State
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SerializeNull ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.