Documentation ¶
Index ¶
- func DeleteResourcesHandler(d *db.DB, gc *grafton.Client, fc *connector.FakeConnector) http.HandlerFunc
- func GetResourcesHandler(d *db.DB) http.HandlerFunc
- func PostResourcesHandler(d *db.DB, gc *grafton.Client, fc *connector.FakeConnector, ...) http.HandlerFunc
- func PutResourcesHandler(d *db.DB) http.HandlerFunc
- func SSOResourcesHandler(d *db.DB, gc *grafton.Client, fc *connector.FakeConnector) http.HandlerFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteResourcesHandler ¶
func DeleteResourcesHandler(d *db.DB, gc *grafton.Client, fc *connector.FakeConnector) http.HandlerFunc
DeleteResourcesHandler attempts to update an existing resource
func GetResourcesHandler ¶
func GetResourcesHandler(d *db.DB) http.HandlerFunc
GetResourcesHandler displays a list of resources in format depending on the
Accept header
func PostResourcesHandler ¶
func PostResourcesHandler(d *db.DB, gc *grafton.Client, fc *connector.FakeConnector, data *primitives.FakeProductData) http.HandlerFunc
PostResourcesHandler attempts to provision a new resource
func PutResourcesHandler ¶
func PutResourcesHandler(d *db.DB) http.HandlerFunc
PutResourcesHandler attempts to update an existing resource
func SSOResourcesHandler ¶
func SSOResourcesHandler(d *db.DB, gc *grafton.Client, fc *connector.FakeConnector) http.HandlerFunc
SSOResourcesHandler attempts to update an existing resource
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.