package
Version:
v0.0.0-...-4d2ef29
Opens a new window with list of versions in this module.
Published: Aug 13, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func New(port int) *server
type HttpResult struct {
Msg string `json:"msg"`
Algebra string `json:"algebra"`
ProcessTime string `json:"process time"`
Attributes []string `json:"attribute list"`
Rows [][]interface{} `json:"rows"`
}
type Server interface {
Run()
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.