Documentation
¶
Index ¶
- type Factory
- type TestData
- func (td *TestData) Authenticate(pword string) (bool, error)
- func (td *TestData) Block(name string) error
- func (td *TestData) ClientExists(name string) (bool, error)
- func (td *TestData) IsBlocked(name string) (bool, error)
- func (td *TestData) NewClient(pword string) error
- func (td *TestData) SetName(name string)
- func (td *TestData) Unblock(name string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Factory ¶
type Factory struct { }
func (*Factory) Create ¶
func (f *Factory) Create(name string) clientdata.ClientData
type TestData ¶
type TestData struct {
// contains filtered or unexported fields
}
func NewTestData ¶
Click to show internal directories.
Click to hide internal directories.