gini-network-0.1.0.0

Safe HaskellNone
LanguageHaskell2010

Gini.Network.Types.Internal

Description

Internal types for networking

Synopsis

Documentation

class HasNetworkConfig env where #

An environment which contains a NetworkConfig.

Minimal complete definition

networkConfigL

Methods

networkConfigL #

Arguments

:: Lens' env NetworkConfig

Lens to get or set the NetworkConfig

data NetworkConfig #

Configuration value used by the entire gini-network package.

Constructors

NetworkConfig 

Fields