Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #4879 from hashicorp/i-update-add-ons
Browse files Browse the repository at this point in the history
Add-on updates
  • Loading branch information
paladin-devops committed Aug 24, 2023
2 parents 62982a7 + 5802086 commit d65a8d9
Show file tree
Hide file tree
Showing 13 changed files with 7,938 additions and 7,488 deletions.
2 changes: 1 addition & 1 deletion internal/server/boltdbstate/add_on.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func (s *State) AddOnPut(ctx context.Context, addOn *pb.AddOn) (*pb.AddOn, error
return nil, status.Errorf(codes.Unimplemented, "Add On Unimplemented")
}

func (s *State) AddOnUpdate(ctx context.Context, addOn *pb.AddOn) (*pb.AddOn, error) {
func (s *State) AddOnUpdate(ctx context.Context, addOn *pb.AddOn, existingAddOn *pb.Ref_AddOn) (*pb.AddOn, error) {
return nil, status.Errorf(codes.Unimplemented, "Add On Unimplemented")
}

Expand Down
30 changes: 30 additions & 0 deletions pkg/server/gen/mocks/waypoint_client.go

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

23 changes: 23 additions & 0 deletions pkg/server/gen/mocks/waypoint_server.go

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

0 comments on commit d65a8d9

Please sign in to comment.