Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BoardResponse ¶
type BoardResponse struct {
Status oware.GameStatus
Player int
Scores []int
Pits []int
}
type MovesResponse ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (*Server) GetBoardHandler ¶
func (s *Server) GetBoardHandler(w http.ResponseWriter, r *http.Request)
func (*Server) GetMovesHandler ¶
func (s *Server) GetMovesHandler(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.