Skip to content

Commit 0108e6f

Browse files
authored
Refactoring the README.md (#210)
1 parent 76c166c commit 0108e6f

File tree

8 files changed

+1848
-1022
lines changed

8 files changed

+1848
-1022
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
.idea/
22
.vscode/
33
build/*
4-
config.yaml
4+
*.yaml

README.md

Lines changed: 80 additions & 1018 deletions
Large diffs are not rendered by default.

docs/CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@ Examples
9797
* `channel`. Channel object and management
9898
* `channel.go` - The channel object.
9999
* `manager.go` - manage all of channels
100+
* `eval`. This package is for evaluating the expression.
101+
* `eval.go` - The expression evaluation.
102+
* `extract.go` - Extract the value from the document.(using XPath or Regex)
103+
* `types.go` - The value's type.
100104
* `notify`. All of notifiers
101105
* `notify.go` - The notify interface definition.
102106
* `base/` - The notify framework for all notify.

0 commit comments

Comments
 (0)