server

package
v0.2.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewMemoryBackedSessionStore

func NewMemoryBackedSessionStore() *memoryBackedSessionStore

func Start

func Start(cfg *Config, srv api.SessionServiceServer) error

Types

type Config

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

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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