Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountUsecase ¶
type AccountUsecase interface { GetGoogleUrl(ctx context.Context, req *accountProto.AccountGetGoogleUrlRequest) (*accountProto.AccountGetGoogleUrlResponse, error) GetGoogleToken(ctx context.Context, req *accountProto.AccountGetGoogleTokenRequest) (*accountProto.AccountGetGoogleTokenResponse, error) RefreshGoogleToken(ctx context.Context, req *accountProto.AccountRefreshGoogleTokenRequest) (*accountProto.AccountRefreshGoogleTokenResponse, error) }
func NewAccountUsecase ¶
func NewAccountUsecase( googleService googleService.GoogleService, ) AccountUsecase
Click to show internal directories.
Click to hide internal directories.