Documentation
¶
Index ¶
Constants ¶
View Source
const ( FETCH_SOURCE = iota FETCH_DEPLOYMENT FETCH_URL // remove this? )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FetchRequest ¶
type FetchRequest struct {
FetchType FetchRequestType `json:"fetchType"`
Function api.ObjectMeta `json:"function"`
Url string `json:"url"`
StorageSvcUrl string `json:"storagesvcurl"`
Filename string `json:"filename"`
}
type FetchRequestType ¶
type FetchRequestType int
Click to show internal directories.
Click to hide internal directories.