mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-25 23:42:23 +00:00
3e2755e66d
config_extended.yml contains an example of user-defined configuration file with extended event types. User-defined event types are allowed to be named and complicated, i.e. properly support extended types notation. Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru>
19 lines
No EOL
408 B
YAML
19 lines
No EOL
408 B
YAML
name: "Notifications"
|
|
sourceurl: https://github.com/nspcc-dev/neo-go/
|
|
events:
|
|
- name: "! complicated name %$#"
|
|
parameters:
|
|
- name: ! complicated param @#$%
|
|
type: String
|
|
- name: "SomeMap"
|
|
parameters:
|
|
- name: m
|
|
type: Map
|
|
- name: "SomeStruct"
|
|
parameters:
|
|
- name: s
|
|
type: Struct
|
|
- name: "SomeArray"
|
|
parameters:
|
|
- name: a
|
|
type: Array |