Documentation ¶
Index ¶
Constants ¶
View Source
const KeptnTimeFormatISO8601 = "2006-01-02T15:04:05.000Z"
Variables ¶
This section is empty.
Functions ¶
func GetKeptnTimeStamp ¶
GetKeptnTimeStamp formats a given timestamp into the format used by Keptn which is following the ISO 8601 standard
func GetStartEndTime ¶
GetStartEndTime parses the provided start date, end date and/or timeframe
Types ¶
type GetStartEndTimeParams ¶
type GetStartEndTimeParams struct { StartDate string EndDate string Timeframe string TimeFormat string }
func (*GetStartEndTimeParams) Validate ¶
func (params *GetStartEndTimeParams) Validate() error
Click to show internal directories.
Click to hide internal directories.