Documentation
¶
Index ¶
- Variables
- type Todo
- func (*Todo) Descriptor() ([]byte, []int)deprecated
- func (x *Todo) GetComplete() bool
- func (x *Todo) GetCreatedAt() string
- func (x *Todo) GetDescription() string
- func (x *Todo) GetId() string
- func (x *Todo) GetTitle() string
- func (x *Todo) GetUpdatedAt() string
- func (*Todo) ProtoMessage()
- func (x *Todo) ProtoReflect() protoreflect.Message
- func (x *Todo) Reset()
- func (x *Todo) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_pb_todo_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Todo ¶
type Todo struct { Id string `protobuf:"bytes,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"` Complete bool `protobuf:"varint,4,opt,name=complete,proto3" json:"complete,omitempty"` CreatedAt string `protobuf:"bytes,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt string `protobuf:"bytes,6,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` // contains filtered or unexported fields }
func (*Todo) Descriptor
deprecated
func (*Todo) GetComplete ¶
func (*Todo) GetCreatedAt ¶
func (*Todo) GetDescription ¶
func (*Todo) GetUpdatedAt ¶
func (*Todo) ProtoMessage ¶
func (*Todo) ProtoMessage()
func (*Todo) ProtoReflect ¶
func (x *Todo) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.