ipfs-1.0.0: Access IPFS locally and remotely

Safe HaskellNone
LanguageHaskell2010

Network.IPFS.Path.Types

Synopsis

Documentation

newtype Path Source #

CID path

Exmaple

"QmcaHAFzUPRCRaUK12dC6YyhcqEEtdfg94XrPwgCxZ1ihD/myfile.txt"

Constructors

Path 

Fields

Instances
Eq Path Source # 
Instance details

Defined in Network.IPFS.Path.Types

Methods

(==) :: Path -> Path -> Bool #

(/=) :: Path -> Path -> Bool #

Ord Path Source # 
Instance details

Defined in Network.IPFS.Path.Types

Methods

compare :: Path -> Path -> Ordering #

(<) :: Path -> Path -> Bool #

(<=) :: Path -> Path -> Bool #

(>) :: Path -> Path -> Bool #

(>=) :: Path -> Path -> Bool #

max :: Path -> Path -> Path #

min :: Path -> Path -> Path #

Show Path Source # 
Instance details

Defined in Network.IPFS.Path.Types

Methods

showsPrec :: Int -> Path -> ShowS #

show :: Path -> String #

showList :: [Path] -> ShowS #

IsString Path Source # 
Instance details

Defined in Network.IPFS.Path.Types

Methods

fromString :: String -> Path #

Generic Path Source # 
Instance details

Defined in Network.IPFS.Path.Types

Associated Types

type Rep Path :: Type -> Type #

Methods

from :: Path -> Rep Path x #

to :: Rep Path x -> Path #

ToHttpApiData Path Source # 
Instance details

Defined in Network.IPFS.Path.Types

ToSchema Path Source # 
Instance details

Defined in Network.IPFS.Path.Types

MimeRender PlainText Path Source # 
Instance details

Defined in Network.IPFS.Path.Types

MimeRender OctetStream Path Source # 
Instance details

Defined in Network.IPFS.Path.Types

type Rep Path Source # 
Instance details

Defined in Network.IPFS.Path.Types

type Rep Path = D1 (MetaData "Path" "Network.IPFS.Path.Types" "ipfs-1.0.0-1W9AKyPOZM0J0mc1hyzEwG" True) (C1 (MetaCons "Path" PrefixI True) (S1 (MetaSel (Just "unpath") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))