package
0.0.0-20170208230928-ba0276c83773
Repository: https://github.com/killiandavitt/cs4032-distributedfilesystem.git
Documentation: pkg.go.dev

# README

  • Client A client is the service that the user uses to interact with the server.

It needs to allow:

  • auth
  • ls
  • get
  • put
  • create lock on file
  • local caching
  • begin transaction
  • end transaction