46 lines
1.8 KiB
Go
46 lines
1.8 KiB
Go
|
// nolint
|
||
|
// autogenerated code using github.com/rigelrozanski/multitool
|
||
|
// aliases generated for the following subdirectories:
|
||
|
// ALIASGEN: github.com/cosmos/cosmos-sdk/x/upgrade/internal/types
|
||
|
// ALIASGEN: github.com/cosmos/cosmos-sdk/x/upgrade/internal/keeper
|
||
|
package upgrade
|
||
|
|
||
|
import (
|
||
|
"github.com/cosmos/cosmos-sdk/x/upgrade/internal/keeper"
|
||
|
"github.com/cosmos/cosmos-sdk/x/upgrade/internal/types"
|
||
|
)
|
||
|
|
||
|
const (
|
||
|
ModuleName = types.ModuleName
|
||
|
RouterKey = types.RouterKey
|
||
|
StoreKey = types.StoreKey
|
||
|
QuerierKey = types.QuerierKey
|
||
|
PlanByte = types.PlanByte
|
||
|
DoneByte = types.DoneByte
|
||
|
ProposalTypeSoftwareUpgrade = types.ProposalTypeSoftwareUpgrade
|
||
|
ProposalTypeCancelSoftwareUpgrade = types.ProposalTypeCancelSoftwareUpgrade
|
||
|
DefaultCodespace = types.DefaultCodespace
|
||
|
QueryCurrent = types.QueryCurrent
|
||
|
QueryApplied = types.QueryApplied
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
// functions aliases
|
||
|
RegisterCodec = types.RegisterCodec
|
||
|
PlanKey = types.PlanKey
|
||
|
NewSoftwareUpgradeProposal = types.NewSoftwareUpgradeProposal
|
||
|
NewCancelSoftwareUpgradeProposal = types.NewCancelSoftwareUpgradeProposal
|
||
|
NewQueryAppliedParams = types.NewQueryAppliedParams
|
||
|
NewKeeper = keeper.NewKeeper
|
||
|
NewQuerier = keeper.NewQuerier
|
||
|
)
|
||
|
|
||
|
type (
|
||
|
UpgradeHandler = types.UpgradeHandler
|
||
|
Plan = types.Plan
|
||
|
SoftwareUpgradeProposal = types.SoftwareUpgradeProposal
|
||
|
CancelSoftwareUpgradeProposal = types.CancelSoftwareUpgradeProposal
|
||
|
QueryAppliedParams = types.QueryAppliedParams
|
||
|
Keeper = keeper.Keeper
|
||
|
)
|