Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DefaultPlayground ¶
type DefaultPlayground func(http.ResponseWriter, *http.Request)
func (DefaultPlayground) ServePlayground ¶
func (d DefaultPlayground) ServePlayground(w http.ResponseWriter, r *http.Request)
type PlaygroundProvider ¶
type PlaygroundProvider interface {
ServePlayground(http.ResponseWriter, *http.Request)
}
Click to show internal directories.
Click to hide internal directories.