Documentation
¶
Index ¶
- Constants
- func NewResult(fileId bson.ObjectId, data []byte) (result.Tooler, error)
- type Report
- type Result
- func (r *Result) ChartVals() []*result.ChartVal
- func (r *Result) GetFileId() bson.ObjectId
- func (r *Result) GetId() bson.ObjectId
- func (r *Result) GetName() string
- func (r *Result) GetTestId() bson.ObjectId
- func (r *Result) GetType() string
- func (r *Result) OnGridFS() bool
- func (r *Result) Reporter() result.Reporter
- func (r *Result) SetReport(report result.Reporter)
- func (r *Result) Template() string
- type Tool
Constants ¶
View Source
const (
NAME = "GCC"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Report ¶
type Report struct {
Id bson.ObjectId `bson:"_id"`
Type result.CompileType `bson:"type"`
Warnings int `bson:"warnings"`
Errors int `bson:"errors"`
Data []byte `bson:"data"`
}
type Result ¶
Click to show internal directories.
Click to hide internal directories.