# Functions
HandleCreate returns an http.HandlerFunc that processes http requests to create a new secret.
HandleDelete returns an http.HandlerFunc that processes http requests to delete the secret.
HandleFind returns an http.HandlerFunc that writes json-encoded secret details to the the response body.
HandleList returns an http.HandlerFunc that writes a json-encoded list of secrets to the response body.
HandleUpdate returns an http.HandlerFunc that processes http requests to update a secret.