Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

refresh lock logic #4

Open
wkloucek opened this issue May 31, 2022 · 0 comments
Open

refresh lock logic #4

wkloucek opened this issue May 31, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@wkloucek
Copy link
Owner

wkloucek commented May 31, 2022

// RefreshLock refreshes a provided lock for 30 minutes
// https://docs.microsoft.com/en-us/microsoft-365/cloud-storage-partner-program/rest/files/refreshlock
func RefreshLock(app *demoApp, w http.ResponseWriter, r *http.Request) {
// TODO: implement
http.Error(w, http.StatusText(http.StatusNotImplemented), http.StatusNotImplemented)
}

@wkloucek wkloucek added the bug Something isn't working label Dec 5, 2023
@wkloucek wkloucek changed the title implement refresh lock logic refresh lock logic Dec 5, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant