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 ¶
Server is a RESP-compatible server for testing.
func (*Server) ReturnOkFalse ¶
ReturnOkFalse is a handler that returns Ok:false with Err:TestOkFalse.
func (*Server) ReturnOkNotFound ¶
ReturnOkNotFound is a handler that returns Ok:false with Err:IdNotFound.
Click to show internal directories.
Click to hide internal directories.