module AvramEncrypted

Included Modules

Defined in:

avram_encrypted/config.cr
avram_encrypted/errors.cr
avram_encrypted/version.cr

Constant Summary

HABITAT_SETTINGS = [{decl: keys : Hash(String, String), example: nil, validation: :validate_at_least_one}, {decl: key_version : String, example: nil, validation: :validate_existence}] of Nil
VERSION = {{ (`shards version \"/srv/crystaldoc.info/codeberg-org-fluck-avram_encrypted-v0.3.0/src/avram_encrypted\"`).chomp.stringify }}

Class Method Summary

Instance Method Summary

Class Method Detail

def self.configure(&) #

def self.current_key #

def self.settings #

def self.validate_at_least_one(value : Hash(String, String)) #

def self.validate_existence(value : String) #

Instance Method Detail

def settings #