Documentation ¶ Index ¶ Variables func Discover(cfgPath string, stage string) (string, error) func NewRegistry() *registry type HttpConn func (c *HttpConn) Close() error type Server func New() (*Server, error) func (s *Server) Start(ctx context.Context, p *project.Project) error Constants ¶ This section is empty. Variables ¶ View Source var ErrServerNotFound = errors.New("server not found") Functions ¶ func Discover ¶ added in v0.1.69 func Discover(cfgPath string, stage string) (string, error) func NewRegistry ¶ added in v0.1.69 func NewRegistry() *registry Types ¶ type HttpConn ¶ added in v0.1.81 type HttpConn struct { io.Reader io.Writer } func (*HttpConn) Close ¶ added in v0.1.81 func (c *HttpConn) Close() error type Server ¶ type Server struct { Port int Mux *http.ServeMux Rpc *rpc.Server } func New ¶ func New() (*Server, error) func (*Server) Start ¶ func (s *Server) Start(ctx context.Context, p *project.Project) error Source Files ¶ View all Source files client.go server.go Directories ¶ Show internal Expand all Path Synopsis aws resource Click to show internal directories. Click to hide internal directories.