(ctx context.Context, params *CompleteParams)
| 1019 | } |
| 1020 | |
| 1021 | func (cs *ClientSession) Complete(ctx context.Context, params *CompleteParams) (*CompleteResult, error) { |
| 1022 | return handleSend[*CompleteResult](ctx, methodComplete, newClientRequest(cs, orZero[Params](params))) |
| 1023 | } |
| 1024 | |
| 1025 | // Subscribe sends a "resources/subscribe" request to the server, asking for |
| 1026 | // notifications when the specified resource changes. |