Documentation ¶ Index ¶ type Open func NewOpen() *Open func (r Open) Run(ctx context.Context, src string, args ...string) (err error) func (r Open) Start(ctx context.Context, src string, args ...string) (err error) type Portal func NewPortal() Portal func (p Portal) Start(ctx context.Context, src string, args ...string) (err error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Open ¶ type Open struct { // contains filtered or unexported fields } func NewOpen ¶ func NewOpen() *Open func (Open) Run ¶ func (r Open) Run(ctx context.Context, src string, args ...string) (err error) func (Open) Start ¶ func (r Open) Start(ctx context.Context, src string, args ...string) (err error) type Portal ¶ type Portal struct { // contains filtered or unexported fields } func NewPortal ¶ func NewPortal() Portal func (Portal) Start ¶ func (p Portal) Start(ctx context.Context, src string, args ...string) (err error) Source Files ¶ View all Source files portal.gorun.go Click to show internal directories. Click to hide internal directories.