Documentation
¶
Index ¶
- Variables
- func RegisterVCSServiceServer(s grpc.ServiceRegistrar, srv VCSServiceServer)
- type CommitAuthor
- func (m *CommitAuthor) CloneMessageVT() proto.Message
- func (m *CommitAuthor) CloneVT() *CommitAuthor
- func (*CommitAuthor) Descriptor() ([]byte, []int)deprecated
- func (this *CommitAuthor) EqualMessageVT(thatMsg proto.Message) bool
- func (this *CommitAuthor) EqualVT(that *CommitAuthor) bool
- func (x *CommitAuthor) GetAvatarURL() string
- func (x *CommitAuthor) GetLogin() string
- func (m *CommitAuthor) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *CommitAuthor) MarshalToVT(dAtA []byte) (int, error)
- func (m *CommitAuthor) MarshalVT() (dAtA []byte, err error)
- func (*CommitAuthor) ProtoMessage()
- func (x *CommitAuthor) ProtoReflect() protoreflect.Message
- func (x *CommitAuthor) Reset()
- func (m *CommitAuthor) SizeVT() (n int)
- func (x *CommitAuthor) String() string
- func (m *CommitAuthor) UnmarshalVT(dAtA []byte) error
- type CommitInfo
- func (m *CommitInfo) CloneMessageVT() proto.Message
- func (m *CommitInfo) CloneVT() *CommitInfo
- func (*CommitInfo) Descriptor() ([]byte, []int)deprecated
- func (this *CommitInfo) EqualMessageVT(thatMsg proto.Message) bool
- func (this *CommitInfo) EqualVT(that *CommitInfo) bool
- func (x *CommitInfo) GetAuthor() *CommitAuthor
- func (x *CommitInfo) GetDate() string
- func (x *CommitInfo) GetMessage() string
- func (x *CommitInfo) GetSha() string
- func (x *CommitInfo) GetURL() string
- func (m *CommitInfo) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *CommitInfo) MarshalToVT(dAtA []byte) (int, error)
- func (m *CommitInfo) MarshalVT() (dAtA []byte, err error)
- func (*CommitInfo) ProtoMessage()
- func (x *CommitInfo) ProtoReflect() protoreflect.Message
- func (x *CommitInfo) Reset()
- func (m *CommitInfo) SizeVT() (n int)
- func (x *CommitInfo) String() string
- func (m *CommitInfo) UnmarshalVT(dAtA []byte) error
- type GetCommitRequest
- func (m *GetCommitRequest) CloneMessageVT() proto.Message
- func (m *GetCommitRequest) CloneVT() *GetCommitRequest
- func (*GetCommitRequest) Descriptor() ([]byte, []int)deprecated
- func (this *GetCommitRequest) EqualMessageVT(thatMsg proto.Message) bool
- func (this *GetCommitRequest) EqualVT(that *GetCommitRequest) bool
- func (x *GetCommitRequest) GetRef() string
- func (x *GetCommitRequest) GetRepositoryURL() string
- func (m *GetCommitRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *GetCommitRequest) MarshalToVT(dAtA []byte) (int, error)
- func (m *GetCommitRequest) MarshalVT() (dAtA []byte, err error)
- func (*GetCommitRequest) ProtoMessage()
- func (x *GetCommitRequest) ProtoReflect() protoreflect.Message
- func (x *GetCommitRequest) Reset()
- func (m *GetCommitRequest) SizeVT() (n int)
- func (x *GetCommitRequest) String() string
- func (m *GetCommitRequest) UnmarshalVT(dAtA []byte) error
- type GetCommitResponse
- func (m *GetCommitResponse) CloneMessageVT() proto.Message
- func (m *GetCommitResponse) CloneVT() *GetCommitResponse
- func (*GetCommitResponse) Descriptor() ([]byte, []int)deprecated
- func (this *GetCommitResponse) EqualMessageVT(thatMsg proto.Message) bool
- func (this *GetCommitResponse) EqualVT(that *GetCommitResponse) bool
- func (x *GetCommitResponse) GetAuthor() *CommitAuthor
- func (x *GetCommitResponse) GetDate() string
- func (x *GetCommitResponse) GetMessage() string
- func (x *GetCommitResponse) GetSha() string
- func (x *GetCommitResponse) GetURL() string
- func (m *GetCommitResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *GetCommitResponse) MarshalToVT(dAtA []byte) (int, error)
- func (m *GetCommitResponse) MarshalVT() (dAtA []byte, err error)
- func (*GetCommitResponse) ProtoMessage()
- func (x *GetCommitResponse) ProtoReflect() protoreflect.Message
- func (x *GetCommitResponse) Reset()
- func (m *GetCommitResponse) SizeVT() (n int)
- func (x *GetCommitResponse) String() string
- func (m *GetCommitResponse) UnmarshalVT(dAtA []byte) error
- type GetCommitsRequest
- func (m *GetCommitsRequest) CloneMessageVT() proto.Message
- func (m *GetCommitsRequest) CloneVT() *GetCommitsRequest
- func (*GetCommitsRequest) Descriptor() ([]byte, []int)deprecated
- func (this *GetCommitsRequest) EqualMessageVT(thatMsg proto.Message) bool
- func (this *GetCommitsRequest) EqualVT(that *GetCommitsRequest) bool
- func (x *GetCommitsRequest) GetRefs() []string
- func (x *GetCommitsRequest) GetRepositoryUrl() string
- func (m *GetCommitsRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *GetCommitsRequest) MarshalToVT(dAtA []byte) (int, error)
- func (m *GetCommitsRequest) MarshalVT() (dAtA []byte, err error)
- func (*GetCommitsRequest) ProtoMessage()
- func (x *GetCommitsRequest) ProtoReflect() protoreflect.Message
- func (x *GetCommitsRequest) Reset()
- func (m *GetCommitsRequest) SizeVT() (n int)
- func (x *GetCommitsRequest) String() string
- func (m *GetCommitsRequest) UnmarshalVT(dAtA []byte) error
- type GetCommitsResponse
- func (m *GetCommitsResponse) CloneMessageVT() proto.Message
- func (m *GetCommitsResponse) CloneVT() *GetCommitsResponse
- func (*GetCommitsResponse) Descriptor() ([]byte, []int)deprecated
- func (this *GetCommitsResponse) EqualMessageVT(thatMsg proto.Message) bool
- func (this *GetCommitsResponse) EqualVT(that *GetCommitsResponse) bool
- func (x *GetCommitsResponse) GetCommits() []*CommitInfo
- func (m *GetCommitsResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *GetCommitsResponse) MarshalToVT(dAtA []byte) (int, error)
- func (m *GetCommitsResponse) MarshalVT() (dAtA []byte, err error)
- func (*GetCommitsResponse) ProtoMessage()
- func (x *GetCommitsResponse) ProtoReflect() protoreflect.Message
- func (x *GetCommitsResponse) Reset()
- func (m *GetCommitsResponse) SizeVT() (n int)
- func (x *GetCommitsResponse) String() string
- func (m *GetCommitsResponse) UnmarshalVT(dAtA []byte) error
- type GetFileRequest
- func (m *GetFileRequest) CloneMessageVT() proto.Message
- func (m *GetFileRequest) CloneVT() *GetFileRequest
- func (*GetFileRequest) Descriptor() ([]byte, []int)deprecated
- func (this *GetFileRequest) EqualMessageVT(thatMsg proto.Message) bool
- func (this *GetFileRequest) EqualVT(that *GetFileRequest) bool
- func (x *GetFileRequest) GetLocalPath() string
- func (x *GetFileRequest) GetRef() string
- func (x *GetFileRequest) GetRepositoryURL() string
- func (x *GetFileRequest) GetRootPath() string
- func (m *GetFileRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *GetFileRequest) MarshalToVT(dAtA []byte) (int, error)
- func (m *GetFileRequest) MarshalVT() (dAtA []byte, err error)
- func (*GetFileRequest) ProtoMessage()
- func (x *GetFileRequest) ProtoReflect() protoreflect.Message
- func (x *GetFileRequest) Reset()
- func (m *GetFileRequest) SizeVT() (n int)
- func (x *GetFileRequest) String() string
- func (m *GetFileRequest) UnmarshalVT(dAtA []byte) error
- type GetFileResponse
- func (m *GetFileResponse) CloneMessageVT() proto.Message
- func (m *GetFileResponse) CloneVT() *GetFileResponse
- func (*GetFileResponse) Descriptor() ([]byte, []int)deprecated
- func (this *GetFileResponse) EqualMessageVT(thatMsg proto.Message) bool
- func (this *GetFileResponse) EqualVT(that *GetFileResponse) bool
- func (x *GetFileResponse) GetContent() string
- func (x *GetFileResponse) GetURL() string
- func (m *GetFileResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *GetFileResponse) MarshalToVT(dAtA []byte) (int, error)
- func (m *GetFileResponse) MarshalVT() (dAtA []byte, err error)
- func (*GetFileResponse) ProtoMessage()
- func (x *GetFileResponse) ProtoReflect() protoreflect.Message
- func (x *GetFileResponse) Reset()
- func (m *GetFileResponse) SizeVT() (n int)
- func (x *GetFileResponse) String() string
- func (m *GetFileResponse) UnmarshalVT(dAtA []byte) error
- type GithubAppRequest
- func (m *GithubAppRequest) CloneMessageVT() proto.Message
- func (m *GithubAppRequest) CloneVT() *GithubAppRequest
- func (*GithubAppRequest) Descriptor() ([]byte, []int)deprecated
- func (this *GithubAppRequest) EqualMessageVT(thatMsg proto.Message) bool
- func (this *GithubAppRequest) EqualVT(that *GithubAppRequest) bool
- func (m *GithubAppRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *GithubAppRequest) MarshalToVT(dAtA []byte) (int, error)
- func (m *GithubAppRequest) MarshalVT() (dAtA []byte, err error)
- func (*GithubAppRequest) ProtoMessage()
- func (x *GithubAppRequest) ProtoReflect() protoreflect.Message
- func (x *GithubAppRequest) Reset()
- func (m *GithubAppRequest) SizeVT() (n int)
- func (x *GithubAppRequest) String() string
- func (m *GithubAppRequest) UnmarshalVT(dAtA []byte) error
- type GithubAppResponse
- func (m *GithubAppResponse) CloneMessageVT() proto.Message
- func (m *GithubAppResponse) CloneVT() *GithubAppResponse
- func (*GithubAppResponse) Descriptor() ([]byte, []int)deprecated
- func (this *GithubAppResponse) EqualMessageVT(thatMsg proto.Message) bool
- func (this *GithubAppResponse) EqualVT(that *GithubAppResponse) bool
- func (x *GithubAppResponse) GetClientID() string
- func (m *GithubAppResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *GithubAppResponse) MarshalToVT(dAtA []byte) (int, error)
- func (m *GithubAppResponse) MarshalVT() (dAtA []byte, err error)
- func (*GithubAppResponse) ProtoMessage()
- func (x *GithubAppResponse) ProtoReflect() protoreflect.Message
- func (x *GithubAppResponse) Reset()
- func (m *GithubAppResponse) SizeVT() (n int)
- func (x *GithubAppResponse) String() string
- func (m *GithubAppResponse) UnmarshalVT(dAtA []byte) error
- type GithubLoginRequest
- func (m *GithubLoginRequest) CloneMessageVT() proto.Message
- func (m *GithubLoginRequest) CloneVT() *GithubLoginRequest
- func (*GithubLoginRequest) Descriptor() ([]byte, []int)deprecated
- func (this *GithubLoginRequest) EqualMessageVT(thatMsg proto.Message) bool
- func (this *GithubLoginRequest) EqualVT(that *GithubLoginRequest) bool
- func (x *GithubLoginRequest) GetAuthorizationCode() string
- func (m *GithubLoginRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *GithubLoginRequest) MarshalToVT(dAtA []byte) (int, error)
- func (m *GithubLoginRequest) MarshalVT() (dAtA []byte, err error)
- func (*GithubLoginRequest) ProtoMessage()
- func (x *GithubLoginRequest) ProtoReflect() protoreflect.Message
- func (x *GithubLoginRequest) Reset()
- func (m *GithubLoginRequest) SizeVT() (n int)
- func (x *GithubLoginRequest) String() string
- func (m *GithubLoginRequest) UnmarshalVT(dAtA []byte) error
- type GithubLoginResponse
- func (m *GithubLoginResponse) CloneMessageVT() proto.Message
- func (m *GithubLoginResponse) CloneVT() *GithubLoginResponse
- func (*GithubLoginResponse) Descriptor() ([]byte, []int)deprecated
- func (this *GithubLoginResponse) EqualMessageVT(thatMsg proto.Message) bool
- func (this *GithubLoginResponse) EqualVT(that *GithubLoginResponse) bool
- func (x *GithubLoginResponse) GetCookie() string
- func (x *GithubLoginResponse) GetRefreshTokenExpiresAt() int64
- func (x *GithubLoginResponse) GetToken() string
- func (x *GithubLoginResponse) GetTokenExpiresAt() int64
- func (m *GithubLoginResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *GithubLoginResponse) MarshalToVT(dAtA []byte) (int, error)
- func (m *GithubLoginResponse) MarshalVT() (dAtA []byte, err error)
- func (*GithubLoginResponse) ProtoMessage()
- func (x *GithubLoginResponse) ProtoReflect() protoreflect.Message
- func (x *GithubLoginResponse) Reset()
- func (m *GithubLoginResponse) SizeVT() (n int)
- func (x *GithubLoginResponse) String() string
- func (m *GithubLoginResponse) UnmarshalVT(dAtA []byte) error
- type GithubRefreshRequest
- func (m *GithubRefreshRequest) CloneMessageVT() proto.Message
- func (m *GithubRefreshRequest) CloneVT() *GithubRefreshRequest
- func (*GithubRefreshRequest) Descriptor() ([]byte, []int)deprecated
- func (this *GithubRefreshRequest) EqualMessageVT(thatMsg proto.Message) bool
- func (this *GithubRefreshRequest) EqualVT(that *GithubRefreshRequest) bool
- func (m *GithubRefreshRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *GithubRefreshRequest) MarshalToVT(dAtA []byte) (int, error)
- func (m *GithubRefreshRequest) MarshalVT() (dAtA []byte, err error)
- func (*GithubRefreshRequest) ProtoMessage()
- func (x *GithubRefreshRequest) ProtoReflect() protoreflect.Message
- func (x *GithubRefreshRequest) Reset()
- func (m *GithubRefreshRequest) SizeVT() (n int)
- func (x *GithubRefreshRequest) String() string
- func (m *GithubRefreshRequest) UnmarshalVT(dAtA []byte) error
- type GithubRefreshResponse
- func (m *GithubRefreshResponse) CloneMessageVT() proto.Message
- func (m *GithubRefreshResponse) CloneVT() *GithubRefreshResponse
- func (*GithubRefreshResponse) Descriptor() ([]byte, []int)deprecated
- func (this *GithubRefreshResponse) EqualMessageVT(thatMsg proto.Message) bool
- func (this *GithubRefreshResponse) EqualVT(that *GithubRefreshResponse) bool
- func (x *GithubRefreshResponse) GetCookie() string
- func (x *GithubRefreshResponse) GetRefreshTokenExpiresAt() int64
- func (x *GithubRefreshResponse) GetToken() string
- func (x *GithubRefreshResponse) GetTokenExpiresAt() int64
- func (m *GithubRefreshResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *GithubRefreshResponse) MarshalToVT(dAtA []byte) (int, error)
- func (m *GithubRefreshResponse) MarshalVT() (dAtA []byte, err error)
- func (*GithubRefreshResponse) ProtoMessage()
- func (x *GithubRefreshResponse) ProtoReflect() protoreflect.Message
- func (x *GithubRefreshResponse) Reset()
- func (m *GithubRefreshResponse) SizeVT() (n int)
- func (x *GithubRefreshResponse) String() string
- func (m *GithubRefreshResponse) UnmarshalVT(dAtA []byte) error
- type UnimplementedVCSServiceServer
- func (UnimplementedVCSServiceServer) GetCommit(context.Context, *GetCommitRequest) (*GetCommitResponse, error)
- func (UnimplementedVCSServiceServer) GetCommits(context.Context, *GetCommitsRequest) (*GetCommitsResponse, error)
- func (UnimplementedVCSServiceServer) GetFile(context.Context, *GetFileRequest) (*GetFileResponse, error)
- func (UnimplementedVCSServiceServer) GithubApp(context.Context, *GithubAppRequest) (*GithubAppResponse, error)
- func (UnimplementedVCSServiceServer) GithubLogin(context.Context, *GithubLoginRequest) (*GithubLoginResponse, error)
- func (UnimplementedVCSServiceServer) GithubRefresh(context.Context, *GithubRefreshRequest) (*GithubRefreshResponse, error)
- type UnsafeVCSServiceServer
- type VCSServiceClient
- type VCSServiceServer
Constants ¶
This section is empty.
Variables ¶
var File_vcs_v1_vcs_proto protoreflect.FileDescriptor
var VCSService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "vcs.v1.VCSService", HandlerType: (*VCSServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "GithubApp", Handler: _VCSService_GithubApp_Handler, }, { MethodName: "GithubLogin", Handler: _VCSService_GithubLogin_Handler, }, { MethodName: "GithubRefresh", Handler: _VCSService_GithubRefresh_Handler, }, { MethodName: "GetFile", Handler: _VCSService_GetFile_Handler, }, { MethodName: "GetCommit", Handler: _VCSService_GetCommit_Handler, }, { MethodName: "GetCommits", Handler: _VCSService_GetCommits_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "vcs/v1/vcs.proto", }
VCSService_ServiceDesc is the grpc.ServiceDesc for VCSService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterVCSServiceServer ¶
func RegisterVCSServiceServer(s grpc.ServiceRegistrar, srv VCSServiceServer)
Types ¶
type CommitAuthor ¶
type CommitAuthor struct { // the author login Login string `protobuf:"bytes,1,opt,name=login,proto3" json:"login,omitempty"` // the author avatar URL AvatarURL string `protobuf:"bytes,2,opt,name=avatarURL,proto3" json:"avatarURL,omitempty"` // contains filtered or unexported fields }
func (*CommitAuthor) CloneMessageVT ¶
func (m *CommitAuthor) CloneMessageVT() proto.Message
func (*CommitAuthor) CloneVT ¶
func (m *CommitAuthor) CloneVT() *CommitAuthor
func (*CommitAuthor) Descriptor
deprecated
func (*CommitAuthor) Descriptor() ([]byte, []int)
Deprecated: Use CommitAuthor.ProtoReflect.Descriptor instead.
func (*CommitAuthor) EqualMessageVT ¶
func (this *CommitAuthor) EqualMessageVT(thatMsg proto.Message) bool
func (*CommitAuthor) EqualVT ¶
func (this *CommitAuthor) EqualVT(that *CommitAuthor) bool
func (*CommitAuthor) GetAvatarURL ¶
func (x *CommitAuthor) GetAvatarURL() string
func (*CommitAuthor) GetLogin ¶
func (x *CommitAuthor) GetLogin() string
func (*CommitAuthor) MarshalToSizedBufferVT ¶
func (m *CommitAuthor) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*CommitAuthor) MarshalToVT ¶
func (m *CommitAuthor) MarshalToVT(dAtA []byte) (int, error)
func (*CommitAuthor) MarshalVT ¶
func (m *CommitAuthor) MarshalVT() (dAtA []byte, err error)
func (*CommitAuthor) ProtoMessage ¶
func (*CommitAuthor) ProtoMessage()
func (*CommitAuthor) ProtoReflect ¶
func (x *CommitAuthor) ProtoReflect() protoreflect.Message
func (*CommitAuthor) Reset ¶
func (x *CommitAuthor) Reset()
func (*CommitAuthor) SizeVT ¶
func (m *CommitAuthor) SizeVT() (n int)
func (*CommitAuthor) String ¶
func (x *CommitAuthor) String() string
func (*CommitAuthor) UnmarshalVT ¶
func (m *CommitAuthor) UnmarshalVT(dAtA []byte) error
type CommitInfo ¶
type CommitInfo struct { // the commit message Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` // the commit author login Author *CommitAuthor `protobuf:"bytes,2,opt,name=author,proto3" json:"author,omitempty"` // the commit date Date string `protobuf:"bytes,3,opt,name=date,proto3" json:"date,omitempty"` // the commit sha Sha string `protobuf:"bytes,4,opt,name=sha,proto3" json:"sha,omitempty"` // the full URL to the commit URL string `protobuf:"bytes,5,opt,name=URL,proto3" json:"URL,omitempty"` // contains filtered or unexported fields }
func (*CommitInfo) CloneMessageVT ¶
func (m *CommitInfo) CloneMessageVT() proto.Message
func (*CommitInfo) CloneVT ¶
func (m *CommitInfo) CloneVT() *CommitInfo
func (*CommitInfo) Descriptor
deprecated
func (*CommitInfo) Descriptor() ([]byte, []int)
Deprecated: Use CommitInfo.ProtoReflect.Descriptor instead.
func (*CommitInfo) EqualMessageVT ¶
func (this *CommitInfo) EqualMessageVT(thatMsg proto.Message) bool
func (*CommitInfo) EqualVT ¶
func (this *CommitInfo) EqualVT(that *CommitInfo) bool
func (*CommitInfo) GetAuthor ¶
func (x *CommitInfo) GetAuthor() *CommitAuthor
func (*CommitInfo) GetDate ¶
func (x *CommitInfo) GetDate() string
func (*CommitInfo) GetMessage ¶
func (x *CommitInfo) GetMessage() string
func (*CommitInfo) GetSha ¶
func (x *CommitInfo) GetSha() string
func (*CommitInfo) GetURL ¶
func (x *CommitInfo) GetURL() string
func (*CommitInfo) MarshalToSizedBufferVT ¶
func (m *CommitInfo) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*CommitInfo) MarshalToVT ¶
func (m *CommitInfo) MarshalToVT(dAtA []byte) (int, error)
func (*CommitInfo) MarshalVT ¶
func (m *CommitInfo) MarshalVT() (dAtA []byte, err error)
func (*CommitInfo) ProtoMessage ¶
func (*CommitInfo) ProtoMessage()
func (*CommitInfo) ProtoReflect ¶
func (x *CommitInfo) ProtoReflect() protoreflect.Message
func (*CommitInfo) Reset ¶
func (x *CommitInfo) Reset()
func (*CommitInfo) SizeVT ¶
func (m *CommitInfo) SizeVT() (n int)
func (*CommitInfo) String ¶
func (x *CommitInfo) String() string
func (*CommitInfo) UnmarshalVT ¶
func (m *CommitInfo) UnmarshalVT(dAtA []byte) error
type GetCommitRequest ¶
type GetCommitRequest struct { // the full path to the repository RepositoryURL string `protobuf:"bytes,1,opt,name=repositoryURL,proto3" json:"repositoryURL,omitempty"` // the vcs ref to get the file from Ref string `protobuf:"bytes,2,opt,name=ref,proto3" json:"ref,omitempty"` // contains filtered or unexported fields }
func (*GetCommitRequest) CloneMessageVT ¶
func (m *GetCommitRequest) CloneMessageVT() proto.Message
func (*GetCommitRequest) CloneVT ¶
func (m *GetCommitRequest) CloneVT() *GetCommitRequest
func (*GetCommitRequest) Descriptor
deprecated
func (*GetCommitRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetCommitRequest.ProtoReflect.Descriptor instead.
func (*GetCommitRequest) EqualMessageVT ¶
func (this *GetCommitRequest) EqualMessageVT(thatMsg proto.Message) bool
func (*GetCommitRequest) EqualVT ¶
func (this *GetCommitRequest) EqualVT(that *GetCommitRequest) bool
func (*GetCommitRequest) GetRef ¶
func (x *GetCommitRequest) GetRef() string
func (*GetCommitRequest) GetRepositoryURL ¶
func (x *GetCommitRequest) GetRepositoryURL() string
func (*GetCommitRequest) MarshalToSizedBufferVT ¶
func (m *GetCommitRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*GetCommitRequest) MarshalToVT ¶
func (m *GetCommitRequest) MarshalToVT(dAtA []byte) (int, error)
func (*GetCommitRequest) MarshalVT ¶
func (m *GetCommitRequest) MarshalVT() (dAtA []byte, err error)
func (*GetCommitRequest) ProtoMessage ¶
func (*GetCommitRequest) ProtoMessage()
func (*GetCommitRequest) ProtoReflect ¶
func (x *GetCommitRequest) ProtoReflect() protoreflect.Message
func (*GetCommitRequest) Reset ¶
func (x *GetCommitRequest) Reset()
func (*GetCommitRequest) SizeVT ¶
func (m *GetCommitRequest) SizeVT() (n int)
func (*GetCommitRequest) String ¶
func (x *GetCommitRequest) String() string
func (*GetCommitRequest) UnmarshalVT ¶
func (m *GetCommitRequest) UnmarshalVT(dAtA []byte) error
type GetCommitResponse ¶
type GetCommitResponse struct { // the commit message Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` // the commit author login Author *CommitAuthor `protobuf:"bytes,2,opt,name=author,proto3" json:"author,omitempty"` // the commit date Date string `protobuf:"bytes,3,opt,name=date,proto3" json:"date,omitempty"` // the commit sha Sha string `protobuf:"bytes,4,opt,name=sha,proto3" json:"sha,omitempty"` // the full URL to the commit URL string `protobuf:"bytes,5,opt,name=URL,proto3" json:"URL,omitempty"` // contains filtered or unexported fields }
func (*GetCommitResponse) CloneMessageVT ¶
func (m *GetCommitResponse) CloneMessageVT() proto.Message
func (*GetCommitResponse) CloneVT ¶
func (m *GetCommitResponse) CloneVT() *GetCommitResponse
func (*GetCommitResponse) Descriptor
deprecated
func (*GetCommitResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetCommitResponse.ProtoReflect.Descriptor instead.
func (*GetCommitResponse) EqualMessageVT ¶
func (this *GetCommitResponse) EqualMessageVT(thatMsg proto.Message) bool
func (*GetCommitResponse) EqualVT ¶
func (this *GetCommitResponse) EqualVT(that *GetCommitResponse) bool
func (*GetCommitResponse) GetAuthor ¶
func (x *GetCommitResponse) GetAuthor() *CommitAuthor
func (*GetCommitResponse) GetDate ¶
func (x *GetCommitResponse) GetDate() string
func (*GetCommitResponse) GetMessage ¶
func (x *GetCommitResponse) GetMessage() string
func (*GetCommitResponse) GetSha ¶
func (x *GetCommitResponse) GetSha() string
func (*GetCommitResponse) GetURL ¶
func (x *GetCommitResponse) GetURL() string
func (*GetCommitResponse) MarshalToSizedBufferVT ¶
func (m *GetCommitResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*GetCommitResponse) MarshalToVT ¶
func (m *GetCommitResponse) MarshalToVT(dAtA []byte) (int, error)
func (*GetCommitResponse) MarshalVT ¶
func (m *GetCommitResponse) MarshalVT() (dAtA []byte, err error)
func (*GetCommitResponse) ProtoMessage ¶
func (*GetCommitResponse) ProtoMessage()
func (*GetCommitResponse) ProtoReflect ¶
func (x *GetCommitResponse) ProtoReflect() protoreflect.Message
func (*GetCommitResponse) Reset ¶
func (x *GetCommitResponse) Reset()
func (*GetCommitResponse) SizeVT ¶
func (m *GetCommitResponse) SizeVT() (n int)
func (*GetCommitResponse) String ¶
func (x *GetCommitResponse) String() string
func (*GetCommitResponse) UnmarshalVT ¶
func (m *GetCommitResponse) UnmarshalVT(dAtA []byte) error
type GetCommitsRequest ¶
type GetCommitsRequest struct { RepositoryUrl string `protobuf:"bytes,1,opt,name=repository_url,json=repositoryUrl,proto3" json:"repository_url,omitempty"` Refs []string `protobuf:"bytes,2,rep,name=refs,proto3" json:"refs,omitempty"` // contains filtered or unexported fields }
New messages for the GetCommits method
func (*GetCommitsRequest) CloneMessageVT ¶
func (m *GetCommitsRequest) CloneMessageVT() proto.Message
func (*GetCommitsRequest) CloneVT ¶
func (m *GetCommitsRequest) CloneVT() *GetCommitsRequest
func (*GetCommitsRequest) Descriptor
deprecated
func (*GetCommitsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetCommitsRequest.ProtoReflect.Descriptor instead.
func (*GetCommitsRequest) EqualMessageVT ¶
func (this *GetCommitsRequest) EqualMessageVT(thatMsg proto.Message) bool
func (*GetCommitsRequest) EqualVT ¶
func (this *GetCommitsRequest) EqualVT(that *GetCommitsRequest) bool
func (*GetCommitsRequest) GetRefs ¶
func (x *GetCommitsRequest) GetRefs() []string
func (*GetCommitsRequest) GetRepositoryUrl ¶
func (x *GetCommitsRequest) GetRepositoryUrl() string
func (*GetCommitsRequest) MarshalToSizedBufferVT ¶
func (m *GetCommitsRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*GetCommitsRequest) MarshalToVT ¶
func (m *GetCommitsRequest) MarshalToVT(dAtA []byte) (int, error)
func (*GetCommitsRequest) MarshalVT ¶
func (m *GetCommitsRequest) MarshalVT() (dAtA []byte, err error)
func (*GetCommitsRequest) ProtoMessage ¶
func (*GetCommitsRequest) ProtoMessage()
func (*GetCommitsRequest) ProtoReflect ¶
func (x *GetCommitsRequest) ProtoReflect() protoreflect.Message
func (*GetCommitsRequest) Reset ¶
func (x *GetCommitsRequest) Reset()
func (*GetCommitsRequest) SizeVT ¶
func (m *GetCommitsRequest) SizeVT() (n int)
func (*GetCommitsRequest) String ¶
func (x *GetCommitsRequest) String() string
func (*GetCommitsRequest) UnmarshalVT ¶
func (m *GetCommitsRequest) UnmarshalVT(dAtA []byte) error
type GetCommitsResponse ¶
type GetCommitsResponse struct { Commits []*CommitInfo `protobuf:"bytes,1,rep,name=commits,proto3" json:"commits,omitempty"` // contains filtered or unexported fields }
func (*GetCommitsResponse) CloneMessageVT ¶
func (m *GetCommitsResponse) CloneMessageVT() proto.Message
func (*GetCommitsResponse) CloneVT ¶
func (m *GetCommitsResponse) CloneVT() *GetCommitsResponse
func (*GetCommitsResponse) Descriptor
deprecated
func (*GetCommitsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetCommitsResponse.ProtoReflect.Descriptor instead.
func (*GetCommitsResponse) EqualMessageVT ¶
func (this *GetCommitsResponse) EqualMessageVT(thatMsg proto.Message) bool
func (*GetCommitsResponse) EqualVT ¶
func (this *GetCommitsResponse) EqualVT(that *GetCommitsResponse) bool
func (*GetCommitsResponse) GetCommits ¶
func (x *GetCommitsResponse) GetCommits() []*CommitInfo
func (*GetCommitsResponse) MarshalToSizedBufferVT ¶
func (m *GetCommitsResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*GetCommitsResponse) MarshalToVT ¶
func (m *GetCommitsResponse) MarshalToVT(dAtA []byte) (int, error)
func (*GetCommitsResponse) MarshalVT ¶
func (m *GetCommitsResponse) MarshalVT() (dAtA []byte, err error)
func (*GetCommitsResponse) ProtoMessage ¶
func (*GetCommitsResponse) ProtoMessage()
func (*GetCommitsResponse) ProtoReflect ¶
func (x *GetCommitsResponse) ProtoReflect() protoreflect.Message
func (*GetCommitsResponse) Reset ¶
func (x *GetCommitsResponse) Reset()
func (*GetCommitsResponse) SizeVT ¶
func (m *GetCommitsResponse) SizeVT() (n int)
func (*GetCommitsResponse) String ¶
func (x *GetCommitsResponse) String() string
func (*GetCommitsResponse) UnmarshalVT ¶
func (m *GetCommitsResponse) UnmarshalVT(dAtA []byte) error
type GetFileRequest ¶
type GetFileRequest struct { // the full path to the repository RepositoryURL string `protobuf:"bytes,1,opt,name=repositoryURL,proto3" json:"repositoryURL,omitempty"` // the vcs ref to get the file from Ref string `protobuf:"bytes,2,opt,name=ref,proto3" json:"ref,omitempty"` // the path to the file as provided by the symbols LocalPath string `protobuf:"bytes,3,opt,name=localPath,proto3" json:"localPath,omitempty"` // the root path where the project lives inside the repository RootPath string `protobuf:"bytes,4,opt,name=rootPath,proto3" json:"rootPath,omitempty"` // contains filtered or unexported fields }
func (*GetFileRequest) CloneMessageVT ¶
func (m *GetFileRequest) CloneMessageVT() proto.Message
func (*GetFileRequest) CloneVT ¶
func (m *GetFileRequest) CloneVT() *GetFileRequest
func (*GetFileRequest) Descriptor
deprecated
func (*GetFileRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetFileRequest.ProtoReflect.Descriptor instead.
func (*GetFileRequest) EqualMessageVT ¶
func (this *GetFileRequest) EqualMessageVT(thatMsg proto.Message) bool
func (*GetFileRequest) EqualVT ¶
func (this *GetFileRequest) EqualVT(that *GetFileRequest) bool
func (*GetFileRequest) GetLocalPath ¶
func (x *GetFileRequest) GetLocalPath() string
func (*GetFileRequest) GetRef ¶
func (x *GetFileRequest) GetRef() string
func (*GetFileRequest) GetRepositoryURL ¶
func (x *GetFileRequest) GetRepositoryURL() string
func (*GetFileRequest) GetRootPath ¶
func (x *GetFileRequest) GetRootPath() string
func (*GetFileRequest) MarshalToSizedBufferVT ¶
func (m *GetFileRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*GetFileRequest) MarshalToVT ¶
func (m *GetFileRequest) MarshalToVT(dAtA []byte) (int, error)
func (*GetFileRequest) MarshalVT ¶
func (m *GetFileRequest) MarshalVT() (dAtA []byte, err error)
func (*GetFileRequest) ProtoMessage ¶
func (*GetFileRequest) ProtoMessage()
func (*GetFileRequest) ProtoReflect ¶
func (x *GetFileRequest) ProtoReflect() protoreflect.Message
func (*GetFileRequest) Reset ¶
func (x *GetFileRequest) Reset()
func (*GetFileRequest) SizeVT ¶
func (m *GetFileRequest) SizeVT() (n int)
func (*GetFileRequest) String ¶
func (x *GetFileRequest) String() string
func (*GetFileRequest) UnmarshalVT ¶
func (m *GetFileRequest) UnmarshalVT(dAtA []byte) error
type GetFileResponse ¶
type GetFileResponse struct { // base64 content of the file Content string `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"` // the full URL to the file URL string `protobuf:"bytes,2,opt,name=URL,proto3" json:"URL,omitempty"` // contains filtered or unexported fields }
func (*GetFileResponse) CloneMessageVT ¶
func (m *GetFileResponse) CloneMessageVT() proto.Message
func (*GetFileResponse) CloneVT ¶
func (m *GetFileResponse) CloneVT() *GetFileResponse
func (*GetFileResponse) Descriptor
deprecated
func (*GetFileResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetFileResponse.ProtoReflect.Descriptor instead.
func (*GetFileResponse) EqualMessageVT ¶
func (this *GetFileResponse) EqualMessageVT(thatMsg proto.Message) bool
func (*GetFileResponse) EqualVT ¶
func (this *GetFileResponse) EqualVT(that *GetFileResponse) bool
func (*GetFileResponse) GetContent ¶
func (x *GetFileResponse) GetContent() string
func (*GetFileResponse) GetURL ¶
func (x *GetFileResponse) GetURL() string
func (*GetFileResponse) MarshalToSizedBufferVT ¶
func (m *GetFileResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*GetFileResponse) MarshalToVT ¶
func (m *GetFileResponse) MarshalToVT(dAtA []byte) (int, error)
func (*GetFileResponse) MarshalVT ¶
func (m *GetFileResponse) MarshalVT() (dAtA []byte, err error)
func (*GetFileResponse) ProtoMessage ¶
func (*GetFileResponse) ProtoMessage()
func (*GetFileResponse) ProtoReflect ¶
func (x *GetFileResponse) ProtoReflect() protoreflect.Message
func (*GetFileResponse) Reset ¶
func (x *GetFileResponse) Reset()
func (*GetFileResponse) SizeVT ¶
func (m *GetFileResponse) SizeVT() (n int)
func (*GetFileResponse) String ¶
func (x *GetFileResponse) String() string
func (*GetFileResponse) UnmarshalVT ¶
func (m *GetFileResponse) UnmarshalVT(dAtA []byte) error
type GithubAppRequest ¶
type GithubAppRequest struct {
// contains filtered or unexported fields
}
func (*GithubAppRequest) CloneMessageVT ¶
func (m *GithubAppRequest) CloneMessageVT() proto.Message
func (*GithubAppRequest) CloneVT ¶
func (m *GithubAppRequest) CloneVT() *GithubAppRequest
func (*GithubAppRequest) Descriptor
deprecated
func (*GithubAppRequest) Descriptor() ([]byte, []int)
Deprecated: Use GithubAppRequest.ProtoReflect.Descriptor instead.
func (*GithubAppRequest) EqualMessageVT ¶
func (this *GithubAppRequest) EqualMessageVT(thatMsg proto.Message) bool
func (*GithubAppRequest) EqualVT ¶
func (this *GithubAppRequest) EqualVT(that *GithubAppRequest) bool
func (*GithubAppRequest) MarshalToSizedBufferVT ¶
func (m *GithubAppRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*GithubAppRequest) MarshalToVT ¶
func (m *GithubAppRequest) MarshalToVT(dAtA []byte) (int, error)
func (*GithubAppRequest) MarshalVT ¶
func (m *GithubAppRequest) MarshalVT() (dAtA []byte, err error)
func (*GithubAppRequest) ProtoMessage ¶
func (*GithubAppRequest) ProtoMessage()
func (*GithubAppRequest) ProtoReflect ¶
func (x *GithubAppRequest) ProtoReflect() protoreflect.Message
func (*GithubAppRequest) Reset ¶
func (x *GithubAppRequest) Reset()
func (*GithubAppRequest) SizeVT ¶
func (m *GithubAppRequest) SizeVT() (n int)
func (*GithubAppRequest) String ¶
func (x *GithubAppRequest) String() string
func (*GithubAppRequest) UnmarshalVT ¶
func (m *GithubAppRequest) UnmarshalVT(dAtA []byte) error
type GithubAppResponse ¶
type GithubAppResponse struct { ClientID string `protobuf:"bytes,1,opt,name=clientID,proto3" json:"clientID,omitempty"` // contains filtered or unexported fields }
func (*GithubAppResponse) CloneMessageVT ¶
func (m *GithubAppResponse) CloneMessageVT() proto.Message
func (*GithubAppResponse) CloneVT ¶
func (m *GithubAppResponse) CloneVT() *GithubAppResponse
func (*GithubAppResponse) Descriptor
deprecated
func (*GithubAppResponse) Descriptor() ([]byte, []int)
Deprecated: Use GithubAppResponse.ProtoReflect.Descriptor instead.
func (*GithubAppResponse) EqualMessageVT ¶
func (this *GithubAppResponse) EqualMessageVT(thatMsg proto.Message) bool
func (*GithubAppResponse) EqualVT ¶
func (this *GithubAppResponse) EqualVT(that *GithubAppResponse) bool
func (*GithubAppResponse) GetClientID ¶
func (x *GithubAppResponse) GetClientID() string
func (*GithubAppResponse) MarshalToSizedBufferVT ¶
func (m *GithubAppResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*GithubAppResponse) MarshalToVT ¶
func (m *GithubAppResponse) MarshalToVT(dAtA []byte) (int, error)
func (*GithubAppResponse) MarshalVT ¶
func (m *GithubAppResponse) MarshalVT() (dAtA []byte, err error)
func (*GithubAppResponse) ProtoMessage ¶
func (*GithubAppResponse) ProtoMessage()
func (*GithubAppResponse) ProtoReflect ¶
func (x *GithubAppResponse) ProtoReflect() protoreflect.Message
func (*GithubAppResponse) Reset ¶
func (x *GithubAppResponse) Reset()
func (*GithubAppResponse) SizeVT ¶
func (m *GithubAppResponse) SizeVT() (n int)
func (*GithubAppResponse) String ¶
func (x *GithubAppResponse) String() string
func (*GithubAppResponse) UnmarshalVT ¶
func (m *GithubAppResponse) UnmarshalVT(dAtA []byte) error
type GithubLoginRequest ¶
type GithubLoginRequest struct { AuthorizationCode string `protobuf:"bytes,1,opt,name=authorizationCode,proto3" json:"authorizationCode,omitempty"` // contains filtered or unexported fields }
func (*GithubLoginRequest) CloneMessageVT ¶
func (m *GithubLoginRequest) CloneMessageVT() proto.Message
func (*GithubLoginRequest) CloneVT ¶
func (m *GithubLoginRequest) CloneVT() *GithubLoginRequest
func (*GithubLoginRequest) Descriptor
deprecated
func (*GithubLoginRequest) Descriptor() ([]byte, []int)
Deprecated: Use GithubLoginRequest.ProtoReflect.Descriptor instead.
func (*GithubLoginRequest) EqualMessageVT ¶
func (this *GithubLoginRequest) EqualMessageVT(thatMsg proto.Message) bool
func (*GithubLoginRequest) EqualVT ¶
func (this *GithubLoginRequest) EqualVT(that *GithubLoginRequest) bool
func (*GithubLoginRequest) GetAuthorizationCode ¶
func (x *GithubLoginRequest) GetAuthorizationCode() string
func (*GithubLoginRequest) MarshalToSizedBufferVT ¶
func (m *GithubLoginRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*GithubLoginRequest) MarshalToVT ¶
func (m *GithubLoginRequest) MarshalToVT(dAtA []byte) (int, error)
func (*GithubLoginRequest) MarshalVT ¶
func (m *GithubLoginRequest) MarshalVT() (dAtA []byte, err error)
func (*GithubLoginRequest) ProtoMessage ¶
func (*GithubLoginRequest) ProtoMessage()
func (*GithubLoginRequest) ProtoReflect ¶
func (x *GithubLoginRequest) ProtoReflect() protoreflect.Message
func (*GithubLoginRequest) Reset ¶
func (x *GithubLoginRequest) Reset()
func (*GithubLoginRequest) SizeVT ¶
func (m *GithubLoginRequest) SizeVT() (n int)
func (*GithubLoginRequest) String ¶
func (x *GithubLoginRequest) String() string
func (*GithubLoginRequest) UnmarshalVT ¶
func (m *GithubLoginRequest) UnmarshalVT(dAtA []byte) error
type GithubLoginResponse ¶
type GithubLoginResponse struct { // Deprecated // In future version, this cookie won't be sent. Now, old cookie is sent alongside the new expected // data (token, token_expires_at and refresh_token_expires_at). Frontend will be responsible of computing // its own cookie from the new data. // Remove after completing https://github.com/grafana/explore-profiles/issues/187 Cookie string `protobuf:"bytes,1,opt,name=cookie,proto3" json:"cookie,omitempty"` // base64 encoded encrypted token Token string `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"` // Unix ms timestamp of when the token expires. TokenExpiresAt int64 `protobuf:"varint,3,opt,name=token_expires_at,json=tokenExpiresAt,proto3" json:"token_expires_at,omitempty"` // Unix ms timestamp of when the refresh token expires. RefreshTokenExpiresAt int64 `` /* 129-byte string literal not displayed */ // contains filtered or unexported fields }
func (*GithubLoginResponse) CloneMessageVT ¶
func (m *GithubLoginResponse) CloneMessageVT() proto.Message
func (*GithubLoginResponse) CloneVT ¶
func (m *GithubLoginResponse) CloneVT() *GithubLoginResponse
func (*GithubLoginResponse) Descriptor
deprecated
func (*GithubLoginResponse) Descriptor() ([]byte, []int)
Deprecated: Use GithubLoginResponse.ProtoReflect.Descriptor instead.
func (*GithubLoginResponse) EqualMessageVT ¶
func (this *GithubLoginResponse) EqualMessageVT(thatMsg proto.Message) bool
func (*GithubLoginResponse) EqualVT ¶
func (this *GithubLoginResponse) EqualVT(that *GithubLoginResponse) bool
func (*GithubLoginResponse) GetCookie ¶
func (x *GithubLoginResponse) GetCookie() string
func (*GithubLoginResponse) GetRefreshTokenExpiresAt ¶ added in v1.1.0
func (x *GithubLoginResponse) GetRefreshTokenExpiresAt() int64
func (*GithubLoginResponse) GetToken ¶ added in v1.1.0
func (x *GithubLoginResponse) GetToken() string
func (*GithubLoginResponse) GetTokenExpiresAt ¶ added in v1.1.0
func (x *GithubLoginResponse) GetTokenExpiresAt() int64
func (*GithubLoginResponse) MarshalToSizedBufferVT ¶
func (m *GithubLoginResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*GithubLoginResponse) MarshalToVT ¶
func (m *GithubLoginResponse) MarshalToVT(dAtA []byte) (int, error)
func (*GithubLoginResponse) MarshalVT ¶
func (m *GithubLoginResponse) MarshalVT() (dAtA []byte, err error)
func (*GithubLoginResponse) ProtoMessage ¶
func (*GithubLoginResponse) ProtoMessage()
func (*GithubLoginResponse) ProtoReflect ¶
func (x *GithubLoginResponse) ProtoReflect() protoreflect.Message
func (*GithubLoginResponse) Reset ¶
func (x *GithubLoginResponse) Reset()
func (*GithubLoginResponse) SizeVT ¶
func (m *GithubLoginResponse) SizeVT() (n int)
func (*GithubLoginResponse) String ¶
func (x *GithubLoginResponse) String() string
func (*GithubLoginResponse) UnmarshalVT ¶
func (m *GithubLoginResponse) UnmarshalVT(dAtA []byte) error
type GithubRefreshRequest ¶
type GithubRefreshRequest struct {
// contains filtered or unexported fields
}
func (*GithubRefreshRequest) CloneMessageVT ¶
func (m *GithubRefreshRequest) CloneMessageVT() proto.Message
func (*GithubRefreshRequest) CloneVT ¶
func (m *GithubRefreshRequest) CloneVT() *GithubRefreshRequest
func (*GithubRefreshRequest) Descriptor
deprecated
func (*GithubRefreshRequest) Descriptor() ([]byte, []int)
Deprecated: Use GithubRefreshRequest.ProtoReflect.Descriptor instead.
func (*GithubRefreshRequest) EqualMessageVT ¶
func (this *GithubRefreshRequest) EqualMessageVT(thatMsg proto.Message) bool
func (*GithubRefreshRequest) EqualVT ¶
func (this *GithubRefreshRequest) EqualVT(that *GithubRefreshRequest) bool
func (*GithubRefreshRequest) MarshalToSizedBufferVT ¶
func (m *GithubRefreshRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*GithubRefreshRequest) MarshalToVT ¶
func (m *GithubRefreshRequest) MarshalToVT(dAtA []byte) (int, error)
func (*GithubRefreshRequest) MarshalVT ¶
func (m *GithubRefreshRequest) MarshalVT() (dAtA []byte, err error)
func (*GithubRefreshRequest) ProtoMessage ¶
func (*GithubRefreshRequest) ProtoMessage()
func (*GithubRefreshRequest) ProtoReflect ¶
func (x *GithubRefreshRequest) ProtoReflect() protoreflect.Message
func (*GithubRefreshRequest) Reset ¶
func (x *GithubRefreshRequest) Reset()
func (*GithubRefreshRequest) SizeVT ¶
func (m *GithubRefreshRequest) SizeVT() (n int)
func (*GithubRefreshRequest) String ¶
func (x *GithubRefreshRequest) String() string
func (*GithubRefreshRequest) UnmarshalVT ¶
func (m *GithubRefreshRequest) UnmarshalVT(dAtA []byte) error
type GithubRefreshResponse ¶
type GithubRefreshResponse struct { // Deprecated // In future version, this cookie won't be sent. Now, old cookie is sent alongside the new expected // data (token, token_expires_at and refresh_token_expires_at). Frontend will be responsible of computing // its own cookie from the new data. // Remove after completing https://github.com/grafana/explore-profiles/issues/187 Cookie string `protobuf:"bytes,1,opt,name=cookie,proto3" json:"cookie,omitempty"` // base64 encoded encrypted token Token string `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"` // Unix ms timestamp of when the token expires. TokenExpiresAt int64 `protobuf:"varint,3,opt,name=token_expires_at,json=tokenExpiresAt,proto3" json:"token_expires_at,omitempty"` // Unix ms timestamp of when the refresh token expires. RefreshTokenExpiresAt int64 `` /* 129-byte string literal not displayed */ // contains filtered or unexported fields }
func (*GithubRefreshResponse) CloneMessageVT ¶
func (m *GithubRefreshResponse) CloneMessageVT() proto.Message
func (*GithubRefreshResponse) CloneVT ¶
func (m *GithubRefreshResponse) CloneVT() *GithubRefreshResponse
func (*GithubRefreshResponse) Descriptor
deprecated
func (*GithubRefreshResponse) Descriptor() ([]byte, []int)
Deprecated: Use GithubRefreshResponse.ProtoReflect.Descriptor instead.
func (*GithubRefreshResponse) EqualMessageVT ¶
func (this *GithubRefreshResponse) EqualMessageVT(thatMsg proto.Message) bool
func (*GithubRefreshResponse) EqualVT ¶
func (this *GithubRefreshResponse) EqualVT(that *GithubRefreshResponse) bool
func (*GithubRefreshResponse) GetCookie ¶
func (x *GithubRefreshResponse) GetCookie() string
func (*GithubRefreshResponse) GetRefreshTokenExpiresAt ¶ added in v1.1.0
func (x *GithubRefreshResponse) GetRefreshTokenExpiresAt() int64
func (*GithubRefreshResponse) GetToken ¶ added in v1.1.0
func (x *GithubRefreshResponse) GetToken() string
func (*GithubRefreshResponse) GetTokenExpiresAt ¶ added in v1.1.0
func (x *GithubRefreshResponse) GetTokenExpiresAt() int64
func (*GithubRefreshResponse) MarshalToSizedBufferVT ¶
func (m *GithubRefreshResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*GithubRefreshResponse) MarshalToVT ¶
func (m *GithubRefreshResponse) MarshalToVT(dAtA []byte) (int, error)
func (*GithubRefreshResponse) MarshalVT ¶
func (m *GithubRefreshResponse) MarshalVT() (dAtA []byte, err error)
func (*GithubRefreshResponse) ProtoMessage ¶
func (*GithubRefreshResponse) ProtoMessage()
func (*GithubRefreshResponse) ProtoReflect ¶
func (x *GithubRefreshResponse) ProtoReflect() protoreflect.Message
func (*GithubRefreshResponse) Reset ¶
func (x *GithubRefreshResponse) Reset()
func (*GithubRefreshResponse) SizeVT ¶
func (m *GithubRefreshResponse) SizeVT() (n int)
func (*GithubRefreshResponse) String ¶
func (x *GithubRefreshResponse) String() string
func (*GithubRefreshResponse) UnmarshalVT ¶
func (m *GithubRefreshResponse) UnmarshalVT(dAtA []byte) error
type UnimplementedVCSServiceServer ¶
type UnimplementedVCSServiceServer struct { }
UnimplementedVCSServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedVCSServiceServer) GetCommit ¶
func (UnimplementedVCSServiceServer) GetCommit(context.Context, *GetCommitRequest) (*GetCommitResponse, error)
func (UnimplementedVCSServiceServer) GetCommits ¶
func (UnimplementedVCSServiceServer) GetCommits(context.Context, *GetCommitsRequest) (*GetCommitsResponse, error)
func (UnimplementedVCSServiceServer) GetFile ¶
func (UnimplementedVCSServiceServer) GetFile(context.Context, *GetFileRequest) (*GetFileResponse, error)
func (UnimplementedVCSServiceServer) GithubApp ¶
func (UnimplementedVCSServiceServer) GithubApp(context.Context, *GithubAppRequest) (*GithubAppResponse, error)
func (UnimplementedVCSServiceServer) GithubLogin ¶
func (UnimplementedVCSServiceServer) GithubLogin(context.Context, *GithubLoginRequest) (*GithubLoginResponse, error)
func (UnimplementedVCSServiceServer) GithubRefresh ¶
func (UnimplementedVCSServiceServer) GithubRefresh(context.Context, *GithubRefreshRequest) (*GithubRefreshResponse, error)
type UnsafeVCSServiceServer ¶
type UnsafeVCSServiceServer interface {
// contains filtered or unexported methods
}
UnsafeVCSServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to VCSServiceServer will result in compilation errors.
type VCSServiceClient ¶
type VCSServiceClient interface { GithubApp(ctx context.Context, in *GithubAppRequest, opts ...grpc.CallOption) (*GithubAppResponse, error) GithubLogin(ctx context.Context, in *GithubLoginRequest, opts ...grpc.CallOption) (*GithubLoginResponse, error) GithubRefresh(ctx context.Context, in *GithubRefreshRequest, opts ...grpc.CallOption) (*GithubRefreshResponse, error) GetFile(ctx context.Context, in *GetFileRequest, opts ...grpc.CallOption) (*GetFileResponse, error) GetCommit(ctx context.Context, in *GetCommitRequest, opts ...grpc.CallOption) (*GetCommitResponse, error) GetCommits(ctx context.Context, in *GetCommitsRequest, opts ...grpc.CallOption) (*GetCommitsResponse, error) }
VCSServiceClient is the client API for VCSService 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 NewVCSServiceClient ¶
func NewVCSServiceClient(cc grpc.ClientConnInterface) VCSServiceClient
type VCSServiceServer ¶
type VCSServiceServer interface { GithubApp(context.Context, *GithubAppRequest) (*GithubAppResponse, error) GithubLogin(context.Context, *GithubLoginRequest) (*GithubLoginResponse, error) GithubRefresh(context.Context, *GithubRefreshRequest) (*GithubRefreshResponse, error) GetFile(context.Context, *GetFileRequest) (*GetFileResponse, error) GetCommit(context.Context, *GetCommitRequest) (*GetCommitResponse, error) GetCommits(context.Context, *GetCommitsRequest) (*GetCommitsResponse, error) // contains filtered or unexported methods }
VCSServiceServer is the server API for VCSService service. All implementations must embed UnimplementedVCSServiceServer for forward compatibility