Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BrowserMockReq ¶
type BrowserMockReq struct {
ID string `json:"id" bson:"_id"`
Created int64 `json:"created" bson:"created"`
Updated int64 `json:"updated" bson:"updated"`
AppID string `json:"app_id" bson:"app_id,omitempty"`
TestName string `json:"test_name" bson:"test_name,omitempty"`
Deps []map[string]models.FetchResponse `json:"deps" bson:"deps,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.