Documentation ¶
Index ¶
- Variables
- type SubTask
- func (*SubTask) Descriptor() ([]byte, []int)deprecated
- func (x *SubTask) GetDescription() string
- func (x *SubTask) GetId() string
- func (x *SubTask) GetRegisteredAt() string
- func (x *SubTask) GetTitle() string
- func (x *SubTask) GetUser() *User
- func (*SubTask) ProtoMessage()
- func (x *SubTask) ProtoReflect() protoreflect.Message
- func (x *SubTask) Reset()
- func (x *SubTask) String() string
- type Task
- func (*Task) Descriptor() ([]byte, []int)deprecated
- func (x *Task) GetDescription() string
- func (x *Task) GetId() string
- func (x *Task) GetRegisteredAt() string
- func (x *Task) GetStoryPoint() int32
- func (x *Task) GetSubtasks() []*SubTask
- func (x *Task) GetTitle() string
- func (x *Task) GetUser() *User
- func (*Task) ProtoMessage()
- func (x *Task) ProtoReflect() protoreflect.Message
- func (x *Task) Reset()
- func (x *Task) String() string
- type User
Constants ¶
This section is empty.
Variables ¶
View Source
var File_grpc_model_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type SubTask ¶
type SubTask 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"` RegisteredAt string `protobuf:"bytes,4,opt,name=registered_at,json=registeredAt,proto3" json:"registered_at,omitempty"` User *User `protobuf:"bytes,5,opt,name=user,proto3" json:"user,omitempty"` // contains filtered or unexported fields }
func MapSubTaskToSubTask ¶
MapSubTaskToSubTask maps SubTask to SubTask. This function is generated by mapc. DO NOT EDIT this function.
func (*SubTask) Descriptor
deprecated
func (*SubTask) GetDescription ¶
func (*SubTask) GetRegisteredAt ¶
func (*SubTask) ProtoMessage ¶
func (*SubTask) ProtoMessage()
func (*SubTask) ProtoReflect ¶
func (x *SubTask) ProtoReflect() protoreflect.Message
type Task ¶
type Task 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"` StoryPoint int32 `protobuf:"varint,4,opt,name=story_point,json=storyPoint,proto3" json:"story_point,omitempty"` RegisteredAt string `protobuf:"bytes,5,opt,name=registered_at,json=registeredAt,proto3" json:"registered_at,omitempty"` User *User `protobuf:"bytes,6,opt,name=user,proto3" json:"user,omitempty"` Subtasks []*SubTask `protobuf:"bytes,7,rep,name=subtasks,proto3" json:"subtasks,omitempty"` // contains filtered or unexported fields }
func MapTaskToTask ¶
MapTaskToTask maps Task to Task. This function is generated by mapc. DO NOT EDIT this function.
func (*Task) Descriptor
deprecated
func (*Task) GetDescription ¶
func (*Task) GetRegisteredAt ¶
func (*Task) GetStoryPoint ¶
func (*Task) GetSubtasks ¶
func (*Task) ProtoMessage ¶
func (*Task) ProtoMessage()
func (*Task) ProtoReflect ¶
func (x *Task) ProtoReflect() protoreflect.Message
type User ¶
type User struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func MapUserToUser ¶
MapUserToUser maps User to User. This function is generated by mapc. DO NOT EDIT this function.
func (*User) Descriptor
deprecated
func (*User) ProtoMessage ¶
func (*User) ProtoMessage()
func (*User) ProtoReflect ¶
func (x *User) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.