package
Version:
v0.0.0-...-a69a678
Opens a new window with list of versions in this module.
Published: Nov 21, 2023
License: MIT
Opens a new window with license information.
Imports: 25
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type LiveData struct {
AvailableBikes int `json:"available_bikes"`
AvailableBikeStands int `json:"available_bike_stands"`
}
type SlackInteraction struct {
User struct {
ID string `json:"id"`
} `json:"user"`
ResponseURL string `json:"response_url"`
Actions []struct {
ActionID string `json:"action_id"`
Value string `json:"value"`
} `json:"actions"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.