Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Announcement ¶ added in v0.1.2
Announcement Represents a single AWS product/feature announcement.
type Announcements ¶
type Announcements []Announcement
Announcements Represents a slice containing all of the AWS announcements for a given time period.
func Fetch ¶
func Fetch(year int, month int) (Announcements, error)
Fetch Fetches all of the announcements for the specified year/month that was input.
func ThisMonth ¶
func ThisMonth() (Announcements, error)
ThisMonth gets the current month's AWS announcements.
func Yesterday ¶
func Yesterday() (Announcements, error)
Yesterday gets yesterday's AWS announcments.
func (Announcements) JSON ¶ added in v0.1.1
func (a Announcements) JSON() ([]byte, error)
JSON Converts Announcements to JSON.
func (Announcements) Print ¶
func (a Announcements) Print()
Print Prints out an ASCII table of your selection of AWS announcements.
Click to show internal directories.
Click to hide internal directories.