mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 05:19:39 +02:00
feat(api): add go module support (#3408)
* feat(api): experiment with go mod * feat(api): experiment with go mod * feat(api): experiment with go mod * feat(api): add go module support * refactor(api): go fmt
This commit is contained in:
parent
bba13f69ad
commit
e9f6861df0
4 changed files with 313 additions and 2 deletions
|
@ -4,11 +4,11 @@ import (
|
|||
"net/http"
|
||||
|
||||
"github.com/asaskevich/govalidator"
|
||||
"github.com/gofrs/uuid"
|
||||
httperror "github.com/portainer/libhttp/error"
|
||||
"github.com/portainer/libhttp/request"
|
||||
"github.com/portainer/libhttp/response"
|
||||
"github.com/portainer/portainer/api"
|
||||
"github.com/satori/go.uuid"
|
||||
)
|
||||
|
||||
type webhookCreatePayload struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue