Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Unmarshal = yaml.Unmarshal Marshal = yaml.Marshal NewDecoder = yaml.NewDecoder NewEncoder = yaml.NewEncoder ToJSON = yaml.YAMLToJSON FromJSON = yaml.JSONToYAML HeadComment = yaml.HeadComment LineComment = yaml.LineComment PathString = yaml.PathString )
View Source
var ( JSON = yaml.JSON UseJSONMarshaler = yaml.UseJSONMarshaler Indent = yaml.Indent IndentSequence = yaml.IndentSequence Flow = yaml.Flow UseLiteralStyleIfMultiline = yaml.UseLiteralStyleIfMultiline MarshalAnchor = yaml.MarshalAnchor WithComment = yaml.WithComment )
EncodeOption
View Source
var ( ReferenceReaders = yaml.ReferenceReaders ReferenceFiles = yaml.ReferenceFiles ReferenceDirs = yaml.ReferenceDirs RecursiveDir = yaml.RecursiveDir Validator = yaml.Validator Strict = yaml.Strict DisallowUnknownField = yaml.DisallowUnknownField DisallowDuplicateKey = yaml.DisallowDuplicateKey UseOrderedMap = yaml.UseOrderedMap UseJSONUnmarshaler = yaml.UseJSONUnmarshaler CommentToMap = yaml.CommentToMap )
DecodeOption
Functions ¶
This section is empty.
Types ¶
type CommentMap ¶
type CommentMap = yaml.CommentMap
type CommentPosition ¶
type CommentPosition = yaml.CommentPosition
type DecodeOption ¶
type DecodeOption = yaml.DecodeOption
type EncodeOption ¶
type EncodeOption = yaml.EncodeOption
type PathBuilder ¶
type PathBuilder = yaml.PathBuilder
type StructField ¶
type StructField = yaml.StructField
type StructFieldMap ¶
type StructFieldMap = yaml.StructFieldMap
Click to show internal directories.
Click to hide internal directories.