From 446d56b3dde044300383df2b63e5452eb30748fc Mon Sep 17 00:00:00 2001 From: Julien Robert Date: Mon, 16 Dec 2024 11:31:50 +0100 Subject: [PATCH] feat: add schema/testing --- api/index.html | 2 +- client/v2/index.html | 2 +- collections/index.html | 2 +- collections/protocodec/index.html | 2 +- core/index.html | 2 +- core/testing/index.html | 2 +- depinject/index.html | 2 +- errors/index.html | 2 +- errors/v2/index.html | 2 +- index.html | 2 +- indexer/postgres/index.html | 2 +- log/index.html | 2 +- math/index.html | 2 +- orm/index.html | 2 +- runtime/v2/index.html | 2 +- schema/index.html | 2 +- schema/testing/index.html | 25 +++++++++++++++++++++++++ server/v2/appmanager/index.html | 2 +- server/v2/cometbft/index.html | 2 +- server/v2/index.html | 2 +- server/v2/stf/index.html | 2 +- simapp/index.html | 2 +- store/index.html | 2 +- store/v2/index.html | 2 +- systemtests/index.html | 2 +- tools/benchmark/index.html | 2 +- tools/confix/index.html | 2 +- tools/cosmovisor/index.html | 2 +- tools/hubl/index.html | 2 +- tools/rosetta/index.html | 2 +- vangen.json | 1 + x/accounts/defaults/base/index.html | 2 +- x/accounts/defaults/lockup/index.html | 2 +- x/accounts/defaults/multisig/index.html | 2 +- x/accounts/index.html | 2 +- x/auth/index.html | 2 +- x/authz/index.html | 2 +- x/bank/index.html | 2 +- x/circuit/index.html | 2 +- x/consensus/index.html | 2 +- x/distribution/index.html | 2 +- x/epochs/index.html | 2 +- x/evidence/index.html | 2 +- x/feegrant/index.html | 2 +- x/feemarket/index.html | 2 +- x/gov/index.html | 2 +- x/group/index.html | 2 +- x/mint/index.html | 2 +- x/nft/index.html | 2 +- x/params/index.html | 2 +- x/protocolpool/index.html | 2 +- x/slashing/index.html | 2 +- x/staking/index.html | 2 +- x/tx/index.html | 2 +- x/upgrade/index.html | 2 +- 55 files changed, 79 insertions(+), 53 deletions(-) create mode 100644 schema/testing/index.html diff --git a/api/index.html b/api/index.html index b64232095f..5dc7318a60 100644 --- a/api/index.html +++ b/api/index.html @@ -20,6 +20,6 @@

cosmossdk.io/api

import "cosmossdk.io/api" Home: https://pkg.go.dev/cosmossdk.io/api
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/client/v2/index.html b/client/v2/index.html index becad3a665..4dca913342 100644 --- a/client/v2/index.html +++ b/client/v2/index.html @@ -20,6 +20,6 @@

cosmossdk.io/client/v2

import "cosmossdk.io/client/v2" Home: https://pkg.go.dev/cosmossdk.io/client/v2
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/collections/index.html b/collections/index.html index 36001665b5..60828ed148 100644 --- a/collections/index.html +++ b/collections/index.html @@ -20,6 +20,6 @@

cosmossdk.io/collections

import "cosmossdk.io/collections" Home: https://pkg.go.dev/cosmossdk.io/collections
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/collections/protocodec/index.html b/collections/protocodec/index.html index 7b89fe0e7a..625012a616 100644 --- a/collections/protocodec/index.html +++ b/collections/protocodec/index.html @@ -20,6 +20,6 @@

cosmossdk.io/collections/protocodec

import "cosmossdk.io/collections/protocodec" Home: https://pkg.go.dev/cosmossdk.io/collections/protocodec
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/core/index.html b/core/index.html index 431bcc3257..0129f1f9f9 100644 --- a/core/index.html +++ b/core/index.html @@ -20,6 +20,6 @@

cosmossdk.io/core

import "cosmossdk.io/core" Home: https://pkg.go.dev/cosmossdk.io/core
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/core/testing/index.html b/core/testing/index.html index 22fa6cb384..0e1dfed190 100644 --- a/core/testing/index.html +++ b/core/testing/index.html @@ -20,6 +20,6 @@

cosmossdk.io/core/testing

import "cosmossdk.io/core/testing" Home: https://pkg.go.dev/cosmossdk.io/core/testing
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/depinject/index.html b/depinject/index.html index 583f7a15e2..2f48221c4f 100644 --- a/depinject/index.html +++ b/depinject/index.html @@ -20,6 +20,6 @@

