package
0.0.0-20240831194536-2d10c8b25554
Repository: https://github.com/encryptedl/cryptfs.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
New constructs a new instance of the server with the provided options.
WithAuthHash configures the server with authentication Also requires WithKeyPair for TLS.
WithBind sets the interface and port to bind the server to.
WithKeyPair confiures the server with a TLS key pair.
WithVersionedStore sets the versioned store to use for the server.
# Variables
ErrPasswordWithoutTLS is the error returned when using a password without TLS.
# Type aliases
Option is a functional option for configuring the server.