fronted + nats
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package http
|
||||
|
||||
type HttpRes struct {
|
||||
Headers map[string]string
|
||||
Body []byte
|
||||
}
|
||||
|
||||
type HttpReq struct {
|
||||
Url string
|
||||
Headers map[string]string
|
||||
Body []byte
|
||||
}
|
||||
Reference in New Issue
Block a user