Versions in this module Expand all Collapse all v0 v0.1.1 Dec 9, 2024 v0.1.0 Nov 26, 2024 Changes in this version + var File_compiler_module_v1_remote_repo_proto protoreflect.FileDescriptor + type ModuleServiceConfig struct + CacheDir string + LockFile string + ProtoconfPath string + func (*ModuleServiceConfig) Descriptor() ([]byte, []int) + func (*ModuleServiceConfig) ProtoMessage() + func (x *ModuleServiceConfig) GetCacheDir() string + func (x *ModuleServiceConfig) GetLockFile() string + func (x *ModuleServiceConfig) GetProtoconfPath() string + func (x *ModuleServiceConfig) ProtoReflect() protoreflect.Message + func (x *ModuleServiceConfig) Reset() + func (x *ModuleServiceConfig) String() string + type RemoteRepo struct + AdditionalProtoDirs []string + Deps map[string]*RemoteRepo + ExcludeFileRegexps []string + FileDescriptorSetSum string + GetterUrl string + Integrity string + Label string + Pin isRemoteRepo_Pin + SourcePath string + Url string + func (*RemoteRepo) Descriptor() ([]byte, []int) + func (*RemoteRepo) ProtoMessage() + func (m *RemoteRepo) GetPin() isRemoteRepo_Pin + func (x *RemoteRepo) GetAdditionalProtoDirs() []string + func (x *RemoteRepo) GetBranch() string + func (x *RemoteRepo) GetChecksum() string + func (x *RemoteRepo) GetCommit() string + func (x *RemoteRepo) GetDeps() map[string]*RemoteRepo + func (x *RemoteRepo) GetExcludeFileRegexps() []string + func (x *RemoteRepo) GetFileDescriptorSetSum() string + func (x *RemoteRepo) GetGetterUrl() string + func (x *RemoteRepo) GetIntegrity() string + func (x *RemoteRepo) GetLabel() string + func (x *RemoteRepo) GetSourcePath() string + func (x *RemoteRepo) GetTag() string + func (x *RemoteRepo) GetUrl() string + func (x *RemoteRepo) ProtoReflect() protoreflect.Message + func (x *RemoteRepo) Reset() + func (x *RemoteRepo) String() string + type RemoteRepo_Branch struct + Branch string + type RemoteRepo_Checksum struct + Checksum string + type RemoteRepo_Commit struct + Commit string + type RemoteRepo_Tag struct + Tag string