Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BenchmarkModelMongodb ¶
type BenchmarkModelMongodb struct { Id string `json:"id" bson:"_id"` BenchmarkType entity.BenchmarkType `json:"benchmark_type" bson:"benchmark_type"` Data []int `json:"data" bson:"data"` Results []entity.Result `json:"results" bson:"results"` Faster entity.Result `json:"faster" bson:"faster"` Slower entity.Result `json:"slower" bson:"slower"` CreatedAt time.Time `json:"created_at" bson:"created_at"` }
type BenchmarkMongodb ¶
func NewBenchmarkMongodb ¶
func NewBenchmarkMongodb(client *mongo.Client) *BenchmarkMongodb
Click to show internal directories.
Click to hide internal directories.