Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BitBox02 ¶
type BitBox02 interface { Version() *semver.SemVer Status() api.Status Random() ([]byte, error) ChannelHash() (string, bool) ChannelHashVerify(ok bool) DeviceInfo() (*api.DeviceInfo, error) SetDeviceName(deviceName string) error SetPassword() error CreateBackup() error ListBackups() ([]*api.Backup, error) CheckBackup(bool) (string, error) RestoreBackup(string) error CheckSDCard() (bool, error) InsertRemoveSDCard(messages.InsertRemoveSDCardRequest_SDCardAction) error SetMnemonicPassphraseEnabled(bool) error UpgradeFirmware() error Attestation() bool Reset() error ShowMnemonic() error RestoreFromMnemonic() error Edition() bitbox02common.Edition }
BitBox02 models the API of the bitbox02 package.
type Handlers ¶
type Handlers struct {
// contains filtered or unexported fields
}
Handlers provides a web API to the Bitbox.
func NewHandlers ¶
func NewHandlers( handleFunc func(string, func(*http.Request) (interface{}, error)) *mux.Route, log *logrus.Entry, ) *Handlers
NewHandlers creates a new Handlers instance.
Click to show internal directories.
Click to hide internal directories.