hotel-california-0.0.6.0
Safe HaskellSafe-Inferred
LanguageHaskell2010

HotelCalifornia.Exec

Description

This module defines the code for actually executing a command with tracing enabled.

Synopsis

Documentation

data SpanStatus' Source #

A variant of SpanStatus that does not include a Text for error.

Constructors

SpanUnset 
SpanOk 
SpanError 

parseAttribute :: String -> Either String (Text, Attribute) Source #

Parse a `key=value` string into an attribute.