Discover Packages
github.com/JCorpse96/core
data
copybook
package
Version:
v0.0.0-...-0a944fc
Opens a new window with list of versions in this module.
Published: Feb 14, 2023
License: BSD-3-Clause
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Array struct {
TypeOf string `json:"typeOf"`
Elements []Element `json:"elements"`
Format `json:"-"`
}
type Element struct {
ElementIndex int `json:"index"`
ElementName string `json:"name"`
ElementMaxLength int `json:"maxLength"`
ElementFormat Format `json:"format"`
}
type Float struct {
TypeOf string `json:"typeOf"`
Decimals int `json:"decimals"`
Format `json:"-"`
}
type Format interface {
}
type HXXX struct {
Elements []Element `json:"elements"`
}
type Integer struct {
TypeOf string `json:"typeOf"`
Format `json:"-"`
}
type ParentElement struct {
TypeOf string `json:"typeOf"`
Subelement Element `json:"subelement"`
Format `json:"-"`
}
type String struct {
TypeOf string `json:"typeOf"`
Format `json:"-"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.