web

package
v0.12.0 Latest Latest
Warning

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

Go to latest
Published: Jul 8, 2018 License: BSD-2-Clause Imports: 10 Imported by: 0

Documentation

Overview

Package web is the entry point for the backend of the web interface of Elvish.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ExecuteResponse

type ExecuteResponse struct {
	OutBytes  string
	OutValues []interface{}
	ErrBytes  string
	Err       string
}

type Web

type Web struct {
	BinPath  string
	SockPath string
	DbPath   string
	Port     int
}

func New

func New(binpath, sockpath, dbpath string, port int) *Web

func (*Web) Main

func (web *Web) Main([]string) int

Jump to

Keyboard shortcuts

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