db

package
v1.3.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 19, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TestPlanDB

type TestPlanDB struct {
	*gorm.DB
}

TestPlanDB .

func (*TestPlanDB) UpdateTestPlanV2

func (client *TestPlanDB) UpdateTestPlanV2(testPlanID uint64, fields map[string]interface{}) error

UpdateTestPlanV2 Update test plan

type TestPlanV2

type TestPlanV2 struct {
	dbengine.BaseModel
	Name        string
	Desc        string
	CreatorID   string
	UpdaterID   string
	ProjectID   uint64
	SpaceID     uint64
	PipelineID  uint64
	PassRate    float64
	ExecuteTime *time.Time
}

TestPlanV2 测试计划V2

func (TestPlanV2) TableName

func (TestPlanV2) TableName() string

TableName table name

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL