Skip to content

Commit 03a83f6

Browse files
committed
Repo
1 parent 2149b89 commit 03a83f6

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

IMPLEMENTATION_STATUS.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -578,16 +578,23 @@ See [interface-ipfs-core](https://github.com/ipfs/interface-ipfs-core).
578578

579579
#### CLI
580580

581+
| Command | Go Impl | JS Impl |
582+
| -------------------------------------------- | :-----------: | :-----------: |
583+
| **`ipfs repo fsck`** | :green_apple: | :chestnut: |
584+
| **`ipfs repo gc`** | :green_apple: | :tomato: |
585+
| **`ipfs repo stat`** | :green_apple: | :tomato: |
586+
| **`ipfs repo verify`** | :green_apple: | :chestnut: |
587+
| **`ipfs repo version`** | :green_apple: | :green_apple: |
588+
581589
#### HTTP
582590

583591
| Endpoint | Go Impl | JS Impl |
584592
| -------------------------------------------- | :-----------: | :-----------: |
585593
| **`GET /api/v0/repo/fsck`** | :green_apple: | :chestnut: |
586-
| **`GET /api/v0/repo/gc`** | :green_apple: | :chestnut: |
587-
| **`GET /api/v0/repo/stat`** | :green_apple: | :chestnut: |
594+
| **`GET /api/v0/repo/gc`** | :green_apple: | :tomato: |
595+
| **`GET /api/v0/repo/stat`** | :green_apple: | :tomato: |
588596
| **`GET /api/v0/repo/verify`** | :green_apple: | :chestnut: |
589-
| **`GET /api/v0/repo/version`** | :green_apple: | :chestnut: |
590-
597+
| **`GET /api/v0/repo/version`** | :green_apple: | :green_apple: |
591598

592599
#### Core
593600

0 commit comments

Comments
 (0)