Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BasicParams ¶
type Oauth2Params ¶
type ServicerBasic ¶
type ServicerBasic struct {
// contains filtered or unexported fields
}
func NewBasic ¶
func NewBasic(p BasicParams) (s ServicerBasic, err error)
type ServicerOauth2 ¶
type ServicerOauth2 struct {
// contains filtered or unexported fields
}
func NewOauth2 ¶
func NewOauth2(p Oauth2Params, c *http.Client, s types.SecureStorager) (ss ServicerOauth2, err error)
Click to show internal directories.
Click to hide internal directories.