Documentation
¶
Index ¶
Constants ¶
View Source
const ( CurrentSchemaVersion = 10 BaseName = "meta.json" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Meta ¶
type Meta struct {
// contains filtered or unexported fields
}
func (*Meta) GetSourceMeta ¶
func (i *Meta) GetSourceMeta(source string) *SourceMeta
func (*Meta) IsSchemaOutdated ¶
func (*Meta) LastImported ¶
func (*Meta) LastUpdated ¶
func (*Meta) SetSourceMeta ¶
func (i *Meta) SetSourceMeta(source string, meta *SourceMeta)
Click to show internal directories.
Click to hide internal directories.