package
0.0.0-20231216134354-3f7ed92f8ab5
Repository: https://github.com/dnullp/se_work.git
Documentation: pkg.go.dev
# Functions
AdminControlPost - admin_control AdminControlPost handles the POST request for administrative control.
BillCostGet - bill_cost BillCostGet is a handler function for the API endpoint that retrieves the cost of a bill.
BillDetailGet - bill_detail BillDetailGet handles the GET request for retrieving bill details.
CheckInPost - check_in Copy CheckInPost handles the HTTP POST request for checking in a guest.
CheckOutPost - check_out Copy CheckOutPost handles the HTTP POST request for checking out a guest.
GetAllDeviceStatusGet - get_all_device_status GetAllDeviceStatusGet retrieves the status of all devices.
GetDailyReportPost - get_daily_report GetDailyReportPost is a handler function that retrieves the daily report data and returns it as a JSON response.
GetDeviceStatusGet - get_device_status GetDeviceStatusGet is a handler function for the GET request to retrieve the status of a device.
GetPanelStatus - get_panel_status GetPanelStatusGet retrieves the panel status for a given device.
GetWeeklyReportPost - get_weekly_report GetWeeklyReportPost is a handler function that retrieves the weekly report data and returns it as a JSON response.
LoginGet - login LoginGet handles the GET request for the login endpoint.
LogoutGet - logout LogoutGet handles the GET request for logging out the user.
RemoteControlPost - remote_control RemoteControlPost handles the POST request for remote control commands.