iface

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: May 13, 2022 License: MIT Imports: 0 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IEncoding

type IEncoding interface {
	IMarshal
	IUnmarshal
}

type IMarshal

type IMarshal interface {
	Marshal(v interface{}) ([]byte, error)
}

type IUnmarshal

type IUnmarshal interface {
	Unmarshal(b []byte, v interface{}) error
}

type IUnmarshalToMap

type IUnmarshalToMap interface {
	UnmarshalToMap(b []byte) (map[string]interface{}, error)
}

Jump to

Keyboard shortcuts

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