You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+59-2Lines changed: 59 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,12 @@ Dew streamlines Go application development by providing a unified interface for
15
15
-[Motivation](#motivation)
16
16
-[Terminology](#terminology)
17
17
-[Convention for Actions and Queries](#convention-for-actions-and-queries)
18
+
-[Example for `Action`:](#example-for-action)
19
+
-[Example for `Query`:](#example-for-query)
18
20
-[Installation](#installation)
19
21
-[Example](#example)
22
+
-[Hello Action Example](#hello-action-example)
23
+
-[Hello Query Example](#hello-query-example)
20
24
-[Usage](#usage)
21
25
-[Setting Up the Bus](#setting-up-the-bus)
22
26
-[Dispatching Actions](#dispatching-actions)
@@ -95,7 +99,7 @@ Dew follows these conventions for `Action` and `Query` interfaces:
95
99
-**Action Interface**: Each action must implement a `Validate` method to ensure the action's data is valid before processing.
96
100
-**Query Interface**: Each query implements the `Query` interface, which is an empty interface. Queries don't require a `Validate` method as they don't modify application state.
0 commit comments