Update public backend API surface
Private source commit: ba3f7ce2b6d9
This commit is contained in:
parent
784463622c
commit
26fdcb9d84
34 changed files with 5473 additions and 72 deletions
|
|
@ -1,3 +1,4 @@
|
|||
mod api_error;
|
||||
pub mod artifact;
|
||||
pub mod auth;
|
||||
pub mod bundle;
|
||||
|
|
@ -18,6 +19,7 @@ pub mod transport;
|
|||
pub mod vfs;
|
||||
pub mod wire;
|
||||
|
||||
pub use api_error::{ApiError, ApiErrorCategory, ApiErrorCode};
|
||||
pub use artifact::{
|
||||
ArtifactDownloadStream, ArtifactFlush, ArtifactHandle, ArtifactMetadata, ArtifactRegistry,
|
||||
ArtifactScopeKey, ArtifactUnavailable, DownloadAction, DownloadError, DownloadLink,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue