Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SanitizedSource ¶
Types ¶
type CheckRequest ¶
type CheckResponse ¶
type CheckResponse []Version
type InResponse ¶
type OutParams ¶
type OutParams struct { FileGlob string `json:"file_glob"` FilepathPrefix string `json:"s3_filepath_prefix"` VersionFile string `json:"version_file"` ReleaseTypeFile string `json:"release_type_file"` ReleaseDateFile string `json:"release_date_file"` EULASlugFile string `json:"eula_slug_file"` DescriptionFile string `json:"description_file"` ReleaseNotesURLFile string `json:"release_notes_url_file"` AvailabilityFile string `json:"availability_file"` UserGroupIDsFile string `json:"user_group_ids_file"` MetadataFile string `json:"metadata_file"` }
type OutRequest ¶
type OutResponse ¶
type Source ¶
type Source struct { APIToken string `json:"api_token"` ProductSlug string `json:"product_slug"` AccessKeyID string `json:"access_key_id"` ProductVersion string `json:"product_version"` SecretAccessKey string `json:"secret_access_key"` Bucket string `json:"bucket"` Endpoint string `json:"endpoint"` Region string `json:"region"` ReleaseType string `json:"release_type"` SortBy SortBy `json:"sort_by"` }
Click to show internal directories.
Click to hide internal directories.