Documentation ¶
Index ¶
- Constants
- func RecipeToString(recipe [][]int) string
- func StartElemCraft()
- func StripRecipe(recipe [][]int) [][]int
- type ElemCraft
- func (e *ElemCraft) Combo(c echo.Context) error
- func (e *ElemCraft) Existing(c echo.Context) error
- func (e *ElemCraft) GetElement(c echo.Context) error
- func (e *ElemCraft) Handlers()
- func (e *ElemCraft) Suggest(c echo.Context) error
- func (e *ElemCraft) Vote(c echo.Context, id string, user *models.User) error
- type Element
- type ExistingSuggestion
- type SuggestionRequest
Constants ¶
View Source
const MinVotes = 3
Variables ¶
This section is empty.
Functions ¶
func RecipeToString ¶
func StartElemCraft ¶
func StartElemCraft()
func StripRecipe ¶
Types ¶
type ElemCraft ¶
type ElemCraft struct {
// contains filtered or unexported fields
}
func (*ElemCraft) GetElement ¶
type ExistingSuggestion ¶
Click to show internal directories.
Click to hide internal directories.