# Functions

NewAPI creates new api instance using provided config.
NewFactory creates a new API factory if namespace is not empty, it will override the default namespace set in settings.
ParseConfig retrieves Config from given ConfigMap and Secret.

# Structs

Config holds settings required to create new api.
Settings holds a set of settings required for API creation.

# Interfaces

API provides high level interface to send notifications and manage notification services.
Factory creates an API instance.

# Type aliases

No description provided by the author
No description provided by the author