We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1bbf4d commit b97efcaCopy full SHA for b97efca
README.md
@@ -1,2 +1,2 @@
1
-# Tiny Systems All-In-One module
2
-Collection of various components combined into the first module.
+# Tiny Systems Example module
+Example module for the Tiny Systems platform.
components/echo/modify.go renamed to components/echo/echo.go
@@ -16,7 +16,7 @@ const (
16
type Context any
17
18
type InMessage struct {
19
- Context Context `json:"context" configurable:"true" required:"true" title:"Context" description:"Arbitrary message to be modified"`
+ Context Context `json:"context" configurable:"true" required:"true" title:"Context" description:"Arbitrary message to be echoed"`
20
}
21
22
type Component struct {
0 commit comments