Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ResultSuccess represents the result of success. ResultSuccess = "success" // ResultError represents the result of error. ResultError = "error" // ResultUnknown represents the result of unknown. ResultUnknown = "unknown" )
Variables ¶
This section is empty.
Functions ¶
func DurationInSeconds ¶
DurationInSeconds gets the time in seconds.
func GetResultByError ¶
GetResultByError returns results according to the error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.