GetRef gets the reference for the message file, source bucket, or module. TODO FUTURE: should this be renamed to GetRefForString?
(ctx context.Context, value string)
| 236 | // GetRef gets the reference for the message file, source bucket, or module. |
| 237 | // TODO FUTURE: should this be renamed to GetRefForString? |
| 238 | GetRef(ctx context.Context, value string) (Ref, error) |
| 239 | // GetRefForInputConfig gets the reference for the message file, source bucket, or module. |
| 240 | GetRefForInputConfig(ctx context.Context, inputConfig bufconfig.InputConfig) (Ref, error) |
| 241 | } |
no outgoing calls
no test coverage detected