mission

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jan 30, 2021 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetURL

func GetURL() string

GetURL retrieves the URL to get data about mission

Types

type MissionInfo

type MissionInfo struct {
	MissionObjectives []Objectives `json:"objectives"`
	Status            string       `json:"status"`
}

MissionInfo struct contains data about mission

type Objectives

type Objectives struct {
	Primary bool   `json:"primary"`
	Status  string `json:"status"`
	Text    string `json:"text"`
}

Objectives struct contains mission objectives

Jump to

Keyboard shortcuts

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