SetHostPath sets the internal host filesystem path.
(p string)
| 53 | |
| 54 | // SetHostPath sets the internal host filesystem path. |
| 55 | func (ws *Workspace) SetHostPath(p string) { |
| 56 | ws.hostPath = p |
| 57 | } |
| 58 | |
| 59 | func (*Workspace) Type() *ast.Type { |
| 60 | return &ast.Type{ |
no outgoing calls