Structs§
- Command
- A command.
- Command
Output - The output of a command.
- Default
Clock - Default implementation of
Clock. - Default
Command Runner - Default implementation of
CommandRunner. - Default
Env - Default implementation of
Env. - Default
Http Server - Default implementation of
HttpServer. - Default
System - Default implementation of
System. - Default
Uuid Generator - Default implementation of
UuidGenerator. - Http
Request - HTTP request.
- Mock
- Struct that represents a function mock.
- Mock
Clock mockallimplementation ofClock.- Mock
Command Runner mockallimplementation ofCommandRunner.- MockEnv
mockallimplementation ofEnv.- Mock
Http Server mockallimplementation ofHttpServer.- Mock
System mockallimplementation ofSystem.- Mock
Uuid Generator mockallimplementation ofUuidGenerator.
Enums§
- Http
Response - HTTP response.
Traits§
- Clock
- A trait for getting the current time.
- Command
Runner - A trait for running commands.
- Env
- A trait for getting environment variables.
- Http
Server - Simple HTTP server that listen all requests.
- System
- A trait for interacting with the system.
- Uuid
Generator - A trait for generating UUIDs.