GetSourceOrModuleRef gets the reference for the message file or source bucket.
(ctx context.Context, value string)
| 219 | |
| 220 | // GetSourceOrModuleRef gets the reference for the message file or source bucket. |
| 221 | GetSourceOrModuleRef(ctx context.Context, value string) (SourceOrModuleRef, error) |
| 222 | // GetSourceOrModuleRefForInputConfig gets the reference for the message file or source bucket. |
| 223 | GetSourceOrModuleRefForInputConfig( |
| 224 | ctx context.Context, |
no outgoing calls
no test coverage detected