cosmossdk.io/depinject

import "cosmossdk.io/depinject" Home: https://pkg.go.dev/cosmossdk.io/depinject
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/errors/index.html b/errors/index.html index ce512a312d..3c6093215d 100644 --- a/errors/index.html +++ b/errors/index.html @@ -20,6 +20,6 @@

cosmossdk.io/errors

import "cosmossdk.io/errors" Home: https://pkg.go.dev/cosmossdk.io/errors
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/errors/v2/index.html b/errors/v2/index.html index 4a3f3966ee..a65e8d2806 100644 --- a/errors/v2/index.html +++ b/errors/v2/index.html @@ -20,6 +20,6 @@

cosmossdk.io/errors/v2

import "cosmossdk.io/errors/v2" Home: https://pkg.go.dev/cosmossdk.io/errors/v2
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/index.html b/index.html index 3317b41bad..634ea9711d 100644 --- a/index.html +++ b/index.html @@ -20,6 +20,6 @@

cosmossdk.io/

import "cosmossdk.io/" Home: https://pkg.go.dev/cosmossdk.io/
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/indexer/postgres/index.html b/indexer/postgres/index.html index ef4a4ab096..8d75891488 100644 --- a/indexer/postgres/index.html +++ b/indexer/postgres/index.html @@ -20,6 +20,6 @@

cosmossdk.io/indexer/postgres

import "cosmossdk.io/indexer/postgres" Home: https://pkg.go.dev/cosmossdk.io/indexer/postgres
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/log/index.html b/log/index.html index cf8209e9bc..063fee26f4 100644 --- a/log/index.html +++ b/log/index.html @@ -20,6 +20,6 @@

cosmossdk.io/log

import "cosmossdk.io/log" Home: https://pkg.go.dev/cosmossdk.io/log
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/math/index.html b/math/index.html index a25223c55d..6cd5fd3548 100644 --- a/math/index.html +++ b/math/index.html @@ -20,6 +20,6 @@

cosmossdk.io/math

import "cosmossdk.io/math" Home: https://pkg.go.dev/cosmossdk.io/math
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/orm/index.html b/orm/index.html index 86475dfae3..aea44e3387 100644 --- a/orm/index.html +++ b/orm/index.html @@ -20,6 +20,6 @@

cosmossdk.io/orm

import "cosmossdk.io/orm" Home: https://pkg.go.dev/cosmossdk.io/orm
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/runtime/v2/index.html b/runtime/v2/index.html index a24b7eecc5..7a7edc15ea 100644 --- a/runtime/v2/index.html +++ b/runtime/v2/index.html @@ -20,6 +20,6 @@

cosmossdk.io/runtime/v2

import "cosmossdk.io/runtime/v2" Home: https://pkg.go.dev/cosmossdk.io/runtime/v2
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/schema/index.html b/schema/index.html index c05a1e7055..3482b06a07 100644 --- a/schema/index.html +++ b/schema/index.html @@ -20,6 +20,6 @@

cosmossdk.io/schema

import "cosmossdk.io/schema" Home: https://pkg.go.dev/cosmossdk.io/schema
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/schema/testing/index.html b/schema/testing/index.html new file mode 100644 index 0000000000..8e555df552 --- /dev/null +++ b/schema/testing/index.html @@ -0,0 +1,25 @@ + + + + +cosmossdk.io/schema/testing + + + + + +
+

cosmossdk.io/schema/testing

+go get cosmossdk.io/schema/testing +import "cosmossdk.io/schema/testing" +Home: https://pkg.go.dev/cosmossdk.io/schema/testing
+Source: https://github.com/cosmos/cosmos-sdk
+Sub-packages:
+ + \ No newline at end of file diff --git a/server/v2/appmanager/index.html b/server/v2/appmanager/index.html index ea1b733395..0ffcdf8e59 100644 --- a/server/v2/appmanager/index.html +++ b/server/v2/appmanager/index.html @@ -20,6 +20,6 @@

cosmossdk.io/server/v2/appmanager

import "cosmossdk.io/server/v2/appmanager" Home: https://pkg.go.dev/cosmossdk.io/server/v2/appmanager
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/server/v2/cometbft/index.html b/server/v2/cometbft/index.html index fe15fdbb67..704b09af0e 100644 --- a/server/v2/cometbft/index.html +++ b/server/v2/cometbft/index.html @@ -20,6 +20,6 @@

cosmossdk.io/server/v2/cometbft

