Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 868 Bytes

File metadata and controls

21 lines (15 loc) · 868 Bytes

Support tools for functions OCI integrations

This is an optional module that can be added to Functions that resolves some common integrations related to OCI Services handling oracle functions invocations.

Enabling the feature in Function:

Edit your go.mod file and add this library as a dependency:

    github.com/fnproject/fn-events

Usage