Skip to content
  • Richard's avatar
    Make Storage Driver API calls context aware. · ae216e36
    Richard authored
    
    
         - Change driver interface to take a context as its first argument
         - Make newFileReader take a context as its first argument
         - Make newFileWriter take a context as its first argument
         - Make blobstore exists and delete take a context as a first argument
         - Pass the layerreader's context to the storage layer
         - Pass the app's context to purgeuploads
         - Store the app's context into the blobstore (was previously null)
         - Pass the trace'd context to the storage drivers
    
    Signed-off-by: default avatarRichard Scothern <richard.scothern@gmail.com>
    ae216e36
Loading