Versions in this module Expand all Collapse all v1 v1.0.0 Mar 25, 2026 Changes in this version + func ImportFromJSONSchema(jsonContent string) (string, error) + func ImportFromProtobuf(protoContent string) (string, error) + type Converter struct + func NewConverter(lib *protocol.Library) *Converter + func (c *Converter) ToASN1(name string) (string, error) + func (c *Converter) ToFlatBuffers(name string) (string, error) + func (c *Converter) ToJSONSchema(name string) (string, error) + func (c *Converter) ToOpenAPI(name string) (string, error) + func (c *Converter) ToProtobuf(name string) (string, error)