(projectId string)
| 120 | } |
| 121 | |
| 122 | func (e *ERPC) GetProject(projectId string) (*PreparedProject, error) { |
| 123 | return e.projectsRegistry.GetProject(projectId) |
| 124 | } |
| 125 | |
| 126 | func (e *ERPC) GetProjects() []*PreparedProject { |
| 127 | return e.projectsRegistry.GetAll() |
no outgoing calls