yaml

package
v0.13.0-beta2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 19, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package yaml provides the yaml codec.

The code and tests in this package is derived from https://github.com/go-kratos/kratos under MIT license https://github.com/go-kratos/kratos/blob/main/LICENSE

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Codec

type Codec struct{}

Codec is a Codec implementation with yaml.

func (Codec) Marshal

func (Codec) Marshal(v any) ([]byte, error)

Marshal serialize the v to []byte

func (Codec) Unmarshal

func (Codec) Unmarshal(data []byte, v any) error

Unmarshal deserialize the []byte to v

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL