View Source Flowy.Config (Flowy v0.1.0)

This module defines a struct that contains all of the fields necessary to configure an instance of Flowy.

Summary

Functions

Builds a Flowy configuration struct with the given options.

Types

@type t() :: %Flowy.Config{name: String.t(), service: Flowy.Config.Service.t()}

Functions

@spec build(map()) :: t()

Builds a Flowy configuration struct with the given options.