Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bridge ¶
type Bridge struct {
// contains filtered or unexported fields
}
Bridge connects hawk to the inspect site-auditing library. If initialization fails, all operations degrade gracefully and return empty results rather than errors.
func NewBridge ¶
func NewBridge(opts ...inspectLib.Option) *Bridge
NewBridge creates a bridge to the inspect library with the given options. Returns a bridge that silently no-ops if initialization fails.
Click to show internal directories.
Click to hide internal directories.