Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func All ¶
func All(verifiables ...Verifiable) error
All returns nil if all the verifiables were verified with no errors
Types ¶
type State ¶
type State interface { snow.ContextInitializable Verifiable VerifyState() error }
State that can be verified
Click to show internal directories.
Click to hide internal directories.