7 lines
129 B
Go
7 lines
129 B
Go
|
package types
|
||
|
|
||
|
type ValidityPattern struct {
|
||
|
BeginningDate string `json:"beginning_date"`
|
||
|
Days string `json:"days"`
|
||
|
}
|