ExDoppler.ConfigLog (ExDoppler v1.0.1)

View Source

Module describing a ConfigLog

Fields

  • config - Name of the config (e.g "dev_personal")
  • created_at - Date and time of config log's creation (e.g ~U[2025-04-30 10:05:50.040Z])
  • environment - Unique identifier for the environment object (e.g "dev")
  • html - HTML describing the event.
  • id - Unique identifier for the object (e.g "Ul8KeqJzKK3n7OadwqX5RZW2")
  • project - Unique identifier for the project object (e.g "example-project")
  • rollback - Whether this config log a rollback of a previous log.
  • text - Text describing the event (e.g "Modified secrets and saved to vault")
  • user - Relevant User. See ExDoppler.User

๐Ÿ“– Resources

Summary

Functions

Creates an ConfigLog from a map

Functions

build(log)

Creates an ConfigLog from a map

๐Ÿท๏ธ Params

  • log: Map of fields to turn into a ConfigLog

โคต๏ธ Returns

โœ… On Success

  %ExDoppler.ConfigLog{...}

โŒ On Failure

  raise Error