discserv

package
v1.3.1 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

Overview

Package discserv provides a way to run an http server with logging and other necessary things

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Port      int
	VerifyKey string

	TLSCertFile string
	TLSKeyFile  string
}

type Server

type Server struct {
	*http.Server
	// contains filtered or unexported fields
}

func New

func New(l *zap.SugaredLogger, c Config, cr core.Core) (*Server, error)

Jump to

Keyboard shortcuts

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