Create REST stub for Git LFS 2.0 Lock API

The change introduces `locks` endpoint with stubs for the following
operations (according to [1]):
  POST /locks - create lock
  GET /locks - list locks
  POST /locks/verify - list locks for verification
  POST /locks/lock_id/unlock - delete lock

[1] https://github.com/git-lfs/git-lfs/blob/master/docs/api/locking.md
Depends-On: I8299000c827b5a34d6de1ed5fc650f74be4164a2
Change-Id: I7e2debbc7a3b63694139f4759805863b37e1fd48
Signed-off-by: Jacek Centkowski <jcentkowski@collab.net>
9 files changed
tree: a9a71a71dbfe6b43fbb45f5189d2ac784284d4fc
  1. src/
  2. tools/
  3. .gitignore
  4. bazlets.bzl
  5. BUILD
  6. external_plugin_deps.bzl
  7. WORKSPACE