aboutsummaryrefslogtreecommitdiff
path: root/pkg/config/feed.go
blob: 93d67cc772271e80eb4465543a24236967ee91f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
package config

// One stored feed
type Feed struct {
	Name   string
	Target []string
	Url    string
	Exec   []string
	Options
}

// Convenience type for all feeds
type Feeds map[string]*Feed
eader'>2014-04-23keepassx2pass: handle forward slash '/' in titlesGeorge Angelopoulos1-1/+1 Without this, a forward slash in the title creates a new directory in the password-store. This replaces forward slashes with dashes. 2014-04-23contrib: typoJason A. Donenfeld1-1/+1