Documentation ¶
Index ¶
- Variables
- type Cache
- func (*Cache) Descriptor() ([]byte, []int)deprecated
- func (x *Cache) GetKey() string
- func (x *Cache) GetPackageCount() int32
- func (x *Cache) GetRules() []*parse.Rule
- func (*Cache) ProtoMessage()
- func (x *Cache) ProtoReflect() protoreflect.Message
- func (x *Cache) Reset()
- func (x *Cache) String() string
- type ResolvedImports
Constants ¶
This section is empty.
Variables ¶
View Source
var File_build_stack_gazelle_scala_cache_cache_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache struct { PackageCount int32 `protobuf:"varint,1,opt,name=package_count,json=packageCount,proto3" json:"package_count,omitempty"` Rules []*parse.Rule `protobuf:"bytes,2,rep,name=rules,proto3" json:"rules,omitempty"` Key string `protobuf:"bytes,3,opt,name=key,proto3" json:"key,omitempty"` // contains filtered or unexported fields }
func (*Cache) Descriptor
deprecated
func (*Cache) GetPackageCount ¶
func (*Cache) ProtoMessage ¶
func (*Cache) ProtoMessage()
func (*Cache) ProtoReflect ¶
func (x *Cache) ProtoReflect() protoreflect.Message
type ResolvedImports ¶
type ResolvedImports struct { Imports map[string]string `` /* 155-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ResolvedImports) Descriptor
deprecated
func (*ResolvedImports) Descriptor() ([]byte, []int)
Deprecated: Use ResolvedImports.ProtoReflect.Descriptor instead.
func (*ResolvedImports) GetImports ¶
func (x *ResolvedImports) GetImports() map[string]string
func (*ResolvedImports) ProtoMessage ¶
func (*ResolvedImports) ProtoMessage()
func (*ResolvedImports) ProtoReflect ¶
func (x *ResolvedImports) ProtoReflect() protoreflect.Message
func (*ResolvedImports) Reset ¶
func (x *ResolvedImports) Reset()
func (*ResolvedImports) String ¶
func (x *ResolvedImports) String() string
Click to show internal directories.
Click to hide internal directories.