form

package module
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Sep 30, 2022 License: MIT Imports: 11 Imported by: 1

README

encoding-form

form data marshal/unmarshal for go

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MarshalForm

func MarshalForm(obj interface{}) ([]byte, error)

func UnmarshalForm

func UnmarshalForm(data []byte, obj interface{}) error

Types

type FormMarshaler

type FormMarshaler interface {
	MarshalForm() ([]byte, error)
}

type FormUnmarshaler

type FormUnmarshaler interface {
	UnmarshalForm([]byte) error
}

Jump to

Keyboard shortcuts

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