|
func (cli *Client) SwarmUnlock(ctx context.Context, req swarm.UnlockRequest) error {
|
|
func (cli *Client) SwarmUnlock(ctx context.Context, req swarm.UnlockRequest) error {
|
|
serverResp, err := cli.post(ctx, "/swarm/unlock", nil, req, nil)
|
|
serverResp, err := cli.post(ctx, "/swarm/unlock", nil, req, nil)
|