Documentation ¶
Index ¶
- func Register(hostname string, ws Webservice)
- func Services() map[string]Webservice
- func TestChangePassNewPasswordIsSameAsOld(t *testing.T)
- func TestChangePassNewPasswordsDontMatch(t *testing.T)
- func TestChangePassSuccessfully(t *testing.T)
- func TestChangePasswordWithInvalidChars(t *testing.T)
- func TestChangePasswordWithWrongOldPassword(t *testing.T)
- func TestLogsInSuccessfully(t *testing.T)
- func TestLogsInWithWrongEmail(t *testing.T)
- func TestLogsInWithWrongPassword(t *testing.T)
- type AccountError
- type ChangeError
- type ConnectError
- type ParseError
- type Webservice
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Register ¶
func Register(hostname string, ws Webservice)
func Services ¶
func Services() map[string]Webservice
func TestLogsInSuccessfully ¶
Types ¶
type AccountError ¶
func (AccountError) Error ¶
func (ae AccountError) Error() string
type ChangeError ¶
func (ChangeError) Error ¶
func (ce ChangeError) Error() string
type ConnectError ¶
type ConnectError struct {
Hostname string
}
func (ConnectError) Error ¶
func (ce ConnectError) Error() string
type ParseError ¶
type ParseError struct {
Hostname string
}
func (ParseError) Error ¶
func (pe ParseError) Error() string
type Webservice ¶
Click to show internal directories.
Click to hide internal directories.