Documentation ¶
Index ¶
- Variables
- type ListSuppliersRequest
- type ListSuppliersResponse
- func (*ListSuppliersResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListSuppliersResponse) GetSupplier() *Supplier
- func (*ListSuppliersResponse) ProtoMessage()
- func (x *ListSuppliersResponse) ProtoReflect() protoreflect.Message
- func (x *ListSuppliersResponse) Reset()
- func (x *ListSuppliersResponse) String() string
- type Supplier
Constants ¶
This section is empty.
Variables ¶
View Source
var File_stargate_supplier_v1beta1_supplier_service_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ListSuppliersRequest ¶
type ListSuppliersRequest struct {
// contains filtered or unexported fields
}
func (*ListSuppliersRequest) Descriptor
deprecated
func (*ListSuppliersRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListSuppliersRequest.ProtoReflect.Descriptor instead.
func (*ListSuppliersRequest) ProtoMessage ¶
func (*ListSuppliersRequest) ProtoMessage()
func (*ListSuppliersRequest) ProtoReflect ¶
func (x *ListSuppliersRequest) ProtoReflect() protoreflect.Message
func (*ListSuppliersRequest) Reset ¶
func (x *ListSuppliersRequest) Reset()
func (*ListSuppliersRequest) String ¶
func (x *ListSuppliersRequest) String() string
type ListSuppliersResponse ¶
type ListSuppliersResponse struct { Supplier *Supplier `protobuf:"bytes,1,opt,name=supplier,proto3" json:"supplier,omitempty"` // contains filtered or unexported fields }
func (*ListSuppliersResponse) Descriptor
deprecated
func (*ListSuppliersResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListSuppliersResponse.ProtoReflect.Descriptor instead.
func (*ListSuppliersResponse) GetSupplier ¶
func (x *ListSuppliersResponse) GetSupplier() *Supplier
func (*ListSuppliersResponse) ProtoMessage ¶
func (*ListSuppliersResponse) ProtoMessage()
func (*ListSuppliersResponse) ProtoReflect ¶
func (x *ListSuppliersResponse) ProtoReflect() protoreflect.Message
func (*ListSuppliersResponse) Reset ¶
func (x *ListSuppliersResponse) Reset()
func (*ListSuppliersResponse) String ¶
func (x *ListSuppliersResponse) String() string
type Supplier ¶
type Supplier struct { // Unique identifier of the supplier. Uuid *v1.UUID `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` // Name of the supplier. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*Supplier) ProtoReflect ¶
func (x *Supplier) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.