Network Validation Test Cases

This commit is contained in:
Matthew R Kasun
2021-04-30 23:07:25 -04:00
parent c533bf7183
commit 0e1a5f534f
9 changed files with 726 additions and 491 deletions

View File

@@ -9,6 +9,7 @@ import (
"strings"
"time"
"github.com/go-playground/validator/v10"
"github.com/gorilla/mux"
"github.com/gravitl/netmaker/functions"
"github.com/gravitl/netmaker/models"
@@ -17,7 +18,6 @@ import (
"go.mongodb.org/mongo-driver/mongo"
"go.mongodb.org/mongo-driver/mongo/options"
"golang.org/x/crypto/bcrypt"
"gopkg.in/go-playground/validator.v9"
)
func userHandlers(r *mux.Router) {