trello

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: 10 Imported by: 1

Documentation

Overview

Package trello implements Trello 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 SRCards added in v1.8.0

type SRCards struct {
	ID               string `json:"id"`
	Name             string `json:"name"`
	URL              string `json:"shortUrl"`
	Description      string `json:"desc"`
	DateLastActivity string `json:"dateLastActivity"`
}

SRCards represents the structure of the search result list

type SearchResult

type SearchResult struct {
	Cards []*SRCards `json:"cards"`
}

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