Documentation ¶
Index ¶
- type Config
- func (c Config) DeleteHandler(w http.ResponseWriter, r *http.Request)
- func (c Config) DownloadBase64Handler(w http.ResponseWriter, r *http.Request)
- func (c Config) DownloadJsonHandler(w http.ResponseWriter, r *http.Request)
- func (c Config) DownloadPlainHandler(w http.ResponseWriter, r *http.Request)
- func (c Config) KeyPairHandler(w http.ResponseWriter, r *http.Request)
- func (c Config) UploadAndPatchHandler(w http.ResponseWriter, r *http.Request)
- func (c Config) UploadHandler(w http.ResponseWriter, r *http.Request)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
func (Config) DeleteHandler ¶ added in v1.0.5
func (c Config) DeleteHandler(w http.ResponseWriter, r *http.Request)
func (Config) DownloadBase64Handler ¶ added in v1.0.10
func (c Config) DownloadBase64Handler(w http.ResponseWriter, r *http.Request)
func (Config) DownloadJsonHandler ¶ added in v1.0.10
func (c Config) DownloadJsonHandler(w http.ResponseWriter, r *http.Request)
func (Config) DownloadPlainHandler ¶ added in v1.0.10
func (c Config) DownloadPlainHandler(w http.ResponseWriter, r *http.Request)
func (Config) KeyPairHandler ¶
func (c Config) KeyPairHandler(w http.ResponseWriter, r *http.Request)
func (Config) UploadAndPatchHandler ¶
func (c Config) UploadAndPatchHandler(w http.ResponseWriter, r *http.Request)
func (Config) UploadHandler ¶
func (c Config) UploadHandler(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.