mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-16 05:02:24 -04:00
Rename provider
This commit is contained in:
parent
4496755c64
commit
dad9a97ee2
8 changed files with 12 additions and 12 deletions
|
@ -35,7 +35,7 @@ func NewCreator(out io.Writer) *Creator {
|
|||
}
|
||||
|
||||
// Create creates the handed amount of instances and all the needed resources.
|
||||
func (c *Creator) Create(ctx context.Context, provider cloudprovider.CloudProvider, config *config.Config, name, insType string, coordCount, nodeCount int,
|
||||
func (c *Creator) Create(ctx context.Context, provider cloudprovider.Provider, config *config.Config, name, insType string, coordCount, nodeCount int,
|
||||
) (state.ConstellationState, error) {
|
||||
switch provider {
|
||||
case cloudprovider.GCP:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue