MCPcopy Index your code

hub / github.com/goccy/go-yaml / types & classes

Types & classes217 in github.com/goccy/go-yaml

↓ 6 callersTypeAliasReservedTagKeyword
ReservedTagKeyword type of reserved tag keyword
token/token.go:389
↓ 2 callersTypeAliasLiteral
decode_test.go:3661
↓ 2 callersTypeAliasunmarshalYAMLWithAliasMap
decode_test.go:2850
↓ 2 callersTypeAliasunmarshalYAMLWithAliasString
decode_test.go:2839
↓ 1 callersTypeAliasCommentPosition
CommentPosition type of the position for comment.
option.go:273
↓ 1 callersTypeAliasK
encode_test.go:996
↓ 1 callersTypeAliasTokens
Tokens type of token collection
token/token.go:845
↓ 1 callersTypeAliasunmarshalString
decode_test.go:2938
↓ 1 callersTypeAliasunmarshalableIntValue
decode_test.go:2668
↓ 1 callersTypeAliasunmarshalableTextStringValue
decode_test.go:2484
↓ 1 callersTypeAliasunmarshalableYAMLStringValue
decode_test.go:2473
Class
docs/playground/src/wasm_exec.js:103
Class
docs/playground/src/wasm_exec.js:103
StructA
decode_test.go:3035
StructAliasNode
AliasNode type of alias node
ast/ast.go:1871
StructAnchorNode
AnchorNode type of anchor node
ast/ast.go:1786
StructAnchorValue
encode_test.go:2084
InterfaceArrayNode
ArrayNode interface of SequenceNode
ast/ast.go:1518
StructArrayNodeIter
ArrayNodeIter is an iterator for ranging over a ArrayNode
ast/ast.go:1523
StructBase
decode_test.go:1770
StructBase2
decode_test.go:1801
StructBaseNode
ast/ast.go:216
StructBoolNode
BoolNode type of boolean node
ast/ast.go:989
InterfaceBytesMarshaler
BytesMarshaler interface may be implemented by types to customize their behavior when being marshaled into a YAML document. The returned value is mars
yaml.go:20
InterfaceBytesMarshalerContext
BytesMarshalerContext interface use BytesMarshaler with context.Context.
yaml.go:25
InterfaceBytesUnmarshaler
BytesUnmarshaler interface may be implemented by types to customize their behavior when being unmarshaled from a YAML document.
yaml.go:41
InterfaceBytesUnmarshalerContext
BytesUnmarshalerContext interface use BytesUnmarshaler with context.Context.
yaml.go:46
StructC
decode_test.go:1972
TypeAliasCharacter
Character type for character
token/token.go:12
TypeAliasCharacterType
CharacterType type for character category
token/token.go:207
StructChild
decode_test.go:23
TypeAliasColorAttribute
printer/color.go:9
StructComment
Comment raw data for comment.
option.go:319
StructCommentGroupNode
CommentGroupNode type of comment node
ast/ast.go:2095
TypeAliasCommentMap
CommentMap map of the position of the comment and the comment information.
option.go:325
StructCommentNode
CommentNode type of comment node
ast/ast.go:2060
StructConfig
decode_test.go:2975
StructContext
Context context at scanning
scanner/context.go:13
FuncTypeDecodeOption
DecodeOption functional option type for Decoder
option.go:12
StructDecoder
Decoder reads and decodes YAML values from an input stream.
decode.go:28
StructDirectiveNode
DirectiveNode type of directive node
ast/ast.go:1934
StructDisk
decode_test.go:3629
StructDocumentNode
DocumentNode type of Document
ast/ast.go:552
StructDuplicateKeyError
internal/errors/error.go:58
StructEdge
docs/playground/cmd/yaml/main.go:217
FuncTypeEncodeOption
EncodeOption functional option type for Encoder
option.go:134
StructEncoder
Encoder writes YAML values to an output stream.
encode.go:28
StructErrInvalidMergeType
ast/ast.go:2344
InterfaceError
internal/errors/error.go:24
StructFastMarshaler
encode_test.go:1810
InterfaceFieldError
FieldError need to implement StructField method only ( see https://pkg.go.dev/github.com/go-playground/validator/v10#FieldError )
validate.go:11
StructFile
File contains all documents in YAML file
ast/ast.go:521
StructFloatNode
FloatNode type of float node
ast/ast.go:709
StructFormatter
internal/format/format.go:186
InterfaceGoValueType
docs/playground/src/YAML.ts:3
InterfaceGroupedToken
docs/playground/src/YAML.ts:44
StructGroupedToken
docs/playground/cmd/yaml/main.go:128
StructHost
encode_test.go:1383
StructHostDecl
encode_test.go:1388
TypeAliasIndentState
IndentState state for indent
scanner/scanner.go:14
TypeAliasIndicator
Indicator type for indicator
token/token.go:238
StructInfinityNode
InfinityNode type of infinity node
ast/ast.go:1041
StructInner
testdata/validate_test.go:13
StructIntegerNode
IntegerNode type of integer node
ast/ast.go:657
InterfaceInterfaceMarshaler
InterfaceMarshaler interface has MarshalYAML compatible with github.com/go-yaml/yaml package.
yaml.go:30
InterfaceInterfaceMarshalerContext
InterfaceMarshalerContext interface use InterfaceMarshaler with context.Context.
yaml.go:35
InterfaceInterfaceUnmarshaler
InterfaceUnmarshaler interface has UnmarshalYAML compatible with github.com/go-yaml/yaml package.
yaml.go:51
InterfaceInterfaceUnmarshalerContext
InterfaceUnmarshalerContext interface use InterfaceUnmarshaler with context.Context.
yaml.go:56
StructInvalidTokenError
scanner/error.go:5
InterfaceIsZeroer
IsZeroer is used to check whether an object is zero to determine whether it should be omitted when marshaling with the omitempty flag. One notable imp
encode.go:734
StructIssue174
encode_test.go:2063
StructItem
decode_test.go:1664
StructLiteralNode
LiteralNode type of literal node
ast/ast.go:884
StructMapItem
MapItem is an item in a MapSlice.
yaml.go:71
InterfaceMapKeyNode
MapKeyNode type for map key node
ast/ast.go:203
InterfaceMapNode
MapNode interface of MappingValueNode / MappingNode
ast/ast.go:1144
StructMapNodeIter
MapNodeIter is an iterator for ranging over a MapNode
ast/ast.go:1149
TypeAliasMapSlice
MapSlice encodes and decodes as a YAML map. The order of keys is preserved when encoding and decoding.
yaml.go:77
StructMappingKeyNode
MappingKeyNode type of tag node
ast/ast.go:1310
StructMappingNode
MappingNode type of mapping node
ast/ast.go:1182
StructMappingValueNode
MappingValueNode type of mapping value
ast/ast.go:1364
StructMergeKeyNode
MergeKeyNode type of merge key node
ast/ast.go:941
TypeAliasMode
parser/parser.go:14
StructMultiLineState
scanner/context.go:25
StructNanNode
NanNode type of nan node
ast/ast.go:1093
InterfaceNode
Node type of node
ast/ast.go:174
StructNode
docs/playground/cmd/yaml/main.go:222
StructNodeRenderer
docs/playground/cmd/yaml/main.go:212
TypeAliasNodeType
NodeType type identifier of node
ast/ast.go:21
InterfaceNodeUnmarshaler
NodeUnmarshaler interface is similar to BytesUnmarshaler but provide related AST node instead of raw YAML source.
yaml.go:61
InterfaceNodeUnmarshalerContext
NodeUnmarshalerContext interface is similar to BytesUnmarshaler but provide related AST node instead of raw YAML source.
yaml.go:66
StructNullNode
NullNode type of null node
ast/ast.go:600
TypeAliasNumberType
token/token.go:544
StructNumberValue
token/token.go:554
StructObject
testdata/yaml_test.go:235
StructObjectDecl
testdata/yaml_test.go:217
TypeAliasObjectMap
testdata/yaml_test.go:216
FuncTypeOption
Option represents parser's option.
parser/option.go:4
StructOverflowError
internal/errors/error.go:52
StructPath
Path represent YAMLPath ( like a JSONPath ).
path.go:205
next →1–100 of 217, ranked by callers