Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
Order pluginTypes to match order in core.PluginTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
geauxvirtual committed Sep 8, 2015
1 parent 4c26716 commit 4c566f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions control/plugin/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ func (p PluginType) String() string {

const (
CollectorPluginType PluginType = iota
PublisherPluginType
ProcessorPluginType
PublisherPluginType
)

// Plugin response states
Expand Down Expand Up @@ -57,8 +57,8 @@ var (
// note: in string represenation we use lower case
types = [...]string{
"collector",
"publisher",
"processor",
"publisher",
}
)

Expand Down

0 comments on commit 4c566f5

Please sign in to comment.