Documentation
¶
Index ¶
- Constants
- Variables
- func CmdCtx(ctx context.Context, args ...string) *exec.Cmd
- func Executable() string
- func ResolveAppByNameOrPackage(src string) (app target.App, err error)
- func ResolveApps(src string) (apps target.Portals[target.App], err error)
- func ResolveAppsByPath(src string) (apps target.Portals[target.App], err error)
- func ResolvePortals(src string) (portals target.Portals[target.Portal], err error)
- func ResolveProjects(src string) (apps target.Portals[target.Project], err error)
- func Spawn[T target.Portal](wg *sync.WaitGroup, ctx context.Context, apps target.Portals[T], action string) (err error)
- func SrvOpenCtx(ctx context.Context, src ...string) (err error)
- func SrvOpenerCtx(prefix ...string) func(ctx context.Context) (open func(src string), err error)
- type CmdOpener
- type Resolve
- type Runner
Constants ¶
View Source
const Name = portal.Name
Variables ¶
View Source
var Request = rpc.NewRequest(id.Anyone, name)
Functions ¶
func Executable ¶
func Executable() string
func ResolveAppsByPath ¶
func ResolvePortals ¶
func ResolveProjects ¶
Types ¶
type CmdOpener ¶
func NewCmdOpener ¶
Click to show internal directories.
Click to hide internal directories.