repository와 subscribe까지 잘 됨
This commit is contained in:
8
internal/pkg/repository/errors.go
Normal file
8
internal/pkg/repository/errors.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package repository
|
||||
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
ErrWeatherAlreadyExists = errors.New("weather already exists")
|
||||
ErrWeatherNotFound = errors.New("weather not found")
|
||||
)
|
||||
Reference in New Issue
Block a user