Documentation
¶
Index ¶
- Variables
- type CommitInfo
- func (msg *CommitInfo) Clone() any
- func (*CommitInfo) Descriptor() ([]byte, []int)deprecated
- func (x *CommitInfo) GetAliases() []string
- func (x *CommitInfo) GetHash() string
- func (x *CommitInfo) GetOwner() string
- func (x *CommitInfo) GetRepo() string
- func (x *CommitInfo) GetTime() *timestamppb.Timestamp
- func (*CommitInfo) ProtoMessage()
- func (x *CommitInfo) ProtoReflect() protoreflect.Message
- func (x *CommitInfo) Reset()
- func (x *CommitInfo) String() string
- type Include
- func (msg *Include) Clone() any
- func (*Include) Descriptor() ([]byte, []int)deprecated
- func (x *Include) GetName() string
- func (x *Include) GetOwner() string
- func (x *Include) GetReference() string
- func (x *Include) GetVersion() string
- func (*Include) ProtoMessage()
- func (x *Include) ProtoReflect() protoreflect.Message
- func (x *Include) Reset()
- func (x *Include) String() string
- type Package
- func (msg *Package) Clone() any
- func (*Package) Descriptor() ([]byte, []int)deprecated
- func (x *Package) GetLabel() string
- func (x *Package) GetName() string
- func (x *Package) GetProse() string
- func (*Package) ProtoMessage()
- func (x *Package) ProtoReflect() protoreflect.Message
- func (x *Package) Reset()
- func (x *Package) String() string
- type ProseFile
- func (msg *ProseFile) Clone() any
- func (*ProseFile) Descriptor() ([]byte, []int)deprecated
- func (x *ProseFile) GetContent() []byte
- func (x *ProseFile) GetPath() string
- func (*ProseFile) ProtoMessage()
- func (x *ProseFile) ProtoReflect() protoreflect.Message
- func (x *ProseFile) Reset()
- func (x *ProseFile) String() string
- type SourceImage
- func (msg *SourceImage) Clone() any
- func (*SourceImage) Descriptor() ([]byte, []int)deprecated
- func (x *SourceImage) GetFile() []*descriptorpb.FileDescriptorProto
- func (x *SourceImage) GetIncludes() []*Include
- func (x *SourceImage) GetPackages() []*Package
- func (x *SourceImage) GetProse() []*ProseFile
- func (x *SourceImage) GetSourceFilenames() []string
- func (x *SourceImage) GetSourceName() string
- func (x *SourceImage) GetVersion() string
- func (*SourceImage) ProtoMessage()
- func (x *SourceImage) ProtoReflect() protoreflect.Message
- func (x *SourceImage) Reset()
- func (x *SourceImage) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_j5_source_v1_image_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type CommitInfo ¶
type CommitInfo struct { Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"` Repo string `protobuf:"bytes,2,opt,name=repo,proto3" json:"repo,omitempty"` Hash string `protobuf:"bytes,3,opt,name=hash,proto3" json:"hash,omitempty"` Time *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=time,proto3" json:"time,omitempty"` Aliases []string `protobuf:"bytes,5,rep,name=aliases,proto3" json:"aliases,omitempty"` // contains filtered or unexported fields }
func (*CommitInfo) Clone ¶
func (msg *CommitInfo) Clone() any
func (*CommitInfo) Descriptor
deprecated
func (*CommitInfo) Descriptor() ([]byte, []int)
Deprecated: Use CommitInfo.ProtoReflect.Descriptor instead.
func (*CommitInfo) GetAliases ¶
func (x *CommitInfo) GetAliases() []string
func (*CommitInfo) GetHash ¶
func (x *CommitInfo) GetHash() string
func (*CommitInfo) GetOwner ¶
func (x *CommitInfo) GetOwner() string
func (*CommitInfo) GetRepo ¶
func (x *CommitInfo) GetRepo() string
func (*CommitInfo) GetTime ¶
func (x *CommitInfo) GetTime() *timestamppb.Timestamp
func (*CommitInfo) ProtoMessage ¶
func (*CommitInfo) ProtoMessage()
func (*CommitInfo) ProtoReflect ¶
func (x *CommitInfo) ProtoReflect() protoreflect.Message
func (*CommitInfo) Reset ¶
func (x *CommitInfo) Reset()
func (*CommitInfo) String ¶
func (x *CommitInfo) String() string
type Include ¶
type Include struct { Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // specific version (e.g. git hash) to lock to. Version *string `protobuf:"bytes,3,opt,name=version,proto3,oneof" json:"version,omitempty"` // branch name of the input when a version is not set. // default is 'main'. Reference *string `protobuf:"bytes,4,opt,name=reference,proto3,oneof" json:"reference,omitempty"` // contains filtered or unexported fields }
func (*Include) Descriptor
deprecated
func (*Include) GetReference ¶
func (*Include) GetVersion ¶
func (*Include) ProtoMessage ¶
func (*Include) ProtoMessage()
func (*Include) ProtoReflect ¶
func (x *Include) ProtoReflect() protoreflect.Message
type Package ¶
type Package struct { Label string `protobuf:"bytes,1,opt,name=label,proto3" json:"label,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Prose string `protobuf:"bytes,3,opt,name=prose,proto3" json:"prose,omitempty"` // contains filtered or unexported fields }
func (*Package) Descriptor
deprecated
func (*Package) ProtoMessage ¶
func (*Package) ProtoMessage()
func (*Package) ProtoReflect ¶
func (x *Package) ProtoReflect() protoreflect.Message
type ProseFile ¶
type ProseFile struct { Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"` Content []byte `protobuf:"bytes,2,opt,name=content,proto3" json:"content,omitempty"` // contains filtered or unexported fields }
func (*ProseFile) Descriptor
deprecated
func (*ProseFile) GetContent ¶
func (*ProseFile) ProtoMessage ¶
func (*ProseFile) ProtoMessage()
func (*ProseFile) ProtoReflect ¶
func (x *ProseFile) ProtoReflect() protoreflect.Message
type SourceImage ¶
type SourceImage struct { File []*descriptorpb.FileDescriptorProto `protobuf:"bytes,1,rep,name=file,proto3" json:"file,omitempty"` Packages []*Package `protobuf:"bytes,2,rep,name=packages,proto3" json:"packages,omitempty"` Prose []*ProseFile `protobuf:"bytes,3,rep,name=prose,proto3" json:"prose,omitempty"` SourceFilenames []string `protobuf:"bytes,6,rep,name=source_filenames,json=sourceFilenames,proto3" json:"source_filenames,omitempty"` SourceName string `protobuf:"bytes,8,opt,name=source_name,json=sourceName,proto3" json:"source_name,omitempty"` Version *string `protobuf:"bytes,7,opt,name=version,proto3,oneof" json:"version,omitempty"` Includes []*Include `protobuf:"bytes,4,rep,name=includes,proto3" json:"includes,omitempty"` // contains filtered or unexported fields }
Image is a parsed source image, similar to google.protobuf.Descriptor but with the J5 config, and some non-proto files
func (*SourceImage) Clone ¶
func (msg *SourceImage) Clone() any
func (*SourceImage) Descriptor
deprecated
func (*SourceImage) Descriptor() ([]byte, []int)
Deprecated: Use SourceImage.ProtoReflect.Descriptor instead.
func (*SourceImage) GetFile ¶
func (x *SourceImage) GetFile() []*descriptorpb.FileDescriptorProto
func (*SourceImage) GetIncludes ¶
func (x *SourceImage) GetIncludes() []*Include
func (*SourceImage) GetPackages ¶
func (x *SourceImage) GetPackages() []*Package
func (*SourceImage) GetProse ¶
func (x *SourceImage) GetProse() []*ProseFile
func (*SourceImage) GetSourceFilenames ¶
func (x *SourceImage) GetSourceFilenames() []string
func (*SourceImage) GetSourceName ¶
func (x *SourceImage) GetSourceName() string
func (*SourceImage) GetVersion ¶
func (x *SourceImage) GetVersion() string
func (*SourceImage) ProtoMessage ¶
func (*SourceImage) ProtoMessage()
func (*SourceImage) ProtoReflect ¶
func (x *SourceImage) ProtoReflect() protoreflect.Message
func (*SourceImage) Reset ¶
func (x *SourceImage) Reset()
func (*SourceImage) String ¶
func (x *SourceImage) String() string
Click to show internal directories.
Click to hide internal directories.