Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewTestResponder ¶
func NewTestServer ¶
func NewTestServer(handler WebHandler) *httptest.Server
Types ¶
type RndString ¶
type RndString struct {
// contains filtered or unexported fields
}
func NewRndString ¶
func NewRndString() *RndString
func (*RndString) MakeString ¶
type WebHandler ¶
type WebHandler func(http.ResponseWriter, *http.Request)
Click to show internal directories.
Click to hide internal directories.