server

package
v0.0.0-...-70e5bc8 Latest Latest
Warning

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

Go to latest
Published: Apr 20, 2024 License: Apache-2.0 Imports: 18 Imported by: 1

Documentation

Overview

Package server implements the user service upspin.KeyServer that runs with the backing of storage.Storage.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(options ...string) (upspin.KeyServer, error)

New initializes an instance of the KeyServer that stores its data in the given Storage implementation.

Types

type Logger

type Logger interface {
	Log() ([]byte, error)
}

Logger returns KeyServer logs for auditing purposes. It is implemented by the KeyServer in this package, but is not part of the upspin.KeyServer interface.

Jump to

Keyboard shortcuts

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