internal

package
v0.0.0-...-d35ffa1 Latest Latest
Warning

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

Go to latest
Published: Oct 19, 2024 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Log = logrus.New()
)

Functions

This section is empty.

Types

type DepartureInformation

type DepartureInformation struct {
	Status         DepartureStatus
	Time           time.Time
	StatusMessages map[string][]string
}

func CrawlInformationAboutDeparture

func CrawlInformationAboutDeparture() *DepartureInformation

type DepartureStatus

type DepartureStatus int64
const (
	RUNNING DepartureStatus = iota
	NOT_RUNNING
	CLOSING_TIME
	NO_INFORMATION
)

type Language

type Language struct {
	Code string `json:"code"`
	Name string `json:"name"`
}

type Languages

type Languages struct {
	Languages []Language `json:"languages"`
}

Jump to

Keyboard shortcuts

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