Skip to content

Commit

Permalink
Merge pull request #15 from hopinc/fix/docs-container-metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
alii authored Sep 20, 2022
2 parents 83a2783 + 9fee236 commit 39f4516
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/hungry-bugs-hunt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@onehop/js': patch
---

Added jsdoc to container metadata
6 changes: 6 additions & 0 deletions src/rest/types/ignite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,13 @@ export interface Container {
last_start: Timestamp;
};

/**
* Information about the container
*/
metadata: {
/**
* The last exit code
*/
last_exit_code?: number;
};

Expand Down

1 comment on commit 39f4516

@vercel
Copy link

@vercel vercel bot commented on 39f4516 Sep 20, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

hop-js – ./

js.hop.io
hop-js-git-master-onehop.vercel.app
hop-js-onehop.vercel.app
hop-js.vercel.app

Please sign in to comment.