Versions in this module Expand all Collapse all v0 v0.12.0 Jul 8, 2018 v0.11.0 Jan 16, 2018 Changes in this version + type ExecuteResponse struct + Err string + ErrBytes string + OutBytes string + OutValues []types.Value + type Web struct + BinPath string + DbPath string + Port int + SockPath string + func New(binpath, sockpath, dbpath string, port int) *Web + func (web *Web) Main([]string) int