ReadByName retrieves a connection by its name.
(ctx context.Context, id string, opts ...management.RequestOption)
| 18 | |
| 19 | // ReadByName retrieves a connection by its name. |
| 20 | ReadByName(ctx context.Context, id string, opts ...management.RequestOption) (c *management.Connection, err error) |
| 21 | |
| 22 | // Update a connection. |
| 23 | Update(ctx context.Context, id string, c *management.Connection, opts ...management.RequestOption) (err error) |
no outgoing calls
no test coverage detected