Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// IP of the server
IP net.IP
// Port of the server
Port int
// contains filtered or unexported fields
}
Backend server
func (*Server) GoogleWatcherHandler ¶
func (s *Server) GoogleWatcherHandler(w http.ResponseWriter, r *http.Request)
Method that process the request of a google notification to our server
func (*Server) OutlookWatcherHandler ¶
func (s *Server) OutlookWatcherHandler(w http.ResponseWriter, r *http.Request)
Method that process the request of a outlook notification to our server
Click to show internal directories.
Click to hide internal directories.