Documentation
¶
Index ¶
- Variables
- type GoModule
- func (*GoModule) Descriptor() ([]byte, []int)deprecated
- func (x *GoModule) GetAliases() []string
- func (x *GoModule) GetCreatedAt() *timestamppb.Timestamp
- func (x *GoModule) GetModStorageKey() string
- func (x *GoModule) GetPackageName() string
- func (x *GoModule) GetVersion() string
- func (x *GoModule) GetZipStorageKey() string
- func (*GoModule) ProtoMessage()
- func (x *GoModule) ProtoReflect() protoreflect.Message
- func (x *GoModule) Reset()
- func (x *GoModule) String() string
- type J5Package
- func (*J5Package) Descriptor() ([]byte, []int)deprecated
- func (x *J5Package) GetAliases() []string
- func (x *J5Package) GetName() string
- func (x *J5Package) GetOwner() string
- func (x *J5Package) GetStorageKey() string
- func (x *J5Package) GetVersion() string
- func (*J5Package) ProtoMessage()
- func (x *J5Package) ProtoReflect() protoreflect.Message
- func (x *J5Package) Reset()
- func (x *J5Package) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_j5_registry_v1_package_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type GoModule ¶
type GoModule struct { PackageName string `protobuf:"bytes,1,opt,name=package_name,json=packageName,proto3" json:"package_name,omitempty"` // Canonical Version Version string `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` ZipStorageKey string `protobuf:"bytes,5,opt,name=zip_storage_key,json=zipStorageKey,proto3" json:"zip_storage_key,omitempty"` ModStorageKey string `protobuf:"bytes,6,opt,name=mod_storage_key,json=modStorageKey,proto3" json:"mod_storage_key,omitempty"` Aliases []string `protobuf:"bytes,7,rep,name=aliases,proto3" json:"aliases,omitempty"` // contains filtered or unexported fields }
func (*GoModule) Descriptor
deprecated
func (*GoModule) GetAliases ¶
func (*GoModule) GetCreatedAt ¶
func (x *GoModule) GetCreatedAt() *timestamppb.Timestamp
func (*GoModule) GetModStorageKey ¶
func (*GoModule) GetPackageName ¶
func (*GoModule) GetVersion ¶
func (*GoModule) GetZipStorageKey ¶
func (*GoModule) ProtoMessage ¶
func (*GoModule) ProtoMessage()
func (*GoModule) ProtoReflect ¶
func (x *GoModule) ProtoReflect() protoreflect.Message
type J5Package ¶
type J5Package 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"` Version string `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"` StorageKey string `protobuf:"bytes,4,opt,name=storage_key,json=storageKey,proto3" json:"storage_key,omitempty"` Aliases []string `protobuf:"bytes,5,rep,name=aliases,proto3" json:"aliases,omitempty"` // contains filtered or unexported fields }
func (*J5Package) Descriptor
deprecated
func (*J5Package) GetAliases ¶
func (*J5Package) GetStorageKey ¶
func (*J5Package) GetVersion ¶
func (*J5Package) ProtoMessage ¶
func (*J5Package) ProtoMessage()
func (*J5Package) ProtoReflect ¶
func (x *J5Package) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.