package created
This commit is contained in:
parent
79d9ae5ab5
commit
d5610fbb30
4 changed files with 122 additions and 0 deletions
9
internal/httpDelivery/msg.go
Normal file
9
internal/httpDelivery/msg.go
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
package httpDelivery
|
||||
|
||||
import (
|
||||
"errors"
|
||||
)
|
||||
|
||||
const logGetImage = "Image delivery | Get image"
|
||||
|
||||
var notFound = errors.New("not found")
|
||||
Loading…
Add table
Add a link
Reference in a new issue