Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service struct keeps config and db objects to avoid passing them around
func NewService ¶
NewService starts a new Service instance
func (*Service) GetOauthService ¶
func (s *Service) GetOauthService() oauth.ServiceInterface
GetOauthService returns oauth.Service instance
type ServiceInterface ¶
type ServiceInterface interface { // Exported methods GetOauthService() oauth.ServiceInterface }
ServiceInterface defines exported methods
Click to show internal directories.
Click to hide internal directories.