integrations

package
v0.0.0-...-39ba7e3 Latest Latest
Warning

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

Go to latest
Published: Mar 4, 2021 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Integration

type Integration interface {
	GetName() string
	GetItems() []Item
	GetDetail(Item) ItemDetail
}

type Item

type Item struct {
	Id   string // item ID
	Text string // text of list item
	Url  string // open in browser
	Copy string // copy text to clipboard
}

type ItemDetail

type ItemDetail struct {
	Title string
	Parts []Renderable
}

type Renderable

type Renderable interface {
	GetText() string
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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