Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface {
Post(request *Request) (*Response, error)
JsonRpcRequest(method string, request, response interface{}) error
Login(jsonRpcServerAuthenticator.LoginRequest) error
Logout()
Claims() claims.Claims
SetJWT(jwt string) error
GetJWT() string
SetURL(url string)
GetURL() string
LoggedIn() bool
RefreshLogin() error
MaintainLogin() error
}
Click to show internal directories.
Click to hide internal directories.