type ValueIngester
structValueIngester is an ingester that ingests a single value.
Methods on ValueIngester
func CommitValue
method on ValueIngester1func (i *ValueIngester) CommitValue(valueStorer gnorkle.Storage, providerAddress string) errorCommitValue commits the ingested value to the given storage instance.
func Ingest
method on ValueIngesterIngest ingests a value provided by the given agent address.
func Type
method on ValueIngesterType returns the type of the ingester.