package
Version:
v0.0.0-...-99fe1a5
Opens a new window with list of versions in this module.
Published: Oct 4, 2024
License: MIT
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Init has to be called to set up the API configuration for the service.
Archive is an argument for UploadArchive.
type Upload struct {
Account int
OrgID int
}
Upload object is contained in Uploaded object.
type Uploaded struct {
RequestID string `json:"request_id"`
Upload Upload `json:"upload"`
}
Uploaded object is returned by Ingress on successful upload.
UploadArchive loads an archive from filesystem and uploads it to Ingress.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.