✨ Able to read wordpress site
btw the 10 yrs ago package still work properly, amazing...
means the wordpress api did not change a lot and the golang backward
compability is amazing!
9 lines
160 B
Go
9 lines
160 B
Go
package models
|
|
|
|
type NewsSource struct {
|
|
ID string `json:"id"`
|
|
Label string `json:"label"`
|
|
Type string `json:"type"`
|
|
Source string `json:"source"`
|
|
}
|