Skip to content

Commit

Permalink
feat(hub): PkgTag name for pkgs publish date (#4198)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoBorai authored Sep 27, 2024
1 parent ef486e0 commit 8a8b3e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/fluvio-hub-protocol/src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,6 @@ pub const DEF_HUB_PKG_META: &str = concatcp!(DEF_HUB_INIT_DIR, "/", HUB_PACKAGE_
pub const SDF_PKG_KIND: &str = "sdf-kind";
pub const SDF_PKG_KIND_DATAFLOW: &str = "dataflow";
pub const SDF_PKG_KIND_PACKAGE: &str = "pkg";

/// Package Meta's [`PkgTag`] reserved tag names
pub const PKG_TAG_META_PUBLISHED_AT: &str = "inf::meta::published_at";

0 comments on commit 8a8b3e7

Please sign in to comment.