API Reference PhoenixGenApi v0.0.13

View Source

Modules

PhoenixGenApi is a library to help you to generate API for Phoenix.

This module provides a cache for Executor can get %FunConfig{} config by request_type.

This is automation module for pull %FunConfig{} from nodes and update to cache.

This module is the core of PhoenixGenApi. It will execute the request from client and return the response. Response can be sync, async, or stream.

Module helps to handle stream call.

For declare a general config for a function.

Request struct for internal using, convert data map from websocket api.

Response struct for internal using, convert data map from websocket api.

Support for send data to stream.