Creating an OPC UA Variant containing an ExtensionObject with gopcua/opcua
I need to call an OPC UA method with a struct as an InputArgument. In this case, the struct is a AnonymousIdentityToken. I tried to create an ExtensionObject containing the tokenValue, but this was not successful when the method was called.