data

package
v0.0.0-...-f55623a Latest Latest
Warning

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

Go to latest
Published: Feb 21, 2015 License: Apache-2.0 Imports: 0 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Advice

type Advice struct {
	Quote string `xml:"quote"`
}

type Beertime

type Beertime struct {
	Day    string
	Hour   int
	Minute int
}

type Config

type Config struct {
	Server      string
	Port        string
	Nick        string
	Channel     string
	WikMaxWords int
	Ud          string
	UdMaxWords  int
	Giphy       string
	GiphyApi    string
	Ddg         string
	DdgApi      string
	GiphyKey    string
	Jira        string
	Beertime    Beertime
	AdviceApi   string
	QuoteDB     string
	SlapActions []string
	PyApi       string
	WaApi       string
	WaKey       string
	WaMaxWords  int
}

type DuckDuckGo

type DuckDuckGo struct {
	AbstractText string
	AbstractURL  string
}

type GIF

type GIF struct {
	ID string
}

type Giphy

type Giphy struct {
	Data []GIF
}

type Pod

type Pod struct {
	Title     string `xml:"title,attr"`
	Plaintext string `xml:"subpod>plaintext"`
}

type Privmsg

type Privmsg struct {
	Source  string
	Target  string
	Message []string
}

type WA

type WA struct {
	Pods []Pod `xml:"pod"`
}

Jump to

Keyboard shortcuts

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