start work on adding secrets

This commit is contained in:
2023-03-31 16:59:38 +11:00
parent 8135c49e7f
commit 7184eba5f3
6 changed files with 75 additions and 23 deletions

View File

@@ -7,7 +7,8 @@ import (
)
type RetrieveInput struct {
DeviceName string `json:"deviceName" binding:"required"`
DeviceName string `json:"deviceName"`
DeviceCategory string `json:"deviceCategory"`
}
func Retrieve(c *gin.Context) {