Documentation
¶
Index ¶
- type Server
- func (s *Server) DeleteExtraKeysHandler(w http.ResponseWriter, r *http.Request)
- func (s *Server) DeleteReplicaKey(w http.ResponseWriter, r *http.Request)
- func (s *Server) GetHandler(w http.ResponseWriter, r *http.Request)
- func (s *Server) GetOldKey(w http.ResponseWriter, r *http.Request)
- func (s *Server) ListenAndServe(addr string) error
- func (s *Server) SetHandler(w http.ResponseWriter, r *http.Request)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (*Server) DeleteExtraKeysHandler ¶
func (s *Server) DeleteExtraKeysHandler(w http.ResponseWriter, r *http.Request)
func (*Server) DeleteReplicaKey ¶
func (s *Server) DeleteReplicaKey(w http.ResponseWriter, r *http.Request)
func (*Server) GetHandler ¶
func (s *Server) GetHandler(w http.ResponseWriter, r *http.Request)
func (*Server) ListenAndServe ¶
func (*Server) SetHandler ¶
func (s *Server) SetHandler(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.