server

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Dec 16, 2018 License: Apache-2.0 Imports: 14 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Start

Types

type Config

type Config struct {
	GRPC struct {
		Enabled bool
		Port    uint32
	}
	UI struct {
		Enabled bool
		Port    uint32
		TLS     bool
		Key     string
		Cert    string
	}
	DB struct {
		Filename string
	}
	TLS struct {
		Enabled bool

		// Key is the path to the private key file
		Key string
		// Cert is the path to the certificate file
		Cert string
	}
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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