Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
idanovo committed Mar 19, 2024
1 parent 0e4a17d commit 6e09756
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/api/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,9 @@ func (c *Controller) Login(w http.ResponseWriter, r *http.Request, body apigen.L
writeResponse(w, r, http.StatusOK, response)
}

func (c *Controller) stam() {

Check failure on line 557 in pkg/api/controller.go

View workflow job for this annotation

GitHub Actions / Run Linters and Checkers

func `(*Controller).stam` is unused (unused)
}

func (c *Controller) GetPhysicalAddress(w http.ResponseWriter, r *http.Request, repository, branch string, params apigen.GetPhysicalAddressParams) {
if !c.authorize(w, r, permissions.Node{
Permission: permissions.Permission{
Expand Down

0 comments on commit 6e09756

Please sign in to comment.