Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // TypeKey for HTTP headers. TypeKey = "Content-Type" // ErrInvalidMarshaller for content. ErrInvalidMarshaller = errors.New("invalid marshaller") )
Functions ¶
This section is empty.
Types ¶
type Type ¶
Type for content.
func (*Type) Marshaller ¶
func (t *Type) Marshaller(mar *marshaller.Map) (marshaller.Marshaller, error)
Marshaller for type.
Click to show internal directories.
Click to hide internal directories.