Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsCorrectURL ¶
Types ¶
type Config ¶
type Config struct { Token string `json:"Token"` ChatID int64 `json:"ChatID"` Medium string `json:"Medium"` Site struct { Login string `json:"Login"` Password string `json:"Password"` Domain string `json:"Domain"` URL string `json:"URL"` } `json:"Site"` }
func (*Config) LoadScrapingConfiguration ¶
type WPResponse ¶
type WPResponse struct { Content struct { Rendered string `json:"rendered"` } `json:"content"` }
Click to show internal directories.
Click to hide internal directories.