Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Post ¶
type Post struct {
microformats.Microformat
}
Post The representation of a post
func FromForm ¶ added in v0.8.0
FromForm Create a Post from a given set of url.Values, such as:
&url.Values{"h": {"entry"}, "category": {"foo"}}
Best used when parsing the incoming HTTP request
func FromStrings ¶
FromStrings Create a Post from a given set of key-value arguments, such as:
[]string{"h=entry", "category=bar", "category[]=baz"}
Click to show internal directories.
Click to hide internal directories.