Skip to content

Commit 185d21e

Browse files
committed
fix import path
1 parent 5a3240b commit 185d21e

File tree

2 files changed

+15
-29
lines changed

2 files changed

+15
-29
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import (
3030
"log"
3131
"os"
3232

33-
"github.com/coreos/prodoc/parse"
33+
"github.com/coreos/protodoc/parse"
3434
"github.com/spf13/cobra"
3535
)
3636

sample.md

Lines changed: 14 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,7 @@
114114

115115
##### message `AuthDisableRequest`
116116

117-
| Field | Description | Type | Go | C++ | Java | Python |
118-
| ----- | ----------- | ---- | --- | --- | ---- | ------ |
117+
Empty field.
119118

120119

121120
<br>
@@ -131,8 +130,7 @@
131130

132131
##### message `AuthEnableRequest`
133132

134-
| Field | Description | Type | Go | C++ | Java | Python |
135-
| ----- | ----------- | ---- | --- | --- | ---- | ------ |
133+
Empty field.
136134

137135

138136
<br>
@@ -166,8 +164,7 @@
166164

167165
##### message `AuthRoleDeleteRequest`
168166

169-
| Field | Description | Type | Go | C++ | Java | Python |
170-
| ----- | ----------- | ---- | --- | --- | ---- | ------ |
167+
Empty field.
171168

172169

173170
<br>
@@ -183,8 +180,7 @@
183180

184181
##### message `AuthRoleGetRequest`
185182

186-
| Field | Description | Type | Go | C++ | Java | Python |
187-
| ----- | ----------- | ---- | --- | --- | ---- | ------ |
183+
Empty field.
188184

189185

190186
<br>
@@ -219,8 +215,7 @@
219215

220216
##### message `AuthRoleRevokeRequest`
221217

222-
| Field | Description | Type | Go | C++ | Java | Python |
223-
| ----- | ----------- | ---- | --- | --- | ---- | ------ |
218+
Empty field.
224219

225220

226221
<br>
@@ -292,8 +287,7 @@
292287

293288
##### message `AuthUserGetRequest`
294289

295-
| Field | Description | Type | Go | C++ | Java | Python |
296-
| ----- | ----------- | ---- | --- | --- | ---- | ------ |
290+
Empty field.
297291

298292

299293
<br>
@@ -328,8 +322,7 @@
328322

329323
##### message `AuthUserRevokeRequest`
330324

331-
| Field | Description | Type | Go | C++ | Java | Python |
332-
| ----- | ----------- | ---- | --- | --- | ---- | ------ |
325+
Empty field.
333326

334327

335328
<br>
@@ -345,8 +338,7 @@
345338

346339
##### message `AuthenticateRequest`
347340

348-
| Field | Description | Type | Go | C++ | Java | Python |
349-
| ----- | ----------- | ---- | --- | --- | ---- | ------ |
341+
Empty field.
350342

351343

352344
<br>
@@ -399,8 +391,7 @@ Compaction compacts the kv store upto a given revision. All superseded keys with
399391

400392
##### message `DefragmentRequest`
401393

402-
| Field | Description | Type | Go | C++ | Java | Python |
403-
| ----- | ----------- | ---- | --- | --- | ---- | ------ |
394+
Empty field.
404395

405396

406397
<br>
@@ -436,16 +427,14 @@ Compaction compacts the kv store upto a given revision. All superseded keys with
436427

437428
##### message `EmptyResponse`
438429

439-
| Field | Description | Type | Go | C++ | Java | Python |
440-
| ----- | ----------- | ---- | --- | --- | ---- | ------ |
430+
Empty field.
441431

442432

443433
<br>
444434

445435
##### message `HashRequest`
446436

447-
| Field | Description | Type | Go | C++ | Java | Python |
448-
| ----- | ----------- | ---- | --- | --- | ---- | ------ |
437+
Empty field.
449438

450439

451440
<br>
@@ -580,8 +569,7 @@ An InternalRaftRequest is the union of all requests which can be sent via raft.
580569

581570
##### message `MemberListRequest`
582571

583-
| Field | Description | Type | Go | C++ | Java | Python |
584-
| ----- | ----------- | ---- | --- | --- | ---- | ------ |
572+
Empty field.
585573

586574

587575
<br>
@@ -752,8 +740,7 @@ An InternalRaftRequest is the union of all requests which can be sent via raft.
752740

753741
##### message `SnapshotRequest`
754742

755-
| Field | Description | Type | Go | C++ | Java | Python |
756-
| ----- | ----------- | ---- | --- | --- | ---- | ------ |
743+
Empty field.
757744

758745

759746
<br>
@@ -771,8 +758,7 @@ An InternalRaftRequest is the union of all requests which can be sent via raft.
771758

772759
##### message `StatusRequest`
773760

774-
| Field | Description | Type | Go | C++ | Java | Python |
775-
| ----- | ----------- | ---- | --- | --- | ---- | ------ |
761+
Empty field.
776762

777763

778764
<br>

0 commit comments

Comments
 (0)