Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CreateOpts = []string{
"title",
"description",
"body",
}
View Source
var DeleteOpts = []string{
"slug",
}
View Source
var FeedOpts = []string{
"limit",
"offset",
}
View Source
var GetOpts = []string{
"slug",
}
View Source
var ListOpts = []string{
"limit",
"offset",
"author",
}
View Source
var UpdateOpts = []string{
"slug",
"title",
"description",
"body",
}
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.