package
Version:
v0.0.48
Opens a new window with list of versions in this module.
Published: Jul 28, 2020
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
¶
Package metadata provides agent metadata structs and info.
View Source
const (
AgentMetadataFileName = "metadata.json"
)
type Metadata struct {
IsInvalid bool `json:"is_invalid" yaml:"is_invalid"`
NGT *NGT `json:"ngt,omitempty" yaml:"ngt"`
}
type NGT struct {
IndexCount uint64 `json:"index_count" yaml:"index_count"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.