Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aaf45d07 authored by Theo Ardouin's avatar Theo Ardouin
Browse files

package : gratings

parent e3fb3374
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
package main

// Gratings test package
func Gratings(_ string, _ map[string]string) (string, map[string]interface{}) {
	return "success", nil
}
+9 −0
Original line number Diff line number Diff line
[
    {
        "tag": "success",
        "messages": [
            "Hello, how are you ?",
            "Hey, I'am Elivia, Iam here to serve you"
        ]
    }
]
 No newline at end of file
+17 −0
Original line number Diff line number Diff line
[
    {
        "Gratings": [
            {
                "entries": [],
                "patterns": [
                    "hello",
                    "hi"
                ],
                "olivia-feed": [
                    "hello",
                    "hi"
                ]
            }
        ]
    }
]
 No newline at end of file
+0 −0

Empty file added.

+0 −0

Empty file added.