Notes/request_response.go

13 lines
113 B
Go
Raw Normal View History

2023-06-15 07:24:23 +02:00
package main
import (
// Standard
"encoding/json"
)
type Request struct {
ID string
}
func (req *Request)