added functions to bench
This commit is contained in:
10
functions/helloget.go
Normal file
10
functions/helloget.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package kubeless
|
||||
|
||||
import (
|
||||
"github.com/kubeless/kubeless/pkg/functions"
|
||||
)
|
||||
|
||||
// Foo sample function
|
||||
func Foo(event functions.Event, context functions.Context) (string, error) {
|
||||
return "Hello world!", nil
|
||||
}
|
||||
Reference in New Issue
Block a user