|
312 | 312 | "deprecated": false,
|
313 | 313 | "externalDocs": {
|
314 | 314 | "description": "Github remote link",
|
315 |
| - "url": "https://github.com/filecoin-project/curio/blob/master/api/proxy_gen.go#L323" |
| 315 | + "url": "https://github.com/filecoin-project/curio/blob/master/api/proxy_gen.go#L327" |
316 | 316 | }
|
317 | 317 | },
|
318 | 318 | {
|
|
335 | 335 | "deprecated": false,
|
336 | 336 | "externalDocs": {
|
337 | 337 | "description": "Github remote link",
|
338 |
| - "url": "https://github.com/filecoin-project/curio/blob/master/api/proxy_gen.go#L334" |
| 338 | + "url": "https://github.com/filecoin-project/curio/blob/master/api/proxy_gen.go#L338" |
| 339 | + } |
| 340 | + }, |
| 341 | + { |
| 342 | + "name": "Filecoin.Info", |
| 343 | + "description": "```go\nfunc (s *CurioStruct) Info(p0 context.Context) (*ltypes.NodeInfo, error) {\n\tif s.Internal.Info == nil {\n\t\treturn nil, ErrNotSupported\n\t}\n\treturn s.Internal.Info(p0)\n}\n```", |
| 344 | + "summary": "", |
| 345 | + "paramStructure": "by-position", |
| 346 | + "params": [], |
| 347 | + "result": { |
| 348 | + "name": "*ltypes.NodeInfo", |
| 349 | + "description": "*ltypes.NodeInfo", |
| 350 | + "summary": "", |
| 351 | + "schema": { |
| 352 | + "examples": [ |
| 353 | + { |
| 354 | + "ID": 123, |
| 355 | + "CPU": 123, |
| 356 | + "RAM": 9, |
| 357 | + "GPU": 1, |
| 358 | + "HostPort": "string value", |
| 359 | + "LastContact": "0001-01-01T00:00:00Z", |
| 360 | + "Unschedulable": true, |
| 361 | + "Name": "string value", |
| 362 | + "StartupTime": "0001-01-01T00:00:00Z", |
| 363 | + "Tasks": "string value", |
| 364 | + "Layers": "string value", |
| 365 | + "Miners": "string value" |
| 366 | + } |
| 367 | + ], |
| 368 | + "additionalProperties": false, |
| 369 | + "properties": { |
| 370 | + "CPU": { |
| 371 | + "title": "number", |
| 372 | + "type": "number" |
| 373 | + }, |
| 374 | + "GPU": { |
| 375 | + "type": "number" |
| 376 | + }, |
| 377 | + "HostPort": { |
| 378 | + "type": "string" |
| 379 | + }, |
| 380 | + "ID": { |
| 381 | + "title": "number", |
| 382 | + "type": "number" |
| 383 | + }, |
| 384 | + "LastContact": { |
| 385 | + "format": "date-time", |
| 386 | + "type": "string" |
| 387 | + }, |
| 388 | + "Layers": { |
| 389 | + "type": "string" |
| 390 | + }, |
| 391 | + "Miners": { |
| 392 | + "type": "string" |
| 393 | + }, |
| 394 | + "Name": { |
| 395 | + "type": "string" |
| 396 | + }, |
| 397 | + "RAM": { |
| 398 | + "title": "number", |
| 399 | + "type": "number" |
| 400 | + }, |
| 401 | + "StartupTime": { |
| 402 | + "format": "date-time", |
| 403 | + "type": "string" |
| 404 | + }, |
| 405 | + "Tasks": { |
| 406 | + "type": "string" |
| 407 | + }, |
| 408 | + "Unschedulable": { |
| 409 | + "type": "boolean" |
| 410 | + } |
| 411 | + }, |
| 412 | + "type": [ |
| 413 | + "object" |
| 414 | + ] |
| 415 | + }, |
| 416 | + "required": true, |
| 417 | + "deprecated": false |
| 418 | + }, |
| 419 | + "deprecated": false, |
| 420 | + "externalDocs": { |
| 421 | + "description": "Github remote link", |
| 422 | + "url": "https://github.com/filecoin-project/curio/blob/master/api/proxy_gen.go#L349" |
339 | 423 | }
|
340 | 424 | },
|
341 | 425 | {
|
|
371 | 455 | "deprecated": false,
|
372 | 456 | "externalDocs": {
|
373 | 457 | "description": "Github remote link",
|
374 |
| - "url": "https://github.com/filecoin-project/curio/blob/master/api/proxy_gen.go#L345" |
| 458 | + "url": "https://github.com/filecoin-project/curio/blob/master/api/proxy_gen.go#L360" |
375 | 459 | }
|
376 | 460 | },
|
377 | 461 | {
|
|
425 | 509 | "deprecated": false,
|
426 | 510 | "externalDocs": {
|
427 | 511 | "description": "Github remote link",
|
428 |
| - "url": "https://github.com/filecoin-project/curio/blob/master/api/proxy_gen.go#L356" |
| 512 | + "url": "https://github.com/filecoin-project/curio/blob/master/api/proxy_gen.go#L371" |
429 | 513 | }
|
430 | 514 | },
|
431 | 515 | {
|
|
448 | 532 | "deprecated": false,
|
449 | 533 | "externalDocs": {
|
450 | 534 | "description": "Github remote link",
|
451 |
| - "url": "https://github.com/filecoin-project/curio/blob/master/api/proxy_gen.go#L367" |
| 535 | + "url": "https://github.com/filecoin-project/curio/blob/master/api/proxy_gen.go#L382" |
452 | 536 | }
|
453 | 537 | },
|
454 | 538 | {
|
|
487 | 571 | "deprecated": false,
|
488 | 572 | "externalDocs": {
|
489 | 573 | "description": "Github remote link",
|
490 |
| - "url": "https://github.com/filecoin-project/curio/blob/master/api/proxy_gen.go#L378" |
| 574 | + "url": "https://github.com/filecoin-project/curio/blob/master/api/proxy_gen.go#L393" |
491 | 575 | }
|
492 | 576 | },
|
493 | 577 | {
|
|
526 | 610 | "deprecated": false,
|
527 | 611 | "externalDocs": {
|
528 | 612 | "description": "Github remote link",
|
529 |
| - "url": "https://github.com/filecoin-project/curio/blob/master/api/proxy_gen.go#L389" |
| 613 | + "url": "https://github.com/filecoin-project/curio/blob/master/api/proxy_gen.go#L404" |
530 | 614 | }
|
531 | 615 | },
|
532 | 616 | {
|
|
720 | 804 | "deprecated": false,
|
721 | 805 | "externalDocs": {
|
722 | 806 | "description": "Github remote link",
|
723 |
| - "url": "https://github.com/filecoin-project/curio/blob/master/api/proxy_gen.go#L400" |
| 807 | + "url": "https://github.com/filecoin-project/curio/blob/master/api/proxy_gen.go#L415" |
724 | 808 | }
|
725 | 809 | },
|
726 | 810 | {
|
|
852 | 936 | "deprecated": false,
|
853 | 937 | "externalDocs": {
|
854 | 938 | "description": "Github remote link",
|
855 |
| - "url": "https://github.com/filecoin-project/curio/blob/master/api/proxy_gen.go#L411" |
| 939 | + "url": "https://github.com/filecoin-project/curio/blob/master/api/proxy_gen.go#L426" |
856 | 940 | }
|
857 | 941 | },
|
858 | 942 | {
|
|
986 | 1070 | "deprecated": false,
|
987 | 1071 | "externalDocs": {
|
988 | 1072 | "description": "Github remote link",
|
989 |
| - "url": "https://github.com/filecoin-project/curio/blob/master/api/proxy_gen.go#L422" |
| 1073 | + "url": "https://github.com/filecoin-project/curio/blob/master/api/proxy_gen.go#L437" |
990 | 1074 | }
|
991 | 1075 | },
|
992 | 1076 | {
|
|
1040 | 1124 | "deprecated": false,
|
1041 | 1125 | "externalDocs": {
|
1042 | 1126 | "description": "Github remote link",
|
1043 |
| - "url": "https://github.com/filecoin-project/curio/blob/master/api/proxy_gen.go#L433" |
| 1127 | + "url": "https://github.com/filecoin-project/curio/blob/master/api/proxy_gen.go#L448" |
1044 | 1128 | }
|
1045 | 1129 | },
|
1046 | 1130 | {
|
|
1074 | 1158 | "deprecated": false,
|
1075 | 1159 | "externalDocs": {
|
1076 | 1160 | "description": "Github remote link",
|
1077 |
| - "url": "https://github.com/filecoin-project/curio/blob/master/api/proxy_gen.go#L444" |
| 1161 | + "url": "https://github.com/filecoin-project/curio/blob/master/api/proxy_gen.go#L459" |
1078 | 1162 | }
|
1079 | 1163 | },
|
1080 | 1164 | {
|
|
1151 | 1235 | "deprecated": false,
|
1152 | 1236 | "externalDocs": {
|
1153 | 1237 | "description": "Github remote link",
|
1154 |
| - "url": "https://github.com/filecoin-project/curio/blob/master/api/proxy_gen.go#L455" |
| 1238 | + "url": "https://github.com/filecoin-project/curio/blob/master/api/proxy_gen.go#L470" |
1155 | 1239 | }
|
1156 | 1240 | },
|
1157 | 1241 | {
|
|
1174 | 1258 | "deprecated": false,
|
1175 | 1259 | "externalDocs": {
|
1176 | 1260 | "description": "Github remote link",
|
1177 |
| - "url": "https://github.com/filecoin-project/curio/blob/master/api/proxy_gen.go#L466" |
| 1261 | + "url": "https://github.com/filecoin-project/curio/blob/master/api/proxy_gen.go#L481" |
1178 | 1262 | }
|
1179 | 1263 | },
|
1180 | 1264 | {
|
|
1212 | 1296 | "deprecated": false,
|
1213 | 1297 | "externalDocs": {
|
1214 | 1298 | "description": "Github remote link",
|
1215 |
| - "url": "https://github.com/filecoin-project/curio/blob/master/api/proxy_gen.go#L477" |
| 1299 | + "url": "https://github.com/filecoin-project/curio/blob/master/api/proxy_gen.go#L492" |
1216 | 1300 | }
|
1217 | 1301 | }
|
1218 | 1302 | ]
|
|
0 commit comments