yaml

package
v0.12.3 Latest Latest
Warning

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

Go to latest
Published: Mar 23, 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 interface{}) ([]byte, error)

Marshal serialize the interface{} to []byte

func (Codec) Unmarshal

func (Codec) Unmarshal(data []byte, v interface{}) error

Unmarshal deserialize the []byte to interface{}

Jump to

Keyboard shortcuts

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