schema

package
v1.53.2 Latest Latest
Warning

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

Go to latest
Published: Oct 16, 2019 License: MIT Imports: 6 Imported by: 0

README

schema

GoDoc

Package schema parses incoming form data to a struct using gorilla/schema but also parses RFC3339 timestamps.

Install
import (
	"libs.altipla.consulting/schema"
)
Contributing

You can make pull requests or create issues in GitHub. Any code you send should be formatted using make gofmt.

Running tests

Run the tests:

make test
License

MIT License

Documentation

Overview

Package schema parses incoming form data to a struct using gorilla/schema but also parses RFC3339 timestamps.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Load

func Load(r *http.Request, dst interface{}) error

Load parses the form in the request and loads the incoming data into the struct pointer provided in dst.

Types

This section is empty.

Jump to

Keyboard shortcuts

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