(funcSource string)
| 274 | } |
| 275 | |
| 276 | func wrappedFuncSource(funcSource string) string { |
| 277 | return fmt.Sprintf( |
| 278 | funcWrapper, |
| 279 | funcSource, |
| 280 | base.SyncFnErrorAdminRequired, |
| 281 | base.SyncFnErrorWrongUser, |
| 282 | base.SyncFnErrorMissingRole, |
| 283 | base.SyncFnErrorMissingChannelAccess, |
| 284 | ) |
| 285 | } |
no outgoing calls
no test coverage detected