image-storage/internal/httpDelivery/msg.go

10 lines
133 B
Go
Raw Permalink Normal View History

2025-10-25 17:39:57 +03:00
package httpDelivery
import (
"errors"
)
const logGetImage = "Image delivery | Get image"
var notFound = errors.New("not found")