package
Version:
v1.22.21
Opens a new window with list of versions in this module.
Published: Dec 12, 2025
License: BSD-3-Clause
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Decidable struct {
Status Status
}
Decidable represents a block that can be decided
Status represents the status of a block
const (
Unknown Status = iota
Processing
Rejected
Accepted
)
String returns string representation
s := Accepted
println(s.String())
// Output would be: Accepted
Source Files
¶
Click to show internal directories.
Click to hide internal directories.