Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitReader ¶
type GitReader struct {
// contains filtered or unexported fields
}
func NewGitReader ¶
type LocalReader ¶
type LocalReader struct {
// contains filtered or unexported fields
}
func NewLocalReader ¶
func NewLocalReader(fName string) *LocalReader
func (*LocalReader) Read ¶
func (l *LocalReader) Read() ([]byte, error)
type SchemaReader ¶
func DiscoverReader ¶
func DiscoverReader(schemaPath string) SchemaReader
Click to show internal directories.
Click to hide internal directories.