Documentation ¶
Index ¶
- type Service
- func (s Service) CreateProvider(ctx context.Context, oauthProvider *oauthcredentials.CreateProviderRequest) (*oauthcredentials.CreateProviderResponse, error)
- func (s Service) DeleteProvider(ctx context.Context, oauthProvider *oauthcredentials.DeleteProviderRequest) (*oauthcredentials.DeleteProviderResponse, error)
- func (s Service) ListProviders(_ *oauthcredentials.ListProvidersRequest, ...) error
- func (s Service) UpdateProvider(ctx context.Context, oauthProvider *oauthcredentials.UpdateProviderRequest) (*oauthcredentials.UpdateProviderResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
oauthcredentials.UnimplementedOAuthProviderServiceServer
}
func NewService ¶
func NewService() *Service
func (Service) CreateProvider ¶
func (Service) DeleteProvider ¶
func (Service) ListProviders ¶
Click to show internal directories.
Click to hide internal directories.