Documentation ¶
Index ¶
Constants ¶
View Source
const FunctionTypeName = "stopwatch"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StopwatchImpl ¶
type StopwatchImpl struct { StartTime time.Time `json:"startTime"` StopTime *time.Time `json:"stopTime,omitempty"` Duration *time.Duration `json:"duration,omitempty"` State bool `json:"state"` Count int32 `json:"count"` CumulativeTime time.Duration `json:"cumulativeTime"` }
func New ¶
func New() *StopwatchImpl
Click to show internal directories.
Click to hide internal directories.