New creates a new OpenCloud + micro runtime
(cfg *config.Config)
| 14 | |
| 15 | // New creates a new OpenCloud + micro runtime |
| 16 | func New(cfg *config.Config) Runtime { |
| 17 | return Runtime{ |
| 18 | c: cfg, |
| 19 | } |
| 20 | } |
| 21 | |
| 22 | // Start rpc runtime |
| 23 | func (r *Runtime) Start(ctx context.Context) error { |