Implemented weather stories support
All checks were successful
ci/woodpecker/push/build-image Pipeline was successful

This commit is contained in:
2026-05-30 07:06:29 -05:00
parent bde515d146
commit ecea856e8e
18 changed files with 760 additions and 4 deletions

View File

@@ -10,6 +10,7 @@ func Definitions(svc Service) []endpoint.Definition {
alertsDefinition(svc),
conditionsDefinition(svc),
}
defs = append(defs, weatherStoriesDefinitions(svc)...)
defs = append(defs, discussionDefinitions(svc)...)
defs = append(defs, forecastDefinitions(svc)...)
return defs