alice_eats v0.1.0 Alice.Handlers.Eats
This is an Alice handler to help you decide what to eat.
Link to this section Summary
Functions
eats add <restaurant>
- add a new restaurant to your group
where should I eat?
what's for lunch?
- have Alice suggest a place to eat
I'm hungry
- have Alice suggest a place to eat (ignored if not in a group)
All of the commands handled by this module
Deletes the entries in the state for a specific key
Get the state from an Alice.Conn struct, namespaced to this module
eats join <group>
- join a group (and create it if it doesn’t exist)
eats leave
- leave your current group
eats list groups
- list all groups
eats members
- list all members in all groups
eats list
- list all restaurants in your group
Match all commands in this module
Match all routes in this module
Update the state of an Alice.Conn struct, namespaced to this module
eats remove <restaurant>
- remove a restaurant from your group
All of the routes handled by this module
Link to this section Functions
eats add <restaurant>
- add a new restaurant to your group
where should I eat?
what's for lunch?
- have Alice suggest a place to eat
I'm hungry
- have Alice suggest a place to eat (ignored if not in a group)
All of the commands handled by this module
Deletes the entries in the state for a specific key
.
Get the state from an Alice.Conn struct, namespaced to this module
eats join <group>
- join a group (and create it if it doesn’t exist)
eats leave
- leave your current group
eats list groups
- list all groups
eats members
- list all members in all groups
eats list
- list all restaurants in your group
Match all commands in this module
Match all routes in this module
Update the state of an Alice.Conn struct, namespaced to this module
eats remove <restaurant>
- remove a restaurant from your group
All of the routes handled by this module