mod: remove unused parameters from APIs
Mostly unnecessary context parameters, including from the exposed
API GetModuleWithManifest, as it is still experimental
and is documented as not fetching anything via an OCI client.
While here, remove unnecessary type parameters as well.
Signed-off-by: Daniel Martí <mvdan@mvdan.cc>
Change-Id: Ie1cd36b856bdae74a2fdba3d738de7305112b7d6
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1195719
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>
Unity-Result: CUE porcuepine <cue.porcuepine@gmail.com>
Reviewed-by: Paul Jolly <paul@myitcv.io>