(middleware func(http.Handler) http.Handler)
| 1340 | if mockCacher != nil { |
| 1341 | mockCacher.AssertExpectations() |
| 1342 | } |
| 1343 | } |
| 1344 | |
| 1345 | //nolint:ireturn |
| 1346 | func getCreateNotificationChannelRequestCmpOption() cmp.Option { |
| 1347 | return cmp.Transformer("NotificationChannelConfig", |
| 1348 | func(in backend.CreateNotificationChannelRequest_Config) map[string]any { |
| 1349 | var out map[string]any |
no outgoing calls
no test coverage detected