Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BaseModule = fx.Provide( NewServer, )
Functions ¶
func RegisterRoutes ¶
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func NewServer ¶
func NewServer( workflowEngine *workflow.Engine, wordRepository word.Repository, wordleRepository wordle.Repository, ) *Server
func (Server) CreateWordle ¶
func (Server) DeleteWordle ¶
func (Server) ListWordles ¶
func (Server) UpdateWordle ¶
Click to show internal directories.
Click to hide internal directories.