storj/satellite/marketing
Yingrong Zhao a4d6e8c8ca split update methods into two for offer data (#2133)
* change Offers interface to separate Update method into two.

* Implement Finish and Redeem method to avoid concurrent updates

* Implement FinishOffer and RedeemOffer service methods

* add tests

* fix linting issue

* add tests for checking Finish and Redeem's results to work as expected

* fix linting error
2019-06-12 11:53:19 -04:00
..
marketingweb Fix marketingweb code (#2177) 2019-06-12 09:42:39 -04:00
database.go create db implementation for offer table (#2031) 2019-06-04 15:17:01 -04:00
offers_test.go split update methods into two for offer data (#2133) 2019-06-12 11:53:19 -04:00
offers.go split update methods into two for offer data (#2133) 2019-06-12 11:53:19 -04:00
service.go split update methods into two for offer data (#2133) 2019-06-12 11:53:19 -04:00