package
module
Version:
v0.0.3
Opens a new window with list of versions in this module.
Published: Jul 8, 2022
License: MIT
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
k6-moonphase
An extension for k6 that provides current moon phase to your test scripts.
This project has been created in educational purposes and you should not use it in production.
Documentation
¶
type AstronomyForecast struct {
Moon struct {
CurrentPhase MoonPhase `json:"current"`
} `json:"moonPhase"`
Time time.Time `json:"time"`
}
type MoonPhase struct {
Name string `json:"text"`
Time time.Time `json:"time"`
Value float64 `json:"value"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.