Documentation ¶
Overview ¶
package server provides http handlers to construct a server server for key management, transaction signing, and query validation.
Please read the README and godoc to see how to configure the server for your application.
Index ¶
- type Keys
- func (k Keys) DeleteKey(w http.ResponseWriter, r *http.Request)
- func (k Keys) GenerateKey(w http.ResponseWriter, r *http.Request)
- func (k Keys) GetKey(w http.ResponseWriter, r *http.Request)
- func (k Keys) ListKeys(w http.ResponseWriter, r *http.Request)
- func (k Keys) Register(r *mux.Router)
- func (k Keys) UpdateKey(w http.ResponseWriter, r *http.Request)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Keys ¶
type Keys struct {
// contains filtered or unexported fields
}
func (Keys) GenerateKey ¶
func (k Keys) GenerateKey(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.