serverstatus

package
v0.0.0-...-14f1f3a Latest Latest
Warning

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

Go to latest
Published: Jul 24, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Overview

Package serverstatus implements the way to interact with Server Status system (https://status.riotgames.com)

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Entry

type Entry struct {
	UID         string    `json:"uid"`
	Author      string    `json:"author"`
	Date        time.Time `json:"date"`
	Description string    `json:"description"`
	Title       string    `json:"title"`
	URL         string    `json:"url"`
}

func GetItems

func GetItems(url string, locale string) ([]Entry, error)

Jump to

Keyboard shortcuts

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