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

Commit

Permalink
change mock-collector-1 rpctype to GRPC
Browse files Browse the repository at this point in the history
  • Loading branch information
IRCody committed Jun 23, 2016
1 parent ae9386e commit bd20dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/collector/snap-collector-mock1/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func main() {

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

// Start a collector
plugin.Start(meta, new(mock.Mock), os.Args[1])
Expand Down

0 comments on commit bd20dfb

Please sign in to comment.