mirror of
https://github.com/foomo/sesamy-go.git
synced 2025-10-16 12:35:43 +00:00
fix: add missing params
This commit is contained in:
parent
3f0b3fca75
commit
c9aee967cb
@ -19,4 +19,10 @@ type SST struct {
|
|||||||
GCD *string `json:"gcd,omitempty" gtag:"gcd,omitempty"`
|
GCD *string `json:"gcd,omitempty" gtag:"gcd,omitempty"`
|
||||||
// Example: 0
|
// Example: 0
|
||||||
UDE *string `json:"ude,omitempty" gtag:"ude,omitempty"`
|
UDE *string `json:"ude,omitempty" gtag:"ude,omitempty"`
|
||||||
|
// Example: 223090308
|
||||||
|
LPC *string `json:"lpc,omitempty" gtag:"lpc,omitempty"`
|
||||||
|
// Example: 223090308
|
||||||
|
NAVT *string `json:"navt,omitempty" gtag:"navt,omitempty"`
|
||||||
|
// Example: 1
|
||||||
|
SWExp *string `json:"sw_exp,omitempty" gtag:"sw_exp,omitempty"`
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user