Documentation ¶ Index ¶ Variables func Run(params RunParams) type RunParams Constants ¶ This section is empty. Variables ¶ View Source var ( // RotateFlag defines wether we should rotate the keys or not. RotateFlag = flags.Bool() // VerifyFlag defines wether we should verify the keys or not. VerifyFlag = flags.Bool() ) View Source var Module = fx.Options( crypto.Module, fx.Invoke(Run), ) Module for fx. Functions ¶ func Run ¶ func Run(params RunParams) Run for AES. Types ¶ type RunParams ¶ type RunParams struct { fx.In Lifecycle fx.Lifecycle OutputConfig *cmd.OutputConfig Map *marshaller.Map Config *config.Config Logger *zap.Logger } RunParams for AES. Source Files ¶ View all Source files ed25519.go module.go Click to show internal directories. Click to hide internal directories.