Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Counter ¶
type Counter struct { HitCount int `json:"count"` // contains filtered or unexported fields }
type Nachos ¶
type Nachos struct {
Toppings []*topping
}
func HandleCustom ¶
func (*Nachos) Documentation ¶
func (*Nachos) ToResponse ¶
func (n *Nachos) ToResponse(http.ResponseWriter) error
Click to show internal directories.
Click to hide internal directories.