GetRefForInputConfig gets the reference for the message file, source bucket, or module.
(ctx context.Context, inputConfig bufconfig.InputConfig)
| 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 | } |
| 242 | |
| 243 | // NewRefParser returns a new RefParser. |
no outgoing calls
no test coverage detected