server

package
v0.0.0-...-ac9ef1f Latest Latest
Warning

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

Go to latest
Published: Oct 5, 2017 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DmnServer

type DmnServer struct {
	// store info related to server
	DbHdl          dbutils.DBIntf
	Logger         logging.LoggerIntf
	InitCompleteCh chan bool
}

func NewISISDServer

func NewISISDServer(initParams *ServerInitParams) *DmnServer

func (*DmnServer) Serve

func (srvr *DmnServer) Serve()

type ServerInitParams

type ServerInitParams struct {
	DmnName     string
	ParamsDir   string
	CfgFileName string
	DbHdl       dbutils.DBIntf
	Logger      logging.LoggerIntf
}

Jump to

Keyboard shortcuts

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