View Source Flowy.Config.Service (Flowy v0.1.1)

This module defines a struct that contains all of available fields to configure the web part of Flowy.

Summary

Functions

Find an http code in the list of codes.

Types

@type t() :: %Flowy.Config.Service{codes: [map()], keys_format: String.t()}

Functions

Link to this function

find_code(service, code)

View Source
@spec find_code(t(), String.t()) :: any() | {:error, :code_not_found}

Find an http code in the list of codes.