View Source EctoKsuid.Options (ecto_ksuid v0.1.0)
Struct containing validated options
This is used internally to generate the options used by the
callbacks of the Ecto.ParameterizedType behaviour.
Link to this section Summary
Functions
Compiles EctoKsuid.Options given a keyword list of opts
Returns the default options for EctoKsuid
Link to this section Types
@type t() :: %EctoKsuid.Options{prefix: String.t()}
Link to this section Functions
Compiles EctoKsuid.Options given a keyword list of opts
@spec default() :: t()
Returns the default options for EctoKsuid