(views Views)
| 168 | } |
| 169 | |
| 170 | func getViewsLock(views Views) *sync.RWMutex { |
| 171 | return globalViewsLocks.get(views) |
| 172 | } |
| 173 | |
| 174 | // Config is a struct holding the server settings. |
| 175 | type Config struct { //nolint:govet // Aligning the struct fields is not necessary. betteralign:ignore |
no test coverage detected