resp

package
v0.0.0-...-4545b5a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 1, 2021 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Array

type Array []RESP

func (Array) String

func (a Array) String() string

type BulkString

type BulkString string

func (BulkString) String

func (b BulkString) String() string

type Error

type Error string

func (Error) Error

func (e Error) Error() string

func (Error) String

func (e Error) String() string

type Integer

type Integer int

func (Integer) String

func (i Integer) String() string

type RESP

type RESP interface {
	String() string
}

type RESPError

type RESPError interface {
	String() string
	Error() string
}

func NewWrongNumberArgumentError

func NewWrongNumberArgumentError(commandName string) RESPError

type SimpleString

type SimpleString string

func (SimpleString) String

func (b SimpleString) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL