package
0.1.1
Repository: https://github.com/wealdtech/walletd.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
DumpPerms dumps information about our permissions to stdout.
FetchKeysConfig fetches keys from the JSON configuration file.
FetchPermissions fetches permissions from the JSON configuration file.
InitRules initialises the rules from a configuration.
InitStores initialises the stores from a configuration.
NewConfig creates a new configuration.
NewRule creates a new rule from its definition.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

ErrErrNotFound is used when an item is not found, usually when attempting to fetch it from storage.

# Structs

CertificateInfo contains information related to client certificates.
CertificatePerms contains information about the operations allowed by the certificate.
Config is the configuration for the daemon.
KeysConfig provides information about keys for automatic unlocking.
Permissions provides information about per-client permissions.
Rule contains a ready-to-run rule script.
RuleDefinition defines a rule.
ServerConfig contains configuration for the server.
Store defines a store within the configuration.

# Type aliases

RulesResult represents the result of running a set of rules.