handlers

package
v1.3.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 16, 2016 License: MIT Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func HandleActions added in v1.1.0

func HandleActions(w http.ResponseWriter, r *http.Request)

func HandleBotHook added in v1.2.2

func HandleBotHook(w http.ResponseWriter, r *http.Request)

func HandleCalman

func HandleCalman(message service.Message, service service.Service)

func HandleGoogleImage added in v1.2.8

func HandleGoogleImage(w http.ResponseWriter, r *http.Request)

Types

type Next added in v1.2.8

type Next struct {
	StartIndex int `json:"startIndex"`
}

type Queries added in v1.2.8

type Queries struct {
	NextPage []Next `json:"nextPage"`
}

type RootSearch added in v1.2.8

type RootSearch struct {
	Kind    string       `json:"kind"`
	Items   []SearchItem `json:"items"`
	Queries Queries      `json:"queries"`
}

type SearchItem added in v1.2.8

type SearchItem struct {
	Title string `json:"title"`
	Link  string `json:"link"`
	Mime  string `json:"mime"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL