Skip to content

Commit

Permalink
Fix:undeloy service log
Browse files Browse the repository at this point in the history
  • Loading branch information
umanggoyald11 committed Apr 30, 2024
1 parent d923ff5 commit fa5f59f
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 200 deletions.
2 changes: 1 addition & 1 deletion internal/service/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func (e *Service) UndeployService(ctx *context.Context, request *service.Undeplo
return err
}

log.Info("Deleting environment...")
log.Info("Undeploying Service...")
spinner := spinner.New(spinner.CharSets[constant.SpinnerType], constant.SpinnerDelay)
err = spinner.Color(constant.SpinnerColor, constant.SpinnerStyle)
if err != nil {
Expand Down
10 changes: 1 addition & 9 deletions proto/dream11/od/service/v1/service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,4 @@ message ComponentStatus {
string component_status = 2;
string component_action = 3;
string error = 4;
}

message DeleteEnvironmentRequest {
string env_name = 1;
}

message DeleteEnvironmentResponse {
string message = 1;
}
}
247 changes: 57 additions & 190 deletions proto/gen/go/dream11/od/service/v1/service.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fa5f59f

Please sign in to comment.