Versions in this module Expand all Collapse all v1 v1.20.1 Oct 28, 2024 v1.20.0 Oct 10, 2024 Changes in this version + func ComponentTypeIDFromName(name string) (string, error) + func Decrypt(ctx context.Context, keeper *secrets.Keeper, base64str string) (string, error) + func Encrypt(ctx context.Context, keeper *secrets.Keeper, str string) (string, error) + func RegisterHooks() + func SetupComponentTypes(ctx context.Context, db *sqlx.DB) error