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

Commit

Permalink
Changes mock1 back to JSONRPC
Browse files Browse the repository at this point in the history
  • Loading branch information
IRCody committed Aug 17, 2016
1 parent e908e65 commit a1e7df2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plugin/collector/snap-plugin-collector-mock1/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ func main() {

// Define metadata about Plugin
meta := mock.Meta()
meta.RPCType = plugin.GRPC

meta.RPCType = plugin.JSONRPC
// Start a collector
plugin.Start(meta, new(mock.Mock), os.Args[1])
}

0 comments on commit a1e7df2

Please sign in to comment.