mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-16 05:41:13 +08:00
adding security fixes
This commit is contained in:
5
models/error.go
Normal file
5
models/error.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package models
|
||||
|
||||
type Error string
|
||||
|
||||
func (e Error) Error() string { return string(e) }
|
Reference in New Issue
Block a user