Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateKeys ¶
CreateKeys is the controller to automatically generate keys providing keys have not already been generated
func Delete ¶
Delete controller gets key from request and then performs a series of checks before deleting
Types ¶
type DeleteRequest ¶
type DeleteRequest struct {
Key string `json:"key"`
}
DeleteRequest is the stucture which should be passed to the delete controller in the form of an json object
Click to show internal directories.
Click to hide internal directories.