aboutsummaryrefslogtreecommitdiff
path: root/src/Ssb/Network.hs
blob: 62d82b1d3245926d685aa192f9b120d31ddd2c06 (plain)
1
2
3
4
5
6
7
8
-- | This module defines common networking types used in the codebase.

module Ssb.Network where

import           Protolude

type Host = Text
type Port = Text