Home
last modified time | relevance | path

Searched defs:Tag (Results 1 – 1 of 1) sorted by relevance

/developtools/integration_verification/tools/fotff/pkg/gitee_common/
Dsteps_ci.go47 type Tag struct { struct
48 Id string `json:"id"`
49 Issue string `json:"issue"`
50 PrList []string `json:"prList"`
51 TagFileURL string `json:"tagFileUrl"`
52 Timestamp string `json:"timestamp"`
131 func (m *Manager) genTagPackage(tag *Tag) (pkg string, err error) {