blob: 93f5a1b4ebe09c5ae1bcac19ad3aa0954c6cb9fa [file] [log] [blame]
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -07001/*
2 * Copyright (c) 2018 - present. Boling Consulting Solutions (bcsw.net)
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 * http://www.apache.org/licenses/LICENSE-2.0
8 * Unless required by applicable law or agreed to in writing, software
9 * distributed under the License is distributed on an "AS IS" BASIS,
10 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11 * See the License for the specific language governing permissions and
12 * limitations under the License.
13 */
14/*
15 * NOTE: This file was generated, manual edits will be overwritten!
16 *
17 * Generated by 'goCodeGenerator.py':
18 * https://github.com/cboling/OMCI-parser/README.md
19 */
20package generated
21
22// This file is used to track the version(s) of code used to parse the ITU
23// document and create the generated code.
24
25type VersionInfo struct {
26 Name string // Type (pre-parser, parser, code-generator)
27 Version string // Version of parser project
28 CreateTime float32 // UTC linux time when ran
29 ItuDocName string // ITU G.988 document name
30 SHA256 string // ITU G.988 document SHA-256 hash
31}
32
33var Versions []VersionInfo
34
35func init() {
36 Versions = make([]VersionInfo, 0)
37
38 Versions = append(Versions,
39 VersionInfo{
40 Name: "parser",
41 Version: "0.9.0",
42 CreateTime: 1570304206.346817,
43 ItuDocName: "T-REC-G.988-2017-11.docx",
44 SHA256: "96ffc8bca6f70175c8e281e87e1cf21662d07a7502ebf595c5c3180a9972b9ac",
45 })
46
47 Versions = append(Versions,
48 VersionInfo{
49 Name: "pre-parser",
50 Version: "0.9.0",
51 CreateTime: 1570304142.338239,
52 ItuDocName: "T-REC-G.988-2017-11.docx",
53 SHA256: "96ffc8bca6f70175c8e281e87e1cf21662d07a7502ebf595c5c3180a9972b9ac",
54 })
55
56 Versions = append(Versions,
57 VersionInfo{
58 Name: "code-generator",
59 Version: "0.9.0",
60 CreateTime: 1570305842.186913,
61 ItuDocName: "T-REC-G.988-2017-11.docx",
62 SHA256: "96ffc8bca6f70175c8e281e87e1cf21662d07a7502ebf595c5c3180a9972b9ac",
63 })
64}