slack

package
v3.1.2+incompatible Latest Latest
Warning

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

Go to latest
Published: Feb 8, 2017 License: MIT Imports: 11 Imported by: 1

Documentation

Overview

Package slack implements Slack provider

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Register added in v1.5.2

func Register(config map[string]interface{}, f func(interface{}) error)

Register registers the provider

Types

type Provider

type Provider struct {
	// contains filtered or unexported fields
}

Provider represents the provider

func (*Provider) Search

func (provider *Provider) Search(ctx context.Context, args map[string]interface{}) ([]map[string]interface{}, error)

Search makes a search

type SRMMChannel added in v1.8.0

type SRMMChannel struct {
	Name string `json:"name"`
}

SRMMChannel represents the structure of the search result messages matches channel field

type SRMMatches added in v1.8.0

type SRMMatches struct {
	Type      string       `json:"type"`
	Username  string       `json:"username"`
	Text      string       `json:"text"`
	Permalink string       `json:"permalink"`
	Ts        string       `json:"ts"`
	Channel   *SRMMChannel `json:"channel"`
}

SRMMatches represents the structure of the search result messages matches

type SRMessages added in v1.8.0

type SRMessages struct {
	Total   int           `json:"total"`
	Path    string        `json:"path"`
	Matches []*SRMMatches `json:"matches"`
}

SRMessages represents the structure of the search result messages

type SearchResult

type SearchResult struct {
	Ok       bool        `json:"ok"`
	Query    string      `json:"query"`
	Messages *SRMessages `json:"messages"`
}

SearchResult represents the structure of the search result

Jump to

Keyboard shortcuts

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