Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventDrivenFunc ¶
func BuildEventDrivenFunc ¶
func BuildEventDrivenFunc(handlerFunc HandlerFunc) EventDrivenFunc
BuildEventDrivenFunc は、Functions Framework に登録可能なイベントドリブン関数をいい感じに組み立てます。
type HandlerFunc ¶
type HandlerFunc func(ctx context.Context, e MessageEvent) error
type MessageEvent ¶
Click to show internal directories.
Click to hide internal directories.