# Functions
InitDriver initializes a new driver in the specified root driver directory.
No description provided by the author
RunWithDriver starts a bblfshd server and installs a specified driver to it.
UpdateSDK updates SDK-managed files for the driver located at root.
No description provided by the author
# Constants
No description provided by the author
# Variables
ErrChangesRequired is returned by UpdateSDK in DryRun mode when changes are required.
# Structs
No description provided by the author
No description provided by the author
InitOptions is a set of options available for the driver init.
No description provided by the author
UpdateOptions is a set of options available for the driver update.
# Type aliases
PrintfFunc is a logging function type similar to log.Printf.