predictor/internal/pkg/grib/dataset.go
2025-06-22 22:36:10 +03:00

6 lines
82 B
Go

package grib
type dataset struct {
cube *cube
runUTC int64 // unix seconds
}