httpserver

package
v0.0.0-...-ba21cce Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2018 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddPayload

type AddPayload struct {
	Team string `json:"team"`
	URL  string `json:"url"`
}

type Connector

type Connector struct {
	*connector.Connector
}

func NewConnector

func NewConnector(messageURL string) *Connector

func (*Connector) AddHandler

func (c *Connector) AddHandler() http.HandlerFunc

func (*Connector) TypingHandler

func (c *Connector) TypingHandler() http.HandlerFunc

type TypingPayload

type TypingPayload struct {
	Team    string `json:"team"`
	Channel string `json:"channel"`
}

Jump to

Keyboard shortcuts

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