mirror of https://github.com/knative/func.git
* fix: allow sub-pkgs in Go functions Signed-off-by: Matej Vašek <matejvasek@gmail.com> * fixup Signed-off-by: Matej Vašek <matejvasek@gmail.com> * fixup Signed-off-by: Matej Vašek <matejvasek@gmail.com> * fixup Signed-off-by: Matej Vašek <matejvasek@gmail.com> --------- Signed-off-by: Matej Vašek <matejvasek@gmail.com> |
||
---|---|---|
.. | ||
instanced-cloudevents | ||
instanced-http | ||
static-cloudevents | ||
static-http | ||
README.md |
README.md
Go Scaffolding
Organized into directories conforming to the naming convention [signature]-[invocation] where signature is the method signature group expected (static, instanced etc) and the invocation is the hint of what kind of requests the function expects.
Together, these constitute a compound primary key of the type of method signature (or signatures) the included implementation assumes of the linked f (user function source code).