Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EndpointSet ¶
type EndpointSet struct { RegisterEndpoint endpoint.Endpoint LoginEndpoint endpoint.Endpoint LogoutEndpoint endpoint.Endpoint }
func (EndpointSet) Login ¶
func (s EndpointSet) Login(username string, authToken string) (session string, err error)
type SimpleResponse ¶
type SimpleResponse struct {
Err string
}
Click to show internal directories.
Click to hide internal directories.