Http server and structures ready
This commit is contained in:
12
structures/structures.go
Normal file
12
structures/structures.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package structures
|
||||
|
||||
type Response struct {
|
||||
Url string
|
||||
Content []byte
|
||||
Err error
|
||||
}
|
||||
|
||||
type Request struct {
|
||||
Url string
|
||||
Response chan Response
|
||||
}
|
||||
Reference in New Issue
Block a user