package
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Nov 8, 2018
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Item interface {
Name() string
FieldSize() int
Fields() []Field
}
Item interface
type Profile interface {
Name() string
ItemsSize() int
Items() []Item
}
Profile interface
Source Files
¶
Click to show internal directories.
Click to hide internal directories.