Searched defs:PerlasmTask (Results 1 – 2 of 2) sorted by relevance
48 type PerlasmTask struct { struct49 Src, Dst string50 Args []string53 func (t *PerlasmTask) Destination() string { return t.Dst }54 func (t *PerlasmTask) Run() ([]byte, error) {