1 Commits
0.0.5 ... 0.0.6

Author SHA1 Message Date
4ed32f8314 fix struct
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2024-01-25 15:24:56 +01:00

View File

@ -18,7 +18,6 @@ type variable_t struct {
Label string `json:"label"`
Variable string `json:"variable"`
Value string `json:"value"`
DiffValue string `json:"diffValue"`
}
type message_t struct {