Documentation
¶
Index ¶
- Variables
- type GitalyInfo
- func (*GitalyInfo) Descriptor() ([]byte, []int)deprecated
- func (x *GitalyInfo) GetAddress() string
- func (x *GitalyInfo) GetFeatures() map[string]string
- func (x *GitalyInfo) GetToken() string
- func (*GitalyInfo) ProtoMessage()
- func (x *GitalyInfo) ProtoReflect() protoreflect.Message
- func (x *GitalyInfo) Reset()
- func (x *GitalyInfo) String() string
- type GitalyRepository
- func (*GitalyRepository) Descriptor() ([]byte, []int)deprecated
- func (x *GitalyRepository) GetGitAlternateObjectDirectories() []string
- func (x *GitalyRepository) GetGitObjectDirectory() string
- func (x *GitalyRepository) GetGlProjectPath() string
- func (x *GitalyRepository) GetGlRepository() string
- func (x *GitalyRepository) GetRelativePath() string
- func (x *GitalyRepository) GetStorageName() string
- func (*GitalyRepository) ProtoMessage()
- func (x *GitalyRepository) ProtoReflect() protoreflect.Message
- func (x *GitalyRepository) Reset()
- func (x *GitalyRepository) String() string
- func (r *GitalyRepository) ToGitalyRepository() *gitalypb.Repository
Constants ¶
This section is empty.
Variables ¶
View Source
var File_pkg_entity_entity_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type GitalyInfo ¶
type GitalyInfo struct {
Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
Token string `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"`
Features map[string]string `` /* 143-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*GitalyInfo) Descriptor
deprecated
func (*GitalyInfo) Descriptor() ([]byte, []int)
Deprecated: Use GitalyInfo.ProtoReflect.Descriptor instead.
func (*GitalyInfo) GetAddress ¶
func (x *GitalyInfo) GetAddress() string
func (*GitalyInfo) GetFeatures ¶
func (x *GitalyInfo) GetFeatures() map[string]string
func (*GitalyInfo) GetToken ¶
func (x *GitalyInfo) GetToken() string
func (*GitalyInfo) ProtoMessage ¶
func (*GitalyInfo) ProtoMessage()
func (*GitalyInfo) ProtoReflect ¶
func (x *GitalyInfo) ProtoReflect() protoreflect.Message
func (*GitalyInfo) Reset ¶
func (x *GitalyInfo) Reset()
func (*GitalyInfo) String ¶
func (x *GitalyInfo) String() string
type GitalyRepository ¶
type GitalyRepository struct {
StorageName string `protobuf:"bytes,2,opt,name=storage_name,proto3" json:"storage_name,omitempty"`
RelativePath string `protobuf:"bytes,3,opt,name=relative_path,proto3" json:"relative_path,omitempty"`
GitObjectDirectory string `protobuf:"bytes,4,opt,name=git_object_directory,proto3" json:"git_object_directory,omitempty"`
GitAlternateObjectDirectories []string `protobuf:"bytes,5,rep,name=git_alternate_object_directories,proto3" json:"git_alternate_object_directories,omitempty"`
GlRepository string `protobuf:"bytes,6,opt,name=gl_repository,proto3" json:"gl_repository,omitempty"`
GlProjectPath string `protobuf:"bytes,8,opt,name=gl_project_path,proto3" json:"gl_project_path,omitempty"`
// contains filtered or unexported fields
}
func (*GitalyRepository) Descriptor
deprecated
func (*GitalyRepository) Descriptor() ([]byte, []int)
Deprecated: Use GitalyRepository.ProtoReflect.Descriptor instead.
func (*GitalyRepository) GetGitAlternateObjectDirectories ¶
func (x *GitalyRepository) GetGitAlternateObjectDirectories() []string
func (*GitalyRepository) GetGitObjectDirectory ¶
func (x *GitalyRepository) GetGitObjectDirectory() string
func (*GitalyRepository) GetGlProjectPath ¶
func (x *GitalyRepository) GetGlProjectPath() string
func (*GitalyRepository) GetGlRepository ¶
func (x *GitalyRepository) GetGlRepository() string
func (*GitalyRepository) GetRelativePath ¶
func (x *GitalyRepository) GetRelativePath() string
func (*GitalyRepository) GetStorageName ¶
func (x *GitalyRepository) GetStorageName() string
func (*GitalyRepository) ProtoMessage ¶
func (*GitalyRepository) ProtoMessage()
func (*GitalyRepository) ProtoReflect ¶
func (x *GitalyRepository) ProtoReflect() protoreflect.Message
func (*GitalyRepository) Reset ¶
func (x *GitalyRepository) Reset()
func (*GitalyRepository) String ¶
func (x *GitalyRepository) String() string
func (*GitalyRepository) ToGitalyRepository ¶
func (r *GitalyRepository) ToGitalyRepository() *gitalypb.Repository
Click to show internal directories.
Click to hide internal directories.