package
Version:
v0.0.0-...-d8b4333
Opens a new window with list of versions in this module.
Published: Mar 4, 2018
License: Apache-2.0
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 Chain struct {
Data [][]string `json:"data"`
Name string `json:"name"`
}
type Collector struct {
Tables []Table
}
type Table struct {
Chains []*Chain `json:"chains"`
Name string `json:"name"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.