Documentation ¶
Overview ¶
Package mocks contains the mock implementations to be used in testing.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Communication ¶
Communication is a mock implementation of firmware.Communication.
func (*Communication) Close ¶
func (communication *Communication) Close()
Close implements firmware.Close.
type Config ¶
type Config struct{}
Config is a mock implementation of firmware.ConfigInterface.
func (*Config) AddDeviceStaticPubkey ¶
AddDeviceStaticPubkey implements firmware.Communication.
func (*Config) ContainsDeviceStaticPubkey ¶
ContainsDeviceStaticPubkey implements firmware.Communication.
func (*Config) GetAppNoiseStaticKeypair ¶
GetAppNoiseStaticKeypair implements firmware.Communication.
Click to show internal directories.
Click to hide internal directories.