Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EnsureBuild ¶
Types ¶
type StandaloneGoServer ¶
type StandaloneGoServer struct { *StandaloneServer // contains filtered or unexported fields }
func NewStandaloneGoServer ¶
func NewStandaloneGoServer(cfg rp.Config, dir string) (*StandaloneGoServer, error)
func (*StandaloneGoServer) Close ¶
func (s *StandaloneGoServer) Close() error
type StandaloneServer ¶
type StandaloneServer struct {
// contains filtered or unexported fields
}
func NewStandaloneServer ¶
func NewStandaloneServer(cfg rp.Config, executable, dir string) (*StandaloneServer, error)
func (*StandaloneServer) Close ¶
func (s *StandaloneServer) Close() error
func (*StandaloneServer) Run ¶
func (s *StandaloneServer) Run() error
Click to show internal directories.
Click to hide internal directories.