Documentation
¶
Index ¶
- Variables
- type ListSuppliersRequest
- type ListSuppliersRequest_builder
- type ListSuppliersResponse
- func (x *ListSuppliersResponse) ClearSupplier()
- func (x *ListSuppliersResponse) GetSupplier() *Supplier
- func (x *ListSuppliersResponse) HasSupplier() bool
- func (*ListSuppliersResponse) ProtoMessage()
- func (x *ListSuppliersResponse) ProtoReflect() protoreflect.Message
- func (x *ListSuppliersResponse) Reset()
- func (x *ListSuppliersResponse) SetSupplier(v *Supplier)
- func (x *ListSuppliersResponse) String() string
- type ListSuppliersResponse_builder
- type Supplier
- func (x *Supplier) ClearUuid()
- func (x *Supplier) GetName() string
- func (x *Supplier) GetUuid() *v1.UUID
- func (x *Supplier) HasUuid() bool
- func (*Supplier) ProtoMessage()
- func (x *Supplier) ProtoReflect() protoreflect.Message
- func (x *Supplier) Reset()
- func (x *Supplier) SetName(v string)
- func (x *Supplier) SetUuid(v *v1.UUID)
- func (x *Supplier) String() string
- type Supplier_builder
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) 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 ListSuppliersRequest_builder ¶
type ListSuppliersRequest_builder struct {
// contains filtered or unexported fields
}
func (ListSuppliersRequest_builder) Build ¶
func (b0 ListSuppliersRequest_builder) Build() *ListSuppliersRequest
type ListSuppliersResponse ¶
type ListSuppliersResponse struct {
Supplier *Supplier `protobuf:"bytes,1,opt,name=supplier,proto3" json:"supplier,omitempty"`
// contains filtered or unexported fields
}
func (*ListSuppliersResponse) ClearSupplier ¶
func (x *ListSuppliersResponse) ClearSupplier()
func (*ListSuppliersResponse) GetSupplier ¶
func (x *ListSuppliersResponse) GetSupplier() *Supplier
func (*ListSuppliersResponse) HasSupplier ¶
func (x *ListSuppliersResponse) HasSupplier() bool
func (*ListSuppliersResponse) ProtoMessage ¶
func (*ListSuppliersResponse) ProtoMessage()
func (*ListSuppliersResponse) ProtoReflect ¶
func (x *ListSuppliersResponse) ProtoReflect() protoreflect.Message
func (*ListSuppliersResponse) Reset ¶
func (x *ListSuppliersResponse) Reset()
func (*ListSuppliersResponse) SetSupplier ¶
func (x *ListSuppliersResponse) SetSupplier(v *Supplier)
func (*ListSuppliersResponse) String ¶
func (x *ListSuppliersResponse) String() string
type ListSuppliersResponse_builder ¶
type ListSuppliersResponse_builder struct {
Supplier *Supplier
// contains filtered or unexported fields
}
func (ListSuppliersResponse_builder) Build ¶
func (b0 ListSuppliersResponse_builder) Build() *ListSuppliersResponse
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
Source Files
¶
- supplier_service.pb.go
Click to show internal directories.
Click to hide internal directories.