enhancement: add sharedWithMe graph beta endpoint (#7633)

This commit is contained in:
Florian Schade
2023-11-08 20:02:58 +01:00
committed by GitHub
parent d928044073
commit 643158b67b
45 changed files with 6268 additions and 163 deletions
@@ -4,8 +4,8 @@ import (
"time"
)
// PatchTimeNow is here to path the package time now func,
// this only exists for the tests context
// PatchTimeNow is here to patch the package time now func,
// which is used in the test suite
func PatchTimeNow(t func() time.Time) {
timeNow = t
}