Documentation ¶
Overview ¶
Package golang implements the methods for golang coverage services.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Golang ¶
type Golang struct {
// contains filtered or unexported fields
}
func (*Golang) AppendCoverage ¶
func (g *Golang) AppendCoverage(coverage *models.TestCoverage, testRunID string) error
func (*Golang) GetCoverage ¶
func (g *Golang) GetCoverage() (models.TestCoverage, error)
Click to show internal directories.
Click to hide internal directories.