Documentation ¶
Index ¶
- Variables
- type Catalog
- type FindingAid
- func (*FindingAid) Descriptor() ([]byte, []int)deprecated
- func (x *FindingAid) GetCatalog() *Catalog
- func (x *FindingAid) GetSources() *Sources
- func (*FindingAid) ProtoMessage()
- func (x *FindingAid) ProtoReflect() protoreflect.Message
- func (x *FindingAid) Reset()
- func (x *FindingAid) String() string
- type Record
- type Repo
- type Sources
Constants ¶
This section is empty.
Variables ¶
View Source
var File_findingaid_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Catalog ¶
type Catalog struct { Records []*Record `protobuf:"bytes,1,rep,name=records,proto3" json:"records,omitempty"` // contains filtered or unexported fields }
func (*Catalog) Descriptor
deprecated
func (*Catalog) GetRecords ¶
func (*Catalog) ProtoMessage ¶
func (*Catalog) ProtoMessage()
func (*Catalog) ProtoReflect ¶
func (x *Catalog) ProtoReflect() protoreflect.Message
type FindingAid ¶
type FindingAid struct { Sources *Sources `protobuf:"bytes,1,opt,name=sources,proto3" json:"sources,omitempty"` Catalog *Catalog `protobuf:"bytes,2,opt,name=catalog,proto3" json:"catalog,omitempty"` // contains filtered or unexported fields }
func (*FindingAid) Descriptor
deprecated
func (*FindingAid) Descriptor() ([]byte, []int)
Deprecated: Use FindingAid.ProtoReflect.Descriptor instead.
func (*FindingAid) GetCatalog ¶
func (x *FindingAid) GetCatalog() *Catalog
func (*FindingAid) GetSources ¶
func (x *FindingAid) GetSources() *Sources
func (*FindingAid) ProtoMessage ¶
func (*FindingAid) ProtoMessage()
func (*FindingAid) ProtoReflect ¶
func (x *FindingAid) ProtoReflect() protoreflect.Message
func (*FindingAid) Reset ¶
func (x *FindingAid) Reset()
func (*FindingAid) String ¶
func (x *FindingAid) String() string
type Record ¶
type Record struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Repo int64 `protobuf:"varint,2,opt,name=repo,proto3" json:"repo,omitempty"` // contains filtered or unexported fields }
func (*Record) Descriptor
deprecated
func (*Record) ProtoMessage ¶
func (*Record) ProtoMessage()
func (*Record) ProtoReflect ¶
func (x *Record) ProtoReflect() protoreflect.Message
type Repo ¶
type Repo struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*Repo) Descriptor
deprecated
func (*Repo) ProtoMessage ¶
func (*Repo) ProtoMessage()
func (*Repo) ProtoReflect ¶
func (x *Repo) ProtoReflect() protoreflect.Message
type Sources ¶
type Sources struct { Repos []*Repo `protobuf:"bytes,1,rep,name=repos,proto3" json:"repos,omitempty"` // contains filtered or unexported fields }
func (*Sources) Descriptor
deprecated
func (*Sources) ProtoMessage ¶
func (*Sources) ProtoMessage()
func (*Sources) ProtoReflect ¶
func (x *Sources) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.