Documentation ¶
Overview ¶
Package appconfig defines functionality for loading declarative Cosmos SDK app configurations.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Compose ¶
func Compose(appConfig *appv1alpha1.Config) depinject.Config
Compose composes a v1alpha1 app config into a container option by resolving the required modules and composing their options.
func LoadJSON ¶
LoadJSON loads an app config in JSON format.
func LoadYAML ¶
LoadYAML loads an app config in YAML format.
func WrapAny ¶ added in v0.2.0
func WrapAny(config protoreflect.ProtoMessage) *anypb.Any
WrapAny marshals a proto message into a proto Any instance
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.