Versions in this module Expand all Collapse all v0 v0.0.1 Mar 20, 2020 Changes in this version + type GetStatusAPIResponse struct + HasMessage bool + Hash string + Messages []Message + func GetStatus(streetID int, building string) (*GetStatusAPIResponse, error) + type Message struct + Description string + Title string + type Street struct + ID int + Name string + type StreetIndexMap map[int]int + type StreetsList []Street