package
0.0.0-20241209154731-68356499f064
Repository: https://github.com/serverless/event-gateway.git
Documentation: pkg.go.dev
# README
libkv
package
This package implements function.Service
and subscription.Service
using libkv
(etcd
) as a backend store.
# Structs
CORSKey is a key under which CORS data is stored KV store.
EventTypeKey is a key under which event type data is stored KV store.
FunctionKey is a key under which function data is stored KV store.
Service implements function.Service and subscription.Service using libkv as a backend.