chore: fix godoc comments for functions and structs (#24736)

This commit is contained in:
Alex | Interchain Labs
2025-05-13 13:48:13 +00:00
committed by GitHub
parent bedfc39334
commit a2d6d1f6ac
141 changed files with 461 additions and 412 deletions
+3 -2
View File
@@ -4,9 +4,10 @@ import (
"github.com/cosmos/gogoproto/proto"
)
// Deprecated: AminoCodec defines a codec that utilizes Codec for both binary and JSON
// AminoCodec defines a codec that utilizes Codec for both binary and JSON
// encoding. Any usage of amino should be done using the LegacyAmino type directly.
// Usage of amino with the Codec type is not well-supported and may be removed in the future.
//
// Deprecated: Usage of amino with the Codec type is not well-supported and may be removed in the future.
type AminoCodec struct {
*LegacyAmino
}
-3
View File
@@ -4,9 +4,6 @@ import (
gogoany "github.com/cosmos/gogoproto/types/any"
)
// Deprecated: this is no longer used for anything.
var Debug = true
// AminoUnpacker is an alias for github.com/cosmos/gogoproto/types/any.AminoUnpacker.
type AminoUnpacker = gogoany.AminoUnpacker