Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
go-sectorbuilder
Commits
7b7ba3f5
Commit
7b7ba3f5
authored
Sep 06, 2019
by
laser
Browse files
refactor(add comments as per dig)
parent
8465ef1b
Changes
1
Show whitespace changes
Inline
Side-by-side
bindings.go
View file @
7b7ba3f5
...
@@ -24,14 +24,16 @@ func elapsed(what string) func() {
...
@@ -24,14 +24,16 @@ func elapsed(what string) func() {
}
}
}
}
// SealedSectorHealth represents the healthiness of a sector managed by a
// sector builder.
type
SealedSectorHealth
int
type
SealedSectorHealth
int
const
(
const
(
Unknown
SealedSectorHealth
=
iota
Unknown
SealedSectorHealth
=
iota
Ok
Ok
// everything is fine
ErrorInvalidChecksum
ErrorInvalidChecksum
// sector exists, but checksum is invalid
ErrorInvalidLength
ErrorInvalidLength
// sector exists, but length is incorrect
ErrorMissing
ErrorMissing
// sector no longer exists
)
)
// SortedSectorInfo is a slice of SectorInfo sorted (lexicographically,
// SortedSectorInfo is a slice of SectorInfo sorted (lexicographically,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment