Documentation
¶
Index ¶
- Variables
- type Metadata
- func (*Metadata) Descriptor() ([]byte, []int)deprecated
- func (x *Metadata) GetDescription() string
- func (x *Metadata) GetDirector() string
- func (x *Metadata) GetId() uint64
- func (x *Metadata) GetTitle() string
- func (*Metadata) ProtoMessage()
- func (x *Metadata) ProtoReflect() protoreflect.Message
- func (x *Metadata) Reset()
- func (x *Metadata) String() string
- type MetadataRepo
- type MetadataUsecase
Constants ¶
This section is empty.
Variables ¶
View Source
var File_internal_biz_do_proto protoreflect.FileDescriptor
View Source
var ProviderSet = wire.NewSet(NewMetadataUsecase)
ProviderSet is biz providers.
Functions ¶
This section is empty.
Types ¶
type Metadata ¶
type Metadata struct { Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"` Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` Director string `protobuf:"bytes,4,opt,name=director,proto3" json:"director,omitempty"` // contains filtered or unexported fields }
func (*Metadata) Descriptor
deprecated
func (*Metadata) GetDescription ¶
func (*Metadata) GetDirector ¶
func (*Metadata) ProtoMessage ¶
func (*Metadata) ProtoMessage()
func (*Metadata) ProtoReflect ¶
func (x *Metadata) ProtoReflect() protoreflect.Message
type MetadataRepo ¶
type MetadataUsecase ¶
type MetadataUsecase struct {
// contains filtered or unexported fields
}
func NewMetadataUsecase ¶
func NewMetadataUsecase(repo MetadataRepo, logger log.Logger) *MetadataUsecase
func (*MetadataUsecase) GetMetadata ¶
Click to show internal directories.
Click to hide internal directories.