(ctx context.Context)
| 107 | } |
| 108 | |
| 109 | func (e *ERPC) Bootstrap(ctx context.Context) { |
| 110 | e.projectsRegistry.Bootstrap(ctx) |
| 111 | } |
| 112 | |
| 113 | func (e *ERPC) GetNetwork(ctx context.Context, projectId string, networkId string) (*Network, error) { |
| 114 | prj, err := e.GetProject(projectId) |