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
='2009-08-15 00:04:11 +0200'>2009-08-15Also allow --enable-eixRené 'Necoro' Neumann1-0/+3 2009-08-14Change config and changelogRené 'Necoro' Neumann2-1/+6 2009-08-14Allow to disable eix in setup.pyRené 'Necoro' Neumann1-8/+17 2009-08-14Correct setup.pyRené 'Necoro' Neumann1-2/+17