Documentation
¶
Overview ¶
Package verify provides verification utilities
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IsBlock ¶
type IsBlock struct{}
IsBlock is an empty struct that can be embedded to indicate a type is a block
type Verifiable ¶
type Verifiable interface {
Verify() error
}
Verifiable represents something that can be verified
Click to show internal directories.
Click to hide internal directories.