PublicDashboards: Add middleware function (#80582)

This commit is contained in:
Juan Cabanas
2024-01-18 15:12:29 -03:00
committed by GitHub
parent 0ba7866e2c
commit fb4125dfbb
6 changed files with 16 additions and 7 deletions
@@ -83,3 +83,6 @@ func (m *Middleware) HandleView(c *contextmodel.ReqContext) {
}
func (m *Middleware) HandleAccessView(c *contextmodel.ReqContext) {
}
func (m *Middleware) HandleConfirmAccessView(c *contextmodel.ReqContext) {
}