func/templates/go/scaffolding
Matej Vašek 075bc9bed4
fix: allow sub-pkgs in Go functions (#2523)
* 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>
2024-09-27 01:02:32 +00:00
..
instanced-cloudevents fix: allow sub-pkgs in Go functions (#2523) 2024-09-27 01:02:32 +00:00
instanced-http fix: allow sub-pkgs in Go functions (#2523) 2024-09-27 01:02:32 +00:00
static-cloudevents fix: allow sub-pkgs in Go functions (#2523) 2024-09-27 01:02:32 +00:00
static-http fix: allow sub-pkgs in Go functions (#2523) 2024-09-27 01:02:32 +00:00
README.md feat: write instanced and static scaffolding (#1732) 2023-05-18 20:03:14 +00:00

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).