Versions in this module Expand all Collapse all v1 v1.0.1 Sep 30, 2021 v1.0.0 Sep 30, 2021 Changes in this version + const StatusFail + const StatusOK + type BucketList []*runner.Bucket + func (bl *BucketList) Scan(src interface{}) error + func (bl BucketList) Value() (driver.Value, error) + type Detail struct + Report *Report + ReportID uint + func (d *Detail) BeforeSave() error + func (d *Detail) UnmarshalJSON(data []byte) error + type Histogram struct + Buckets BucketList + Report *Report + ReportID uint + func (h *Histogram) BeforeSave(scope *gorm.Scope) error + type LatencyDistributionList []*runner.LatencyDistribution + func (ld *LatencyDistributionList) Scan(src interface{}) error + func (ld LatencyDistributionList) Value() (driver.Value, error) + type Model struct + CreatedAt time.Time + ID uint + UpdatedAt time.Time + type Options struct + Info *OptionsInfo + Report *Report + ReportID uint + func (o *Options) BeforeSave(scope *gorm.Scope) error + type OptionsInfo runner.Options + func (o *OptionsInfo) Scan(src interface{}) error + func (o OptionsInfo) Value() (driver.Value, error) + type Project struct + Description string + Name string + Status Status + func (p *Project) BeforeCreate() error + func (p *Project) BeforeSave() error + func (p *Project) BeforeUpdate() error + type Report struct + Average time.Duration + Count uint64 + Date time.Time + EndReason string + ErrorDist StringIntMap + Fastest time.Duration + LatencyDistribution LatencyDistributionList + Name string + Project *Project + ProjectID uint + Rps float64 + Slowest time.Duration + Status Status + StatusCodeDist StringIntMap + Tags StringStringMap + Total time.Duration + func (r *Report) BeforeSave() error + type Status string + func StatusFromString(str string) Status + type StringIntMap map[string]int + func (m *StringIntMap) Scan(src interface{}) error + func (m StringIntMap) Value() (driver.Value, error) + type StringStringMap map[string]string + func (m *StringStringMap) Scan(src interface{}) error + func (m StringStringMap) Value() (driver.Value, error)