Skip to content

Commit

Permalink
Remove not existing assessment create
Browse files Browse the repository at this point in the history
Signed-off-by: Marek Aufart <maufart@redhat.com>
  • Loading branch information
aufi committed Dec 13, 2023
1 parent f1692f5 commit 3dd131c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions binding/assessment.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@ type Assessment struct {
client *Client
}

//
// Create a Assessment.
func (h *Assessment) Create(r *api.Assessment) (err error) {
err = h.client.Post(api.AssessmentsRoot, &r)
return
}

//
// Get a Assessment by ID.
func (h *Assessment) Get(id uint) (r *api.Assessment, err error) {
Expand Down

0 comments on commit 3dd131c

Please sign in to comment.