memory

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 17, 2025 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Clock

type Clock interface {
	Now() time.Time
}

Clock defines an interface for getting the current time.

type Config

type Config struct {
	Clock Clock
}

Config contains configuration settings, including a Clock used to retrieve the current time.

func (Config) Create

func (c Config) Create() (signr.Backend, error)

Create initializes and returns a new instance of signr.Backend with default configuration values.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL