Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Benchmark ¶
Benchmark struct extends ent.Schema to describe the Benchmark database table.
func (Benchmark) Annotations ¶
func (Benchmark) Annotations() []schema.Annotation
Annotations function adds annotations to the Benchmark schema.
type BenchmarkMixin ¶
BenchmarkMixin is a struct with embedded mixin.Schema (a predefined structure)
func (BenchmarkMixin) Fields ¶
func (BenchmarkMixin) Fields() []ent.Field
Fields method defines the fields within the Benchmark database table.
type BenchmarkResult ¶
BenchmarkResult struct that extend ent.Schema, defines the BenchmarkResult table in the database.
func (BenchmarkResult) Annotations ¶
func (BenchmarkResult) Annotations() []schema.Annotation
Annotations function adds annotations to the BenchmarkResult schema.
func (BenchmarkResult) Edges ¶
func (BenchmarkResult) Edges() []ent.Edge
Edges function defines the relations/edges of the BenchmarkResult schema.
func (BenchmarkResult) Mixin ¶
func (BenchmarkResult) Mixin() []ent.Mixin
Mixin function that defines the mixins to be incorporated into the BenchmarkResult schema.
type BenchmarkResultMixin ¶
BenchmarkResultMixin is a struct with embedded mixin.Schema (a predefined structure).
func (BenchmarkResultMixin) Fields ¶
func (BenchmarkResultMixin) Fields() []ent.Field
Fields method that defines the fields within the BenchmarkResult database table.
type SystemMetric ¶
SystemMetric struct extends ent.Schema, defines the SystemMetric table in the database.
func (SystemMetric) Annotations ¶
func (SystemMetric) Annotations() []schema.Annotation
Annotations function adds annotations to the SystemMetric schema.
func (SystemMetric) Edges ¶
func (SystemMetric) Edges() []ent.Edge
Edges function defines the relations/edges of the SystemMetric schema.
func (SystemMetric) Mixin ¶
func (SystemMetric) Mixin() []ent.Mixin
Mixin function defines the mixins to be incorporated into the SystemMetric schema.
type SystemMetricMixin ¶
SystemMetricMixin is a struct with embedded mixin.Schema.
func (SystemMetricMixin) Fields ¶
func (SystemMetricMixin) Fields() []ent.Field
Fields method defines the fields within the SystemMetric database table.