import "cosmossdk.io/server/v2/cometbft" Home: https://pkg.go.dev/cosmossdk.io/server/v2/cometbft
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/server/v2/index.html b/server/v2/index.html index 8343737912..d62f008038 100644 --- a/server/v2/index.html +++ b/server/v2/index.html @@ -20,6 +20,6 @@

cosmossdk.io/server/v2

import "cosmossdk.io/server/v2" Home: https://pkg.go.dev/cosmossdk.io/server/v2
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/server/v2/stf/index.html b/server/v2/stf/index.html index df533de3c7..267992a5c4 100644 --- a/server/v2/stf/index.html +++ b/server/v2/stf/index.html @@ -20,6 +20,6 @@

cosmossdk.io/server/v2/stf

import "cosmossdk.io/server/v2/stf" Home: https://pkg.go.dev/cosmossdk.io/server/v2/stf
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/simapp/index.html b/simapp/index.html index 827b1660fb..ace9a75338 100644 --- a/simapp/index.html +++ b/simapp/index.html @@ -20,6 +20,6 @@

cosmossdk.io/simapp

import "cosmossdk.io/simapp" Home: https://pkg.go.dev/cosmossdk.io/simapp
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/store/index.html b/store/index.html index a9841b82fc..de17beb521 100644 --- a/store/index.html +++ b/store/index.html @@ -20,6 +20,6 @@

cosmossdk.io/store

import "cosmossdk.io/store" Home: https://pkg.go.dev/cosmossdk.io/store
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/store/v2/index.html b/store/v2/index.html index 429868ce45..83a81d1df2 100644 --- a/store/v2/index.html +++ b/store/v2/index.html @@ -20,6 +20,6 @@

cosmossdk.io/store/v2

import "cosmossdk.io/store/v2" Home: https://pkg.go.dev/cosmossdk.io/store/v2
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/systemtests/index.html b/systemtests/index.html index c28ae44bf0..ba645bf60f 100644 --- a/systemtests/index.html +++ b/systemtests/index.html @@ -20,6 +20,6 @@

cosmossdk.io/systemtests

import "cosmossdk.io/systemtests" Home: https://pkg.go.dev/cosmossdk.io/systemtests
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/tools/benchmark/index.html b/tools/benchmark/index.html index 956bae7a32..4a86a10b83 100644 --- a/tools/benchmark/index.html +++ b/tools/benchmark/index.html @@ -20,6 +20,6 @@

cosmossdk.io/tools/benchmark

import "cosmossdk.io/tools/benchmark" Home: https://pkg.go.dev/cosmossdk.io/tools/benchmark
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/tools/confix/index.html b/tools/confix/index.html index 04f8b33566..366d8b6bbd 100644 --- a/tools/confix/index.html +++ b/tools/confix/index.html @@ -20,6 +20,6 @@

cosmossdk.io/tools/confix

import "cosmossdk.io/tools/confix" Home: https://pkg.go.dev/cosmossdk.io/tools/confix
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/tools/cosmovisor/index.html b/tools/cosmovisor/index.html index 2be1248459..f3c20f7523 100644 --- a/tools/cosmovisor/index.html +++ b/tools/cosmovisor/index.html @@ -20,6 +20,6 @@

cosmossdk.io/tools/cosmovisor

import "cosmossdk.io/tools/cosmovisor" Home: https://pkg.go.dev/cosmossdk.io/tools/cosmovisor
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/tools/hubl/index.html b/tools/hubl/index.html index 2218df76a7..3f30980fb8 100644 --- a/tools/hubl/index.html +++ b/tools/hubl/index.html @@ -20,6 +20,6 @@

cosmossdk.io/tools/hubl

import "cosmossdk.io/tools/hubl" Home: https://pkg.go.dev/cosmossdk.io/tools/hubl
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/tools/rosetta/index.html b/tools/rosetta/index.html index f3cfed55a5..39f6f5c3cf 100644 --- a/tools/rosetta/index.html +++ b/tools/rosetta/index.html @@ -20,6 +20,6 @@

cosmossdk.io/tools/rosetta

import "cosmossdk.io/tools/rosetta" Home: https://pkg.go.dev/cosmossdk.io/tools/rosetta
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/vangen.json b/vangen.json index e530c3cc69..a84a9a10dc 100644 --- a/vangen.json +++ b/vangen.json @@ -28,6 +28,7 @@ "tools/hubl", "tools/benchmark", "schema", + "schema/testing", "server/v2", "server/v2/appmanager", "server/v2/cometbft", diff --git a/x/accounts/defaults/base/index.html b/x/accounts/defaults/base/index.html index 8913b3461d..60408c3526 100644 --- a/x/accounts/defaults/base/index.html +++ b/x/accounts/defaults/base/index.html @@ -20,6 +20,6 @@

cosmossdk.io/x/accounts/defaults/base

import "cosmossdk.io/x/accounts/defaults/base" Home: https://pkg.go.dev/cosmossdk.io/x/accounts/defaults/base
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/x/accounts/defaults/lockup/index.html b/x/accounts/defaults/lockup/index.html index ad6b3164e7..2aa785911b 100644 --- a/x/accounts/defaults/lockup/index.html +++ b/x/accounts/defaults/lockup/index.html @@ -20,6 +20,6 @@

cosmossdk.io/x/accounts/defaults/lockup

import "cosmossdk.io/x/accounts/defaults/lockup" Home: https://pkg.go.dev/cosmossdk.io/x/accounts/defaults/lockup
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/x/accounts/defaults/multisig/index.html b/x/accounts/defaults/multisig/index.html index 1d942d12b0..37d0bee333 100644 --- a/x/accounts/defaults/multisig/index.html +++ b/x/accounts/defaults/multisig/index.html @@ -20,6 +20,6 @@

cosmossdk.io/x/accounts/defaults/multisig

import "cosmossdk.io/x/accounts/defaults/multisig" Home: https://pkg.go.dev/cosmossdk.io/x/accounts/defaults/multisig
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/x/accounts/index.html b/x/accounts/index.html index ea237484ab..21c8c699fc 100644 --- a/x/accounts/index.html +++ b/x/accounts/index.html @@ -20,6 +20,6 @@

cosmossdk.io/x/accounts

import "cosmossdk.io/x/accounts" Home: https://pkg.go.dev/cosmossdk.io/x/accounts
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/x/auth/index.html b/x/auth/index.html index 18461a5377..9f5c7af5ce 100644 --- a/x/auth/index.html +++ b/x/auth/index.html @@ -20,6 +20,6 @@

cosmossdk.io/x/auth

import "cosmossdk.io/x/auth" Home: https://pkg.go.dev/cosmossdk.io/x/auth
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/x/authz/index.html b/x/authz/index.html index 70fd1e005e..c80cbfc891 100644 --- a/x/authz/index.html +++ b/x/authz/index.html @@ -20,6 +20,6 @@

cosmossdk.io/x/authz

import "cosmossdk.io/x/authz" Home: https://pkg.go.dev/cosmossdk.io/x/authz
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/x/bank/index.html b/x/bank/index.html index ec04dbc5ce..cb2b30465d 100644 --- a/x/bank/index.html +++ b/x/bank/index.html @@ -20,6 +20,6 @@

cosmossdk.io/x/bank

import "cosmossdk.io/x/bank" Home: https://pkg.go.dev/cosmossdk.io/x/bank
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/x/circuit/index.html b/x/circuit/index.html index d3ff50c643..77abf6d917 100644 --- a/x/circuit/index.html +++ b/x/circuit/index.html @@ -20,6 +20,6 @@

cosmossdk.io/x/circuit

import "cosmossdk.io/x/circuit" Home: https://pkg.go.dev/cosmossdk.io/x/circuit
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/x/consensus/index.html b/x/consensus/index.html index d6289c0e5d..aa987d6fe3 100644 --- a/x/consensus/index.html +++ b/x/consensus/index.html @@ -20,6 +20,6 @@

cosmossdk.io/x/consensus

import "cosmossdk.io/x/consensus" Home: https://pkg.go.dev/cosmossdk.io/x/consensus
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/x/distribution/index.html b/x/distribution/index.html index f47e666d19..36906030e5 100644 --- a/x/distribution/index.html +++ b/x/distribution/index.html @@ -20,6 +20,6 @@

cosmossdk.io/x/distribution

import "cosmossdk.io/x/distribution" Home: https://pkg.go.dev/cosmossdk.io/x/distribution
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/x/epochs/index.html b/x/epochs/index.html index 75cb0569dc..e61b8e1717 100644 --- a/x/epochs/index.html +++ b/x/epochs/index.html @@ -20,6 +20,6 @@

cosmossdk.io/x/epochs

import "cosmossdk.io/x/epochs" Home: https://pkg.go.dev/cosmossdk.io/x/epochs
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/x/evidence/index.html b/x/evidence/index.html index eafe4620d0..2ef0ebde45 100644 --- a/x/evidence/index.html +++ b/x/evidence/index.html @@ -20,6 +20,6 @@

cosmossdk.io/x/evidence

import "cosmossdk.io/x/evidence" Home: https://pkg.go.dev/cosmossdk.io/x/evidence
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/x/feegrant/index.html b/x/feegrant/index.html index 60689629af..ef36684d69 100644 --- a/x/feegrant/index.html +++ b/x/feegrant/index.html @@ -20,6 +20,6 @@

cosmossdk.io/x/feegrant

import "cosmossdk.io/x/feegrant" Home: https://pkg.go.dev/cosmossdk.io/x/feegrant
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/x/feemarket/index.html b/x/feemarket/index.html index bf84b314bc..c525c39300 100644 --- a/x/feemarket/index.html +++ b/x/feemarket/index.html @@ -20,6 +20,6 @@

cosmossdk.io/x/feemarket

import "cosmossdk.io/x/feemarket" Home: https://pkg.go.dev/cosmossdk.io/x/feemarket
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/x/gov/index.html b/x/gov/index.html index 177fa3e0b9..933d67ecf7 100644 --- a/x/gov/index.html +++ b/x/gov/index.html @@ -20,6 +20,6 @@

cosmossdk.io/x/gov

import "cosmossdk.io/x/gov" Home: https://pkg.go.dev/cosmossdk.io/x/gov
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/x/group/index.html b/x/group/index.html index 48867dc0c2..36a7b5ca62 100644 --- a/x/group/index.html +++ b/x/group/index.html @@ -20,6 +20,6 @@

cosmossdk.io/x/group

import "cosmossdk.io/x/group" Home: https://pkg.go.dev/cosmossdk.io/x/group
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/x/mint/index.html b/x/mint/index.html index 916cc55d6a..dbd59c3ef0 100644 --- a/x/mint/index.html +++ b/x/mint/index.html @@ -20,6 +20,6 @@

cosmossdk.io/x/mint

import "cosmossdk.io/x/mint" Home: https://pkg.go.dev/cosmossdk.io/x/mint
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/x/nft/index.html b/x/nft/index.html index 9b2abe80ee..54166d533e 100644 --- a/x/nft/index.html +++ b/x/nft/index.html @@ -20,6 +20,6 @@

cosmossdk.io/x/nft

import "cosmossdk.io/x/nft" Home: https://pkg.go.dev/cosmossdk.io/x/nft
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/x/params/index.html b/x/params/index.html index 7ba11e8d79..4a75a2ee22 100644 --- a/x/params/index.html +++ b/x/params/index.html @@ -20,6 +20,6 @@

cosmossdk.io/x/params

import "cosmossdk.io/x/params" Home: https://pkg.go.dev/cosmossdk.io/x/params
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/x/protocolpool/index.html b/x/protocolpool/index.html index 49e213ee12..31bcb7fb77 100644 --- a/x/protocolpool/index.html +++ b/x/protocolpool/index.html @@ -20,6 +20,6 @@

cosmossdk.io/x/protocolpool

import "cosmossdk.io/x/protocolpool" Home: https://pkg.go.dev/cosmossdk.io/x/protocolpool
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/x/slashing/index.html b/x/slashing/index.html index a6474ea9cb..5bec678e33 100644 --- a/x/slashing/index.html +++ b/x/slashing/index.html @@ -20,6 +20,6 @@

cosmossdk.io/x/slashing

import "cosmossdk.io/x/slashing" Home: https://pkg.go.dev/cosmossdk.io/x/slashing
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/x/staking/index.html b/x/staking/index.html index ccd2f928d3..daa6ade544 100644 --- a/x/staking/index.html +++ b/x/staking/index.html @@ -20,6 +20,6 @@

cosmossdk.io/x/staking

import "cosmossdk.io/x/staking" Home: https://pkg.go.dev/cosmossdk.io/x/staking
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/x/tx/index.html b/x/tx/index.html index 9fb9bdf9dc..988488bc8b 100644 --- a/x/tx/index.html +++ b/x/tx/index.html @@ -20,6 +20,6 @@

cosmossdk.io/x/tx

import "cosmossdk.io/x/tx" Home: https://pkg.go.dev/cosmossdk.io/x/tx
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/x/upgrade/index.html b/x/upgrade/index.html index 16c014ff54..6f387ebe29 100644 --- a/x/upgrade/index.html +++ b/x/upgrade/index.html @@ -20,6 +20,6 @@

cosmossdk.io/x/upgrade

import "cosmossdk.io/x/upgrade" Home: https://pkg.go.dev/cosmossdk.io/x/upgrade
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file