module

package
v28.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 15, 2024 License: Apache-2.0 Imports: 3 Imported by: 1

Documentation

Index

Constants

View Source
const (
	PathAppModule   = "app"
	PathAppGo       = "app/app.go"
	PathIBCConfigGo = "app/ibc.go"
	PathAppConfigGo = "app/app_config.go"
)
View Source
const (
	Placeholder  = "// this line is used by starport scaffolding # 1"
	Placeholder2 = "// this line is used by starport scaffolding # 2"
	Placeholder3 = "// this line is used by starport scaffolding # 3"

	// Placeholders in app.go
	PlaceholderSgAppModuleImport      = "// this line is used by starport scaffolding # stargate/app/moduleImport"
	PlaceholderSgAppKeeperDeclaration = "// this line is used by starport scaffolding # stargate/app/keeperDeclaration"
	PlaceholderSgAppKeeperDefinition  = "// this line is used by starport scaffolding # stargate/app/keeperDefinition"
	PlaceholderSgAppInitGenesis       = "// this line is used by starport scaffolding # stargate/app/initGenesis"
	PlaceholderSgAppBeginBlockers     = "// this line is used by starport scaffolding # stargate/app/beginBlockers"
	PlaceholderSgAppEndBlockers       = "// this line is used by starport scaffolding # stargate/app/endBlockers"
	PlaceholderSgAppMaccPerms         = "// this line is used by starport scaffolding # stargate/app/maccPerms"
	PlaceholderSgAppModuleConfig      = "// this line is used by starport scaffolding # stargate/app/moduleConfig"

	// Placeholders IBC
	PlaceholderIBCImport    = "// this line is used by starport scaffolding # ibc/app/import"
	PlaceholderIBCKeysName  = "// this line is used by starport scaffolding # ibc/keys/name"
	PlaceholderIBCKeysPort  = "// this line is used by starport scaffolding # ibc/keys/port"
	PlaceholderIBCNewModule = "// this line is used by starport scaffolding # ibc/app/module"

	// Genesis test
	PlaceholderTypesGenesisTestcase   = "// this line is used by starport scaffolding # types/genesis/testcase"
	PlaceholderTypesGenesisValidField = "// this line is used by starport scaffolding # types/genesis/validField"
	PlaceholderGenesisTestState       = "// this line is used by starport scaffolding # genesis/test/state"
	PlaceholderGenesisTestAssert      = "// this line is used by starport scaffolding # genesis/test/assert"
)

Variables

This section is empty.

Functions

func ProtoPackageName

func ProtoPackageName(appModulePath, moduleName string) string

ProtoPackageName creates a protocol buffer package name for an app module.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL