Documentation
¶
Overview ¶
Copyright (c) 2025 Tobias Schäfer. All rights reserved. Licensed under the MIT license, see LICENSE in the project root for details.
Copyright (c) 2025 Tobias Schäfer. All rights reserved. Licensed under the MIT license, see LICENSE in the project root for details.
Copyright (c) 2025 Tobias Schäfer. All rights reserved. Licensed under the MIT license, see LICENSE in the project root for details.
Index ¶
- func JSONError(w http.ResponseWriter, status int, message string)
- func MethodNotAllowedHandler(w http.ResponseWriter, r *http.Request)
- func Metrics(w http.ResponseWriter, r *http.Request)
- func NotFoundHandler(w http.ResponseWriter, r *http.Request)
- type Handle
- func (h Handle) Clock(w http.ResponseWriter, r *http.Request)
- func (h Handle) Configuration(w http.ResponseWriter, r *http.Request)
- func (h Handle) Temperature(w http.ResponseWriter, r *http.Request)
- func (h Handle) Throttled(w http.ResponseWriter, r *http.Request)
- func (h Handle) Voltages(w http.ResponseWriter, r *http.Request)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MethodNotAllowedHandler ¶
func MethodNotAllowedHandler(w http.ResponseWriter, r *http.Request)
func NotFoundHandler ¶
func NotFoundHandler(w http.ResponseWriter, r *http.Request)
Types ¶
type Handle ¶
func (Handle) Configuration ¶
func (h Handle) Configuration(w http.ResponseWriter, r *http.Request)
func (Handle) Temperature ¶
func (h Handle) Temperature(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.