The highest tagged major version is
v2.
package
Version:
v0.5.0-rc11
Opens a new window with list of versions in this module.
Published: Nov 1, 2023
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Block struct {
Processed *time.Time `bson:"processed"`
Created time.Time
ErrorMessage string `bson:"error_message"`
Height int64 `bson:"height"`
Status Status
}
type Message struct {
Created time.Time
ErrorMessage string `bson:"error_message"`
Height int64 `bson:"height"`
}
const (
StatusProcessing Status = 1 + iota
StatusProcessed
StatusError
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.