Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrEmptyFieldName = errors.New("empty field name")
Functions ¶
func FindStructField ¶ added in v0.24.0
FindStructField if an interface is either a struct or a pointer to a struct and has the defined member field, if error is nil, the given fieldName exists and is accessible with reflect.
Types ¶
type App ¶ added in v0.24.0
type App struct {
Keepers AppKeepers
Configurator module.Configurator
MM *module.Manager
}
type AppKeepers ¶ added in v0.24.0
type AppKeepers struct {
Cosmos struct {
Acct authkeeper.AccountKeeper
Authz authzkeeper.Keeper
FeeGrant feegrantkeeper.Keeper
Bank bankkeeper.Keeper
Cap *capabilitykeeper.Keeper
Staking *stakingkeeper.Keeper
Slashing slashingkeeper.Keeper
Mint mintkeeper.Keeper
Distr distrkeeper.Keeper
Gov govkeeper.Keeper
Crisis crisiskeeper.Keeper
Upgrade upgradekeeper.Keeper
Params paramskeeper.Keeper
IBC *ibckeeper.Keeper
Evidence evidencekeeper.Keeper
Transfer ibctransferkeeper.Keeper
ScopedIBCKeeper capabilitykeeper.ScopedKeeper
ScopedTransferKeeper capabilitykeeper.ScopedKeeper
}
Akash struct {
Escrow ekeeper.Keeper
Deployment dkeeper.IKeeper
Take tkeeper.IKeeper
Market mkeeper.IKeeper
Provider pkeeper.IKeeper
Audit akeeper.Keeper
Cert ckeeper.Keeper
Inflation ikeeper.IKeeper
Staking astakingkeeper.IKeeper
Gov agovkeeper.IKeeper
}
}
Click to show internal directories.
Click to hide internal directories.