Versions in this module Expand all Collapse all v0 v0.1.1 Sep 8, 2016 v0.1.0 Jun 17, 2016 Changes in this version + type BaseFrontEnd struct + Name string + OlDir string + ProjectDir string + func (bf *BaseFrontEnd) FrontEndName() string + func (bf *BaseFrontEnd) OlDirLocation() string + func (bf *BaseFrontEnd) ProjectDirLocation() string + func (fe *BaseFrontEnd) GetId(p string) (id string, err error) + type FrontEnd interface + AddLambda func(location string) + BuildLambda func(path string) + GetId func(path string) (string, error)