Skip to content

Commit

Permalink
Add comment to exported function
Browse files Browse the repository at this point in the history
  • Loading branch information
nullun committed Jul 31, 2024
1 parent 620af0d commit 157010e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/middlewares/pna.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import (
"github.com/labstack/echo/v4"
)

// MakePNA constructs the Private Network Access middleware function
func MakePNA() echo.MiddlewareFunc {
return func(next echo.HandlerFunc) echo.HandlerFunc {
return func(ctx echo.Context) error {
Expand Down

0 comments on commit 157010e

Please sign in to comment.