mock

package
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: May 15, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Overview

Package mock provides a mock Tile38 server for testing.

Index

Constants

View Source
const (
	IDNotFound string = "id not found"

	TestOkFalse     string = "test ok false"
	TestServerError string = "test server error"

	TestObject string  = `{"id":"test"}`
	TestTTL    float64 = 5.67
)

Constant values returned by handlers.

Variables

This section is empty.

Functions

This section is empty.

Types

type Server

type Server struct {
	*resp.Server

	Addr string
	Port string

	Err error

	DataIn bytes.Buffer
}

Server is a RESP-compatible server for testing.

func NewServer

func NewServer() *Server

NewServer returns a new Server listening at Addr:Port.

func (*Server) ReturnErr

func (s *Server) ReturnErr(c *resp.Conn, args []resp.Value) bool

ReturnErr is a handler that returns Err:TestServerError.

func (*Server) ReturnOkFalse

func (s *Server) ReturnOkFalse(c *resp.Conn, args []resp.Value) bool

ReturnOkFalse is a handler that returns Ok:false with Err:TestOkFalse.

func (*Server) ReturnOkNotFound

func (s *Server) ReturnOkNotFound(c *resp.Conn, args []resp.Value) bool

ReturnOkNotFound is a handler that returns Ok:false with Err:IdNotFound.

func (*Server) ReturnOkTrue

func (s *Server) ReturnOkTrue(c *resp.Conn, args []resp.Value) bool

ReturnOkTrue is a handler that returns Ok:true with Object:TestObject and TTL:TestTTL.

Jump to

Keyboard shortcuts

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