argoflows 0.1.1

Argoflows lets you seamlessly integrate and manage Argo Workflows directly from your Rust applications.
Documentation
mod archive_strategy;
pub use self::archive_strategy::ArchiveStrategy;

mod art_gc_status;
pub use self::art_gc_status::ArtGCStatus;

mod artifact;
pub use self::artifact::Artifact;

mod artifact_gc;
pub use self::artifact_gc::ArtifactGC;

mod artifact_gc_spec;
pub use self::artifact_gc_spec::ArtifactGCSpec;

mod artifact_location;
pub use self::artifact_location::ArtifactLocation;

mod artifact_node_spec;
pub use self::artifact_node_spec::ArtifactNodeSpec;

mod artifact_paths;
pub use self::artifact_paths::ArtifactPaths;

mod artifact_repository;
pub use self::artifact_repository::ArtifactRepository;

mod artifact_repository_ref;
pub use self::artifact_repository_ref::ArtifactRepositoryRef;

mod artifact_repository_ref_status;
pub use self::artifact_repository_ref_status::ArtifactRepositoryRefStatus;

mod artifactory_artifact;
pub use self::artifactory_artifact::ArtifactoryArtifact;

mod artifactory_artifact_repository;
pub use self::artifactory_artifact_repository::ArtifactoryArtifactRepository;

mod azure_artifact;
pub use self::azure_artifact::AzureArtifact;

mod azure_artifact_repository;
pub use self::azure_artifact_repository::AzureArtifactRepository;

mod create_s3_bucket_options;
pub use self::create_s3_bucket_options::CreateS3BucketOptions;

mod gcs_artifact;
pub use self::gcs_artifact::GCSArtifact;

mod gcs_artifact_repository;
pub use self::gcs_artifact_repository::GCSArtifactRepository;

mod git_artifact;
pub use self::git_artifact::GitArtifact;

mod hdfs_artifact;
pub use self::hdfs_artifact::HDFSArtifact;

mod hdfs_artifact_repository;
pub use self::hdfs_artifact_repository::HDFSArtifactRepository;

mod header;
pub use self::header::Header;

mod http_artifact;
pub use self::http_artifact::HTTPArtifact;

mod oss_artifact;
pub use self::oss_artifact::OSSArtifact;

mod oss_artifact_repository;
pub use self::oss_artifact_repository::OSSArtifactRepository;

mod oss_lifecycle_rule;
pub use self::oss_lifecycle_rule::OSSLifecycleRule;

mod raw_artifact;
pub use self::raw_artifact::RawArtifact;

mod s3_artifact;
pub use self::s3_artifact::S3Artifact;

mod s3_artifact_repository;
pub use self::s3_artifact_repository::S3ArtifactRepository;

mod s3_encryption_options;
pub use self::s3_encryption_options::S3EncryptionOptions;

mod tar_strategy;
pub use tar_strategy::TarStrategy;