Documentation
¶
Index ¶
Constants ¶
View Source
const ( KeyRendered = "rendered" KeyCert = "cert" KeyPrivKey = "privkey" KeySha256 = "sha256" KeyFolder = "folder" KeyText = "text" KeyContract = "contract" KeyJSON = "json" PrefixBasicEncoding = "hyper-protect-basic" )
Variables ¶
View Source
var ( Base64Encode = base64.StdEncoding.EncodeToString Base64DecodeE = E.Eitherize1(base64.StdEncoding.DecodeString) Base64EncodeE = F.Flow2( Base64Encode, E.Of[error, string], ) PlainTextEncodeE = F.Flow2( B.ToString, E.Of[error, string], ) MapBytesToStgE = E.Map[error](B.ToString) MapStgToBytesE = E.Map[error](S.ToBytes) MapRefAnyE = E.Map[error](F.Ref[any]) FromErrorO = O.FromPredicate(isError) )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.