Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jonny Schäfer
radolan
Commits
a3ef3796
Commit
a3ef3796
authored
May 04, 2017
by
Jonny Schäfer
Browse files
Document time fields in Composite struct
parent
895288f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
radolan.go
View file @
a3ef3796
...
@@ -60,9 +60,9 @@ import (
...
@@ -60,9 +60,9 @@ import (
type
Composite
struct
{
type
Composite
struct
{
Product
string
// composite product label
Product
string
// composite product label
CaptureTime
time
.
Time
CaptureTime
time
.
Time
// time of source data capture used for forcasting
ForecastTime
time
.
Time
ForecastTime
time
.
Time
// data represents conditions predicted for this time
Interval
time
.
Duration
Interval
time
.
Duration
// time duration until next forecast
Data
[][]
RVP6
// rvp-6 data for each point [y][x]
Data
[][]
RVP6
// rvp-6 data for each point [y][x]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment