server

package
v0.0.0-...-5cda5f8 Latest Latest
Warning

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

Go to latest
Published: Aug 16, 2023 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GenRequest

type GenRequest struct {
	PartyPubKeys []string `json:"party_pub_keys"`
	Threshold    int      `json:"threshold" mapstructure:"threshold"`
}

type MockEventRequest

type MockEventRequest struct {
}

type Server

type Server struct {
	// contains filtered or unexported fields
}

func NewHttpServer

func NewHttpServer(addr string, t tsslib.Server, signer *sign.Processor, nonProd bool, jwtSecretStr string) (*Server, error)

func (*Server) Start

func (hs *Server) Start() error

func (*Server) Stop

func (hs *Server) Stop()

Jump to

Keyboard shortcuts

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