gbf

package module
v0.0.0-...-d095553 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 28, 2017 License: Apache-2.0 Imports: 6 Imported by: 0

README

go-gbf

License

Apache 2.0

Documentation

Overview

Package gbf scrapes information from the English Granblue Fantasy Wiki.

Index

Constants

This section is empty.

Variables

View Source
var (
	WikiHomeURL   *url.URL
	WikiEventsURL *url.URL
)

Functions

This section is empty.

Types

type Event

type Event struct {
	Title string
	URL   string
}

func CurrentEvents

func CurrentEvents() (events []*Event, err error)

func UpcomingEvents

func UpcomingEvents() (events []*Event, err error)

type EventDetails

type EventDetails struct {
	ImageURL string
	StartsAt time.Time
	EndsAt   time.Time
}

func EventDetailsURL

func EventDetailsURL(eventURLStr string) (details *EventDetails, err error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL