Skip to content

Commit

Permalink
updating workbalancer lib, and adjusting namings
Browse files Browse the repository at this point in the history
  • Loading branch information
kovacshuni committed Feb 9, 2018
1 parent 458d0ab commit c8574f6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions parallelRepublisher.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ type parallelRepublisher interface {

type notifyingParallelRepublisher struct {
uuidRepublisher uuidRepublisher
balancer workbalancer.Workbalancer
balancer workbalancer.WorkBalancer
parallelism int
}

Expand Down Expand Up @@ -74,7 +74,7 @@ type publishResult struct {
errs []error
}

func (w *publishWork) Do() workbalancer.WorkResult {
func (w *publishWork) Do() workbalancer.Result {
msgs, errs := w.uuidRepublisher.Republish(w.uuid, w.tidPrefix, w.publishScope)
return publishResult{msgs, errs}
}
10 changes: 5 additions & 5 deletions vendor/vendor.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"versionExact": "v0.2.0"
},
{
"checksumSHA1": "UVzY9J+PbFswVWcoQRml2QD/DF4=",
"checksumSHA1": "0QBxcjRhHYiAugAhDKmT0WIBnLk=",
"path": "github.com/Financial-Times/workbalancer",
"revision": "1a512ce04f48dcc3ab610fe09c2ce22785da8d2c",
"revisionTime": "2018-02-08T16:03:55Z",
"version": "0.0.3",
"versionExact": "0.0.3"
"revision": "1c97e65a6e37db8a2b463f31115a1bbf88e9ce52",
"revisionTime": "2018-02-09T12:10:15Z",
"version": "1.0.0",
"versionExact": "1.0.0"
},
{
"checksumSHA1": "CSPbwbyzqA6sfORicn4HFtIhF/c=",
Expand Down

0 comments on commit c8574f6

Please sign in to comment.