/
githubmirror
/
grafana
Обзор
Документация
Войти
/
githubmirror
/
grafana
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
pkg/services/annotations/annotationsimpl/time.go
8 строк
138 B
William Wernert
Annotations: Lift parts of RBAC from xorm store into auth service (#76967)
15 ноя 2023, 02:11
Не верифицирован
15 ноя 2023, 02:11
1a53a71
Код
Авторство
О чём код?
package annotationsimpl import "time" var ( // timeNow is an equivalent time.Now() that can be replaced in tests timeNow = time.Now )