Versions in this module Expand all Collapse all v1 v1.2.1 Aug 20, 2020 v1.2.0 Aug 20, 2020 Changes in this version + func NewIndexerManagerServicer(reindexer reindex.Reindexer, autoReindexEnabled bool) indexer_protos.IndexerManagerServer + func NewStateServicer(factory blobstore.BlobStorageFactory) (protos.StateServiceServer, error) + func PartitionStatesBySerializability(req *protos.ReportStatesRequest) ([]*protos.State, []*protos.IDAndError, error) + func ValidateDeleteStatesRequest(req *protos.DeleteStatesRequest) error + func ValidateGetStatesRequest(req *protos.GetStatesRequest) error + func ValidateSyncStatesRequest(req *protos.SyncStatesRequest) error