Ejemplo n.º 1
0
func (r *RemoteLocksmithUI) SelectSigner(ctx context.Context, arg keybase1.SelectSignerArg) (keybase1.SelectSignerRes, error) {
	arg.SessionID = r.sessionID
	return r.uicli.SelectSigner(ctx, arg)
}