server

package
v0.0.0-...-c953a64 Latest Latest
Warning

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

Go to latest
Published: May 29, 2020 License: MPL-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Configuration

type Configuration struct {
	URL      string
	Port     uint
	UseSSL   bool
	LogLevel string
}

Configuration the configuration for the server, is normally assigned via CLI on -i or --init .

type MaterializationServer

type MaterializationServer struct {
	Config *Configuration
	Store  *data.Store
	// contains filtered or unexported fields
}

MaterializationServer A struct containing the server and store pointers. After creating the server struct you should call MaterializationServer.Initialize(&store) to initialize the server.

Jump to

Keyboard shortcuts

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