ctl_main

package
v0.0.0-...-cbc0f95 Latest Latest
Warning

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

Go to latest
Published: Jul 4, 2021 License: MIT Imports: 24 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Main

func Main()

Types

type Ctl

type Ctl struct {
	// contains filtered or unexported fields
}

func New

func New(baseConf *base_config.Config, mainConf *config.Config) *Ctl

type Response

type Response struct {
	TraceId   string
	Code      uint8
	Error     string
	ResultMap map[string]Result
}

type Result

type Result struct {
	Code  uint8
	Error string
	Data  map[string]interface{}
}

type TerminalInput

type TerminalInput struct {
	Bytes []byte
}

type TerminalOutput

type TerminalOutput struct {
	Bytes []byte
}

Jump to

Keyboard shortcuts

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