Documentation ¶
Overview ¶
Package account アカウントGoogleToken情報取得リクエスト
Package account アカウントGoogleToken情報取得レスポンス ¶
Package account アカウントGoogleToken取得リクエスト ¶
Package account アカウントGoogleToken取得レスポンス ¶
Package account アカウントGoogleURL取得リクエスト ¶
Package account アカウントGoogleURL取得レスポンス ¶
Package account is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Package account アカウントGoogleTokenリフレッシュリクエスト ¶
Package account アカウントGoogleTokenリフレッシュレスポンス
Index ¶
- Constants
- Variables
- func RegisterAccountHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterAccountHandlerClient(ctx context.Context, mux *runtime.ServeMux, client AccountClient) error
- func RegisterAccountHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterAccountHandlerServer(ctx context.Context, mux *runtime.ServeMux, server AccountServer) error
- func RegisterAccountServer(s grpc.ServiceRegistrar, srv AccountServer)
- type AccountClient
- type AccountGetGoogleTokenInfoRequest
- func (*AccountGetGoogleTokenInfoRequest) Descriptor() ([]byte, []int)deprecated
- func (*AccountGetGoogleTokenInfoRequest) ProtoMessage()
- func (x *AccountGetGoogleTokenInfoRequest) ProtoReflect() protoreflect.Message
- func (x *AccountGetGoogleTokenInfoRequest) Reset()
- func (x *AccountGetGoogleTokenInfoRequest) String() string
- type AccountGetGoogleTokenInfoRequests
- type AccountGetGoogleTokenInfoResponse
- func (*AccountGetGoogleTokenInfoResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AccountGetGoogleTokenInfoResponse) GetAdminAccountGoogleTokenInfo() *adminAccountGoogleTokenInfo.AdminAccountGoogleTokenInfo
- func (*AccountGetGoogleTokenInfoResponse) ProtoMessage()
- func (x *AccountGetGoogleTokenInfoResponse) ProtoReflect() protoreflect.Message
- func (x *AccountGetGoogleTokenInfoResponse) Reset()
- func (x *AccountGetGoogleTokenInfoResponse) String() string
- type AccountGetGoogleTokenInfoResponses
- type AccountGetGoogleTokenRequest
- func (*AccountGetGoogleTokenRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AccountGetGoogleTokenRequest) GetCode() string
- func (*AccountGetGoogleTokenRequest) ProtoMessage()
- func (x *AccountGetGoogleTokenRequest) ProtoReflect() protoreflect.Message
- func (x *AccountGetGoogleTokenRequest) Reset()
- func (x *AccountGetGoogleTokenRequest) String() string
- type AccountGetGoogleTokenRequests
- type AccountGetGoogleTokenResponse
- func (*AccountGetGoogleTokenResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AccountGetGoogleTokenResponse) GetAdminAccountGoogleToken() *adminAccountGoogleToken.AdminAccountGoogleToken
- func (*AccountGetGoogleTokenResponse) ProtoMessage()
- func (x *AccountGetGoogleTokenResponse) ProtoReflect() protoreflect.Message
- func (x *AccountGetGoogleTokenResponse) Reset()
- func (x *AccountGetGoogleTokenResponse) String() string
- type AccountGetGoogleTokenResponses
- type AccountGetGoogleUrlRequest
- type AccountGetGoogleUrlRequests
- type AccountGetGoogleUrlResponse
- func (*AccountGetGoogleUrlResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AccountGetGoogleUrlResponse) GetAdminAccountGoogleUrl() *adminAccountGoogleUrl.AdminAccountGoogleUrl
- func (*AccountGetGoogleUrlResponse) ProtoMessage()
- func (x *AccountGetGoogleUrlResponse) ProtoReflect() protoreflect.Message
- func (x *AccountGetGoogleUrlResponse) Reset()
- func (x *AccountGetGoogleUrlResponse) String() string
- type AccountGetGoogleUrlResponses
- type AccountRefreshGoogleTokenRequest
- func (*AccountRefreshGoogleTokenRequest) Descriptor() ([]byte, []int)deprecated
- func (*AccountRefreshGoogleTokenRequest) ProtoMessage()
- func (x *AccountRefreshGoogleTokenRequest) ProtoReflect() protoreflect.Message
- func (x *AccountRefreshGoogleTokenRequest) Reset()
- func (x *AccountRefreshGoogleTokenRequest) String() string
- type AccountRefreshGoogleTokenRequests
- type AccountRefreshGoogleTokenResponse
- func (*AccountRefreshGoogleTokenResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AccountRefreshGoogleTokenResponse) GetAdminAccountGoogleToken() *adminAccountGoogleToken.AdminAccountGoogleToken
- func (*AccountRefreshGoogleTokenResponse) ProtoMessage()
- func (x *AccountRefreshGoogleTokenResponse) ProtoReflect() protoreflect.Message
- func (x *AccountRefreshGoogleTokenResponse) Reset()
- func (x *AccountRefreshGoogleTokenResponse) String() string
- type AccountRefreshGoogleTokenResponses
- type AccountServer
- type UnimplementedAccountServer
- func (UnimplementedAccountServer) GetGoogleToken(context.Context, *AccountGetGoogleTokenRequest) (*AccountGetGoogleTokenResponse, error)
- func (UnimplementedAccountServer) GetGoogleUrl(context.Context, *AccountGetGoogleUrlRequest) (*AccountGetGoogleUrlResponse, error)
- func (UnimplementedAccountServer) RefreshGoogleToken(context.Context, *AccountRefreshGoogleTokenRequest) (*AccountRefreshGoogleTokenResponse, error)
- type UnsafeAccountServer
Constants ¶
const ( Account_GetGoogleUrl_FullMethodName = "/api.admin.Account/GetGoogleUrl" Account_GetGoogleToken_FullMethodName = "/api.admin.Account/GetGoogleToken" Account_RefreshGoogleToken_FullMethodName = "/api.admin.Account/RefreshGoogleToken" )
Variables ¶
var Account_ServiceDesc = grpc.ServiceDesc{ ServiceName: "api.admin.Account", HandlerType: (*AccountServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "GetGoogleUrl", Handler: _Account_GetGoogleUrl_Handler, }, { MethodName: "GetGoogleToken", Handler: _Account_GetGoogleToken_Handler, }, { MethodName: "RefreshGoogleToken", Handler: _Account_RefreshGoogleToken_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "account/account_handler.proto", }
Account_ServiceDesc is the grpc.ServiceDesc for Account service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var File_account_account_get_google_token_info_request_proto protoreflect.FileDescriptor
var File_account_account_get_google_token_info_response_proto protoreflect.FileDescriptor
var File_account_account_get_google_token_request_proto protoreflect.FileDescriptor
var File_account_account_get_google_token_response_proto protoreflect.FileDescriptor
var File_account_account_get_google_url_request_proto protoreflect.FileDescriptor
var File_account_account_get_google_url_response_proto protoreflect.FileDescriptor
var File_account_account_handler_proto protoreflect.FileDescriptor
var File_account_account_refresh_google_token_request_proto protoreflect.FileDescriptor
var File_account_account_refresh_google_token_response_proto protoreflect.FileDescriptor
Functions ¶
func RegisterAccountHandler ¶
func RegisterAccountHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
RegisterAccountHandler registers the http handlers for service Account to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterAccountHandlerClient ¶
func RegisterAccountHandlerClient(ctx context.Context, mux *runtime.ServeMux, client AccountClient) error
RegisterAccountHandlerClient registers the http handlers for service Account to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "AccountClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "AccountClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "AccountClient" to call the correct interceptors.
func RegisterAccountHandlerFromEndpoint ¶
func RegisterAccountHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterAccountHandlerFromEndpoint is same as RegisterAccountHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterAccountHandlerServer ¶
func RegisterAccountHandlerServer(ctx context.Context, mux *runtime.ServeMux, server AccountServer) error
RegisterAccountHandlerServer registers the http handlers for service Account to "mux". UnaryRPC :call AccountServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterAccountHandlerFromEndpoint instead.
func RegisterAccountServer ¶
func RegisterAccountServer(s grpc.ServiceRegistrar, srv AccountServer)
Types ¶
type AccountClient ¶
type AccountClient interface { GetGoogleUrl(ctx context.Context, in *AccountGetGoogleUrlRequest, opts ...grpc.CallOption) (*AccountGetGoogleUrlResponse, error) GetGoogleToken(ctx context.Context, in *AccountGetGoogleTokenRequest, opts ...grpc.CallOption) (*AccountGetGoogleTokenResponse, error) RefreshGoogleToken(ctx context.Context, in *AccountRefreshGoogleTokenRequest, opts ...grpc.CallOption) (*AccountRefreshGoogleTokenResponse, error) }
AccountClient is the client API for Account service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewAccountClient ¶
func NewAccountClient(cc grpc.ClientConnInterface) AccountClient
type AccountGetGoogleTokenInfoRequest ¶
type AccountGetGoogleTokenInfoRequest struct {
// contains filtered or unexported fields
}
func NewAccountGetGoogleTokenInfoRequest ¶
func NewAccountGetGoogleTokenInfoRequest() *AccountGetGoogleTokenInfoRequest
func SetAccountGetGoogleTokenInfoRequest ¶
func SetAccountGetGoogleTokenInfoRequest() *AccountGetGoogleTokenInfoRequest
func (*AccountGetGoogleTokenInfoRequest) Descriptor
deprecated
func (*AccountGetGoogleTokenInfoRequest) Descriptor() ([]byte, []int)
Deprecated: Use AccountGetGoogleTokenInfoRequest.ProtoReflect.Descriptor instead.
func (*AccountGetGoogleTokenInfoRequest) ProtoMessage ¶
func (*AccountGetGoogleTokenInfoRequest) ProtoMessage()
func (*AccountGetGoogleTokenInfoRequest) ProtoReflect ¶
func (x *AccountGetGoogleTokenInfoRequest) ProtoReflect() protoreflect.Message
func (*AccountGetGoogleTokenInfoRequest) Reset ¶
func (x *AccountGetGoogleTokenInfoRequest) Reset()
func (*AccountGetGoogleTokenInfoRequest) String ¶
func (x *AccountGetGoogleTokenInfoRequest) String() string
type AccountGetGoogleTokenInfoRequests ¶
type AccountGetGoogleTokenInfoRequests []*AccountGetGoogleTokenInfoRequest
func NewAccountGetGoogleTokenInfoRequests ¶
func NewAccountGetGoogleTokenInfoRequests() AccountGetGoogleTokenInfoRequests
type AccountGetGoogleTokenInfoResponse ¶
type AccountGetGoogleTokenInfoResponse struct { AdminAccountGoogleTokenInfo *adminAccountGoogleTokenInfo.AdminAccountGoogleTokenInfo `` /* 154-byte string literal not displayed */ // contains filtered or unexported fields }
func NewAccountGetGoogleTokenInfoResponse ¶
func NewAccountGetGoogleTokenInfoResponse() *AccountGetGoogleTokenInfoResponse
func SetAccountGetGoogleTokenInfoResponse ¶
func SetAccountGetGoogleTokenInfoResponse(adminAccountGoogleTokenInfo *adminAccountGoogleTokenInfo.AdminAccountGoogleTokenInfo) *AccountGetGoogleTokenInfoResponse
func (*AccountGetGoogleTokenInfoResponse) Descriptor
deprecated
func (*AccountGetGoogleTokenInfoResponse) Descriptor() ([]byte, []int)
Deprecated: Use AccountGetGoogleTokenInfoResponse.ProtoReflect.Descriptor instead.
func (*AccountGetGoogleTokenInfoResponse) GetAdminAccountGoogleTokenInfo ¶
func (x *AccountGetGoogleTokenInfoResponse) GetAdminAccountGoogleTokenInfo() *adminAccountGoogleTokenInfo.AdminAccountGoogleTokenInfo
func (*AccountGetGoogleTokenInfoResponse) ProtoMessage ¶
func (*AccountGetGoogleTokenInfoResponse) ProtoMessage()
func (*AccountGetGoogleTokenInfoResponse) ProtoReflect ¶
func (x *AccountGetGoogleTokenInfoResponse) ProtoReflect() protoreflect.Message
func (*AccountGetGoogleTokenInfoResponse) Reset ¶
func (x *AccountGetGoogleTokenInfoResponse) Reset()
func (*AccountGetGoogleTokenInfoResponse) String ¶
func (x *AccountGetGoogleTokenInfoResponse) String() string
type AccountGetGoogleTokenInfoResponses ¶
type AccountGetGoogleTokenInfoResponses []*AccountGetGoogleTokenInfoResponse
func NewAccountGetGoogleTokenInfoResponses ¶
func NewAccountGetGoogleTokenInfoResponses() AccountGetGoogleTokenInfoResponses
type AccountGetGoogleTokenRequest ¶
type AccountGetGoogleTokenRequest struct { Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"` // contains filtered or unexported fields }
func NewAccountGetGoogleTokenRequest ¶
func NewAccountGetGoogleTokenRequest() *AccountGetGoogleTokenRequest
func SetAccountGetGoogleTokenRequest ¶
func SetAccountGetGoogleTokenRequest(code string) *AccountGetGoogleTokenRequest
func (*AccountGetGoogleTokenRequest) Descriptor
deprecated
func (*AccountGetGoogleTokenRequest) Descriptor() ([]byte, []int)
Deprecated: Use AccountGetGoogleTokenRequest.ProtoReflect.Descriptor instead.
func (*AccountGetGoogleTokenRequest) GetCode ¶
func (x *AccountGetGoogleTokenRequest) GetCode() string
func (*AccountGetGoogleTokenRequest) ProtoMessage ¶
func (*AccountGetGoogleTokenRequest) ProtoMessage()
func (*AccountGetGoogleTokenRequest) ProtoReflect ¶
func (x *AccountGetGoogleTokenRequest) ProtoReflect() protoreflect.Message
func (*AccountGetGoogleTokenRequest) Reset ¶
func (x *AccountGetGoogleTokenRequest) Reset()
func (*AccountGetGoogleTokenRequest) String ¶
func (x *AccountGetGoogleTokenRequest) String() string
type AccountGetGoogleTokenRequests ¶
type AccountGetGoogleTokenRequests []*AccountGetGoogleTokenRequest
func NewAccountGetGoogleTokenRequests ¶
func NewAccountGetGoogleTokenRequests() AccountGetGoogleTokenRequests
type AccountGetGoogleTokenResponse ¶
type AccountGetGoogleTokenResponse struct { AdminAccountGoogleToken *adminAccountGoogleToken.AdminAccountGoogleToken `` /* 140-byte string literal not displayed */ // contains filtered or unexported fields }
func NewAccountGetGoogleTokenResponse ¶
func NewAccountGetGoogleTokenResponse() *AccountGetGoogleTokenResponse
func SetAccountGetGoogleTokenResponse ¶
func SetAccountGetGoogleTokenResponse(adminAccountGoogleToken *adminAccountGoogleToken.AdminAccountGoogleToken) *AccountGetGoogleTokenResponse
func (*AccountGetGoogleTokenResponse) Descriptor
deprecated
func (*AccountGetGoogleTokenResponse) Descriptor() ([]byte, []int)
Deprecated: Use AccountGetGoogleTokenResponse.ProtoReflect.Descriptor instead.
func (*AccountGetGoogleTokenResponse) GetAdminAccountGoogleToken ¶
func (x *AccountGetGoogleTokenResponse) GetAdminAccountGoogleToken() *adminAccountGoogleToken.AdminAccountGoogleToken
func (*AccountGetGoogleTokenResponse) ProtoMessage ¶
func (*AccountGetGoogleTokenResponse) ProtoMessage()
func (*AccountGetGoogleTokenResponse) ProtoReflect ¶
func (x *AccountGetGoogleTokenResponse) ProtoReflect() protoreflect.Message
func (*AccountGetGoogleTokenResponse) Reset ¶
func (x *AccountGetGoogleTokenResponse) Reset()
func (*AccountGetGoogleTokenResponse) String ¶
func (x *AccountGetGoogleTokenResponse) String() string
type AccountGetGoogleTokenResponses ¶
type AccountGetGoogleTokenResponses []*AccountGetGoogleTokenResponse
func NewAccountGetGoogleTokenResponses ¶
func NewAccountGetGoogleTokenResponses() AccountGetGoogleTokenResponses
type AccountGetGoogleUrlRequest ¶
type AccountGetGoogleUrlRequest struct {
// contains filtered or unexported fields
}
func NewAccountGetGoogleUrlRequest ¶
func NewAccountGetGoogleUrlRequest() *AccountGetGoogleUrlRequest
func SetAccountGetGoogleUrlRequest ¶
func SetAccountGetGoogleUrlRequest() *AccountGetGoogleUrlRequest
func (*AccountGetGoogleUrlRequest) Descriptor
deprecated
func (*AccountGetGoogleUrlRequest) Descriptor() ([]byte, []int)
Deprecated: Use AccountGetGoogleUrlRequest.ProtoReflect.Descriptor instead.
func (*AccountGetGoogleUrlRequest) ProtoMessage ¶
func (*AccountGetGoogleUrlRequest) ProtoMessage()
func (*AccountGetGoogleUrlRequest) ProtoReflect ¶
func (x *AccountGetGoogleUrlRequest) ProtoReflect() protoreflect.Message
func (*AccountGetGoogleUrlRequest) Reset ¶
func (x *AccountGetGoogleUrlRequest) Reset()
func (*AccountGetGoogleUrlRequest) String ¶
func (x *AccountGetGoogleUrlRequest) String() string
type AccountGetGoogleUrlRequests ¶
type AccountGetGoogleUrlRequests []*AccountGetGoogleUrlRequest
func NewAccountGetGoogleUrlRequests ¶
func NewAccountGetGoogleUrlRequests() AccountGetGoogleUrlRequests
type AccountGetGoogleUrlResponse ¶
type AccountGetGoogleUrlResponse struct { AdminAccountGoogleUrl *adminAccountGoogleUrl.AdminAccountGoogleUrl `` /* 134-byte string literal not displayed */ // contains filtered or unexported fields }
func NewAccountGetGoogleUrlResponse ¶
func NewAccountGetGoogleUrlResponse() *AccountGetGoogleUrlResponse
func SetAccountGetGoogleUrlResponse ¶
func SetAccountGetGoogleUrlResponse(adminAccountGoogleUrl *adminAccountGoogleUrl.AdminAccountGoogleUrl) *AccountGetGoogleUrlResponse
func (*AccountGetGoogleUrlResponse) Descriptor
deprecated
func (*AccountGetGoogleUrlResponse) Descriptor() ([]byte, []int)
Deprecated: Use AccountGetGoogleUrlResponse.ProtoReflect.Descriptor instead.
func (*AccountGetGoogleUrlResponse) GetAdminAccountGoogleUrl ¶
func (x *AccountGetGoogleUrlResponse) GetAdminAccountGoogleUrl() *adminAccountGoogleUrl.AdminAccountGoogleUrl
func (*AccountGetGoogleUrlResponse) ProtoMessage ¶
func (*AccountGetGoogleUrlResponse) ProtoMessage()
func (*AccountGetGoogleUrlResponse) ProtoReflect ¶
func (x *AccountGetGoogleUrlResponse) ProtoReflect() protoreflect.Message
func (*AccountGetGoogleUrlResponse) Reset ¶
func (x *AccountGetGoogleUrlResponse) Reset()
func (*AccountGetGoogleUrlResponse) String ¶
func (x *AccountGetGoogleUrlResponse) String() string
type AccountGetGoogleUrlResponses ¶
type AccountGetGoogleUrlResponses []*AccountGetGoogleUrlResponse
func NewAccountGetGoogleUrlResponses ¶
func NewAccountGetGoogleUrlResponses() AccountGetGoogleUrlResponses
type AccountRefreshGoogleTokenRequest ¶
type AccountRefreshGoogleTokenRequest struct {
// contains filtered or unexported fields
}
func NewAccountRefreshGoogleTokenRequest ¶
func NewAccountRefreshGoogleTokenRequest() *AccountRefreshGoogleTokenRequest
func SetAccountRefreshGoogleTokenRequest ¶
func SetAccountRefreshGoogleTokenRequest() *AccountRefreshGoogleTokenRequest
func (*AccountRefreshGoogleTokenRequest) Descriptor
deprecated
func (*AccountRefreshGoogleTokenRequest) Descriptor() ([]byte, []int)
Deprecated: Use AccountRefreshGoogleTokenRequest.ProtoReflect.Descriptor instead.
func (*AccountRefreshGoogleTokenRequest) ProtoMessage ¶
func (*AccountRefreshGoogleTokenRequest) ProtoMessage()
func (*AccountRefreshGoogleTokenRequest) ProtoReflect ¶
func (x *AccountRefreshGoogleTokenRequest) ProtoReflect() protoreflect.Message
func (*AccountRefreshGoogleTokenRequest) Reset ¶
func (x *AccountRefreshGoogleTokenRequest) Reset()
func (*AccountRefreshGoogleTokenRequest) String ¶
func (x *AccountRefreshGoogleTokenRequest) String() string
type AccountRefreshGoogleTokenRequests ¶
type AccountRefreshGoogleTokenRequests []*AccountRefreshGoogleTokenRequest
func NewAccountRefreshGoogleTokenRequests ¶
func NewAccountRefreshGoogleTokenRequests() AccountRefreshGoogleTokenRequests
type AccountRefreshGoogleTokenResponse ¶
type AccountRefreshGoogleTokenResponse struct { AdminAccountGoogleToken *adminAccountGoogleToken.AdminAccountGoogleToken `` /* 140-byte string literal not displayed */ // contains filtered or unexported fields }
func NewAccountRefreshGoogleTokenResponse ¶
func NewAccountRefreshGoogleTokenResponse() *AccountRefreshGoogleTokenResponse
func SetAccountRefreshGoogleTokenResponse ¶
func SetAccountRefreshGoogleTokenResponse(adminAccountGoogleToken *adminAccountGoogleToken.AdminAccountGoogleToken) *AccountRefreshGoogleTokenResponse
func (*AccountRefreshGoogleTokenResponse) Descriptor
deprecated
func (*AccountRefreshGoogleTokenResponse) Descriptor() ([]byte, []int)
Deprecated: Use AccountRefreshGoogleTokenResponse.ProtoReflect.Descriptor instead.
func (*AccountRefreshGoogleTokenResponse) GetAdminAccountGoogleToken ¶
func (x *AccountRefreshGoogleTokenResponse) GetAdminAccountGoogleToken() *adminAccountGoogleToken.AdminAccountGoogleToken
func (*AccountRefreshGoogleTokenResponse) ProtoMessage ¶
func (*AccountRefreshGoogleTokenResponse) ProtoMessage()
func (*AccountRefreshGoogleTokenResponse) ProtoReflect ¶
func (x *AccountRefreshGoogleTokenResponse) ProtoReflect() protoreflect.Message
func (*AccountRefreshGoogleTokenResponse) Reset ¶
func (x *AccountRefreshGoogleTokenResponse) Reset()
func (*AccountRefreshGoogleTokenResponse) String ¶
func (x *AccountRefreshGoogleTokenResponse) String() string
type AccountRefreshGoogleTokenResponses ¶
type AccountRefreshGoogleTokenResponses []*AccountRefreshGoogleTokenResponse
func NewAccountRefreshGoogleTokenResponses ¶
func NewAccountRefreshGoogleTokenResponses() AccountRefreshGoogleTokenResponses
type AccountServer ¶
type AccountServer interface { GetGoogleUrl(context.Context, *AccountGetGoogleUrlRequest) (*AccountGetGoogleUrlResponse, error) GetGoogleToken(context.Context, *AccountGetGoogleTokenRequest) (*AccountGetGoogleTokenResponse, error) RefreshGoogleToken(context.Context, *AccountRefreshGoogleTokenRequest) (*AccountRefreshGoogleTokenResponse, error) }
AccountServer is the server API for Account service. All implementations should embed UnimplementedAccountServer for forward compatibility
type UnimplementedAccountServer ¶
type UnimplementedAccountServer struct { }
UnimplementedAccountServer should be embedded to have forward compatible implementations.
func (UnimplementedAccountServer) GetGoogleToken ¶
func (UnimplementedAccountServer) GetGoogleToken(context.Context, *AccountGetGoogleTokenRequest) (*AccountGetGoogleTokenResponse, error)
func (UnimplementedAccountServer) GetGoogleUrl ¶
func (UnimplementedAccountServer) GetGoogleUrl(context.Context, *AccountGetGoogleUrlRequest) (*AccountGetGoogleUrlResponse, error)
func (UnimplementedAccountServer) RefreshGoogleToken ¶
func (UnimplementedAccountServer) RefreshGoogleToken(context.Context, *AccountRefreshGoogleTokenRequest) (*AccountRefreshGoogleTokenResponse, error)
type UnsafeAccountServer ¶
type UnsafeAccountServer interface {
// contains filtered or unexported methods
}
UnsafeAccountServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to AccountServer will result in compilation errors.
Source Files ¶
- account_get_google_token_info_request.gen.go
- account_get_google_token_info_request.pb.go
- account_get_google_token_info_response.gen.go
- account_get_google_token_info_response.pb.go
- account_get_google_token_request.gen.go
- account_get_google_token_request.pb.go
- account_get_google_token_response.gen.go
- account_get_google_token_response.pb.go
- account_get_google_url_request.gen.go
- account_get_google_url_request.pb.go
- account_get_google_url_response.gen.go
- account_get_google_url_response.pb.go
- account_handler.pb.go
- account_handler.pb.gw.go
- account_handler_grpc.pb.go
- account_refresh_google_token_request.gen.go
- account_refresh_google_token_request.pb.go
- account_refresh_google_token_response.gen.go
- account_refresh_google_token_response.pb.go
Directories ¶
Path | Synopsis |
---|---|
Package adminAccountGoogleToken 管理者アカウントのGoogleToken
|
Package adminAccountGoogleToken 管理者アカウントのGoogleToken |
Package adminAccountGoogleTokenInfo 管理者アカウントのGoogleToken情報
|
Package adminAccountGoogleTokenInfo 管理者アカウントのGoogleToken情報 |
Package adminAccountGoogleUrl Google認証URL
|
Package adminAccountGoogleUrl Google認証URL |