Documentation ¶
Overview ¶
Package playground provides a handler.MatchFn and a Client struct with a Handler method that can be used as handler.ActionFn.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is the Go Playground client.
func New ¶
New takes an HTTP client and returns a Playground Client. If httpc is nil this program will probably panic at some point.
Click to show internal directories.
Click to hide internal directories.