diff --git a/generated/openconfig/yang.go b/generated/openconfig/yang.go index 403fdc741faa17b4c142b221d54aad9afd45f808..d86711f6cd7cdedaf6ae1f80e609ff22a15280e1 100644 --- a/generated/openconfig/yang.go +++ b/generated/openconfig/yang.go @@ -77,6 +77,11 @@ func UnzipSchema() (map[string]*yang.Entry, error) { return schemaTree, nil } +func SchemaTreeGzip() []byte { + return ySchema +} + + // Unmarshal unmarshals data, which must be RFC7951 JSON format, into // destStruct, which must be non-nil and the correct GoStruct type. It returns // an error if the destStruct is not found in the schema or the data cannot be