Brian Stark

Results 2 issues of Brian Stark

CommonAttributesAndElements.InbandEventStream has an XML tag to be an attribute, but should be an element: InbandEventStream *DescriptorType `xml:"inbandEventStream,attr"` should be InbandEventStream *DescriptorType `xml:"InbandEventStream,omitempty"` otherwise it will never be unmarshaled. I think...

Needed to do some validation on-prem in a private network, and spent some time making up a Dockerfile to get it running. Stayed with the installation documentation in terms of...

Feature Request