Versions in this module Expand all Collapse all v0 v0.23.6 Jul 29, 2016 Changes in this version + type DmsetupCommand struct + Err error + Name string + Result string + type FakeDmsetupClient struct + func NewFakeDmsetupClient(t *testing.T, commands ...DmsetupCommand) *FakeDmsetupClient + func (c *FakeDmsetupClient) AddCommand(name string, result string, err error) + func (c *FakeDmsetupClient) Message(deviceName string, sector int, message string) ([]byte, error) + func (c *FakeDmsetupClient) Status(deviceName string) ([]byte, error) + func (c *FakeDmsetupClient) Table(deviceName string) ([]byte, error) + type FakeThinLsClient struct + func NewFakeThinLsClient(result map[string]uint64, err error) *FakeThinLsClient + func (c *FakeThinLsClient) ThinLs(deviceName string) (map[string]uint64, error)