trepa/internal/variables/api/dto.go

6 lines
106 B
Go

package api
type GetVariableResponse struct {
Name string `json:"name"`
Value string `json:"value"`
}