make gen
This commit is contained in:
parent
3c409d5023
commit
1f6935f8c4
@ -100,7 +100,7 @@ type FullNodeStruct struct {
|
|||||||
|
|
||||||
ChainBlockstoreInfo func(p0 context.Context) (map[string]interface{}, error) `perm:"read"`
|
ChainBlockstoreInfo func(p0 context.Context) (map[string]interface{}, error) `perm:"read"`
|
||||||
|
|
||||||
ChainCheckBlockstore func(p0 context.Context) error `perm:"read"`
|
ChainCheckBlockstore func(p0 context.Context) error `perm:"admin"`
|
||||||
|
|
||||||
ChainDeleteObj func(p0 context.Context, p1 cid.Cid) error `perm:"admin"`
|
ChainDeleteObj func(p0 context.Context, p1 cid.Cid) error `perm:"admin"`
|
||||||
|
|
||||||
|
@ -372,7 +372,7 @@ ChainCheckBlockstore performs an (asynchronous) health check on the chain/state
|
|||||||
if supported by the underlying implementation.
|
if supported by the underlying implementation.
|
||||||
|
|
||||||
|
|
||||||
Perms: read
|
Perms: admin
|
||||||
|
|
||||||
Inputs: `null`
|
Inputs: `null`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user