View Source Terrasol.Workspace (Terrasol v2.0.0)

Handling of Earthstar workspace strings and resulting Terrasol.Workspace.t structures

Link to this section Summary

Types

t()

An Earthstar workspace

Functions

Parse an Earthstar workspace address into a Terrasol.Workspace.

Link to this section Types

@type t() :: %Terrasol.Workspace{
  name: String.t(),
  string: String.t(),
  suffix: String.t()
}

An Earthstar workspace

Link to this section Functions

Parse an Earthstar workspace address into a Terrasol.Workspace.

:error on invalid input