repository와 subscribe까지 잘 됨
This commit is contained in:
11
internal/app/flow/weather.go
Normal file
11
internal/app/flow/weather.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package flow
|
||||
|
||||
import "time"
|
||||
|
||||
type Weather struct {
|
||||
Source string
|
||||
TargetDate time.Time
|
||||
ForecastDate time.Time
|
||||
Condition string
|
||||
Temperature float64 // Celsius
|
||||
}
|
||||
Reference in New Issue
Block a user