diff --git a/pkg/buildAPIRequest.go b/pkg/buildAPIRequest.go index dd1bdfc3..f28d22b1 100644 --- a/pkg/buildAPIRequest.go +++ b/pkg/buildAPIRequest.go @@ -1,3 +1,5 @@ +// this file contains the BuildAPIRequest function which takes in the provider name, params map, and mode and returns the providerConfig map and error +// The providerConfig map can be used to build the API request to the provider package pkg import (