dim/types/doc.go

10 lines
329 B
Go

/*
Package types provides types to check incoming parameters for validity.
Each type implements the UnmarshalJSON interface, so that it can be fed into
the Request parser.
At that time, each error in the parameter is catched and will result in an
error, so that clients are required to return the correct data.
*/
package types