Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var NotAuthorized = notAuthorized{}
Functions ¶
This section is empty.
Types ¶
type AuthFailure ¶
type AuthFailure struct {
// contains filtered or unexported fields
}
func (AuthFailure) Error ¶
func (e AuthFailure) Error() string
type Client ¶
type Client interface { Login(info map[string]interface{}, configTypes []string) (*edge.ApiSession, error) Refresh() (*time.Time, error) GetServices() ([]*edge.Service, error) CreateSession(svcId string, kind edge.SessionType) (*edge.Session, error) RefreshSession(id string) (*edge.Session, error) }
type NotAccessible ¶
type NotAccessible struct {
// contains filtered or unexported fields
}
func (NotAccessible) Error ¶
func (e NotAccessible) Error() string
Click to show internal directories.
Click to hide internal directories.