Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GatewayResponse ¶
type GatewayResponse struct { Outputs []struct { Data []float32 `json:"data"` } `json:"outputs"` }
Response Struct
type Handler ¶
func CreateHandler ¶
func CreateHandler() *Handler
func (*Handler) HomeHandler ¶
func (h *Handler) HomeHandler(w http.ResponseWriter, r *http.Request)
HTML, CSS, JS 요청
func (*Handler) PingHandler ¶
func (h *Handler) PingHandler(w http.ResponseWriter, r *http.Request)
Ping Handler: Ping Check 용도
type RequestData ¶
Request Struct
type ResponseData ¶
type ResponseData struct {
Image string `json:"image"`
}
Click to show internal directories.
Click to hide internal directories.