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 #4835 from hashicorp/f-proto-add-ons
Browse files Browse the repository at this point in the history
Add Ons protobuf
  • Loading branch information
paladin-devops committed Aug 8, 2023
2 parents 641c6b0 + 219b1b0 commit 6ae375e
Show file tree
Hide file tree
Showing 10 changed files with 19,210 additions and 13,220 deletions.
2 changes: 2 additions & 0 deletions internal/server/boltdbstate/project_template.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ func (s *State) UpdateProjectTemplate(context.Context, *pb.ProjectTemplate) (*pb
func (s *State) GetProjectTemplate(context.Context, *pb.Ref_ProjectTemplate) (*pb.ProjectTemplate, error) {
return nil, status.Errorf(codes.Unimplemented, "ProjectTemplate Unimplemented")
}

func (s *State) DeleteProjectTemplate(context.Context, *pb.Ref_ProjectTemplate) error {
return status.Errorf(codes.Unimplemented, "ProjectTemplate Unimplemented")
}

func (s *State) ListProjectTemplates(context.Context, *pb.ListProjectTemplatesRequest) ([]*pb.ProjectTemplate, error) {
return nil, status.Errorf(codes.Unimplemented, "ProjectTemplate Unimplemented")
}
300 changes: 300 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.

0 comments on commit 6ae375e

Please sign in to comment.