Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dawn-gdd
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
dawn
go-backend
dawn-gdd
Merge requests
!26
Swagger
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Swagger
swagger
into
develop
Overview
0
Commits
3
Pipelines
0
Changes
1
Closed
Tucker Gary Siegel
requested to merge
swagger
into
develop
2 years ago
Overview
0
Commits
3
Pipelines
0
Changes
1
Expand
Auto-generated change type comment
What kind of change is this (only select one):
Chore
Refactor
Bug Fix
Improvement
Feature
Deprecation
Breaking
To learn more about what this is, see
dawn-bot
Edited
2 years ago
by
Tucker Gary Siegel
0
0
Merge request reports
Compare
develop
version 1
845123ef
2 years ago
develop (base)
and
latest version
latest version
d9d7d431
3 commits,
2 years ago
version 1
845123ef
2 commits,
2 years ago
1 file
+
3
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
controllers/gdd_controller.go
+
3
−
0
Options
@@ -21,7 +21,10 @@ var GetGddValues = services.GetGddValues
// @Failure 400 {object} errors.StandardError
// @Failure 404 {object} errors.StandardError
// @Failure 500 {object} errors.StandardError
<<<<<<<
controllers
/
gdd_controller
.
go
=======
// @Param year query int true "Year to get gdd for"
>>>>>>>
controllers
/
gdd_controller
.
go
// @Param product query string true "Crop to calculate gdd for" Enums(corn)
// @Param latitude query number true "Latitude to search for"
// @Param longitude query number true "Longitude to search for"
Loading