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
8b7ace09af169e8d&follow=1'>Modified plugin.xsd so it allows also menu-only pluginsRené 'Necoro' Neumann2-7/+8 2008-06-10Fixed the default handlingRené 'Necoro' Neumann1-1/+1 2008-06-10Allowed default for session; load 'app-portage/portato' as default for select...René 'Necoro' Neumann2-10/+18 2008-06-09Fixed 'kill' in the systray popupRené 'Necoro' Neumann1-2/+2 2008-06-09Fixed error messageRené 'Necoro' Neumann2-4/+1 2008-06-08Make blocks way more intelligentRené 'Necoro' Neumann3-45/+107