package
0.5.2
Repository: https://github.com/sempernow/uqc.git
Documentation: pkg.go.dev

# Functions

GetSitesList retrieves []Sites list from its cache (JSON) if exist, else makes and caches anew.
IsUnixZero tests for "1970-01-01 00:00:00 +0000 UTC".
MakeSitesList creates []Sites from a CSV file.
NewWordPress contains app environment and per-site configuration.
ToRFC3339 parses WordPress-posts ($post) date into Golang time (GMT).

# Constants

WordPress REST API endpoints https://developer.wordpress.org/rest-api/reference/.
WordPress REST API endpoints https://developer.wordpress.org/rest-api/reference/.
No description provided by the author
Docker configs paths.
Docker configs paths.
WordPress REST API endpoints https://developer.wordpress.org/rest-api/reference/.
WordPress REST API endpoints https://developer.wordpress.org/rest-api/reference/.
WordPress REST API endpoints https://developer.wordpress.org/rest-api/reference/.

# Structs

Post
Post contains a subset of keys from its WordPress REST API namesake of the Posts endpoint.
Rendered contains that of certain Post keys.
Site contains that required to map a WordPress site to a Uqrate Channel.
No description provided by the author
WP contains a WordPress site configuration.