Notes/request_response.go
2023-06-15 07:24:23 +02:00

13 lines
113 B
Go

package main
import (
// Standard
"encoding/json"
)
type Request struct {
ID string
}
func (req *Request)