Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Test ¶
type Test struct {
Id bson.ObjectId `bson:"_id,omitempty" json:"_id,omitempty"`
Name string `bson:"name" json:"name"`
Description string `bson:"description" json:"description"`
BaseUrl string `bson:"base_url" json:"baseUrl"`
Requests int `bson:"requests" json:"requests"`
Concurrency int `bson:"concurrency" json:"concurrency"`
Tasks []Task `bson:"tasks" json:"tasks"`
}
Click to show internal directories.
Click to hide internal directories.