grpc

package
v0.0.0-...-c955e10 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 28, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

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

func MapSubTaskToSubTask(x domain.SubTask) SubTask

MapSubTaskToSubTask maps SubTask to SubTask. This function is generated by mapc. DO NOT EDIT this function.

func (*SubTask) Descriptor deprecated

func (*SubTask) Descriptor() ([]byte, []int)

Deprecated: Use SubTask.ProtoReflect.Descriptor instead.

func (*SubTask) GetDescription

func (x *SubTask) GetDescription() string

func (*SubTask) GetId

func (x *SubTask) GetId() string

func (*SubTask) GetRegisteredAt

func (x *SubTask) GetRegisteredAt() string

func (*SubTask) GetTitle

func (x *SubTask) GetTitle() string

func (*SubTask) GetUser

func (x *SubTask) GetUser() *User

func (*SubTask) ProtoMessage

func (*SubTask) ProtoMessage()

func (*SubTask) ProtoReflect

func (x *SubTask) ProtoReflect() protoreflect.Message

func (*SubTask) Reset

func (x *SubTask) Reset()

func (*SubTask) String

func (x *SubTask) String() string

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

func MapTaskToTask(x domain.Task) Task

MapTaskToTask maps Task to Task. This function is generated by mapc. DO NOT EDIT this function.

func (*Task) Descriptor deprecated

func (*Task) Descriptor() ([]byte, []int)

Deprecated: Use Task.ProtoReflect.Descriptor instead.

func (*Task) GetDescription

func (x *Task) GetDescription() string

func (*Task) GetId

func (x *Task) GetId() string

func (*Task) GetRegisteredAt

func (x *Task) GetRegisteredAt() string

func (*Task) GetStoryPoint

func (x *Task) GetStoryPoint() int32

func (*Task) GetSubtasks

func (x *Task) GetSubtasks() []*SubTask

func (*Task) GetTitle

func (x *Task) GetTitle() string

func (*Task) GetUser

func (x *Task) GetUser() *User

func (*Task) ProtoMessage

func (*Task) ProtoMessage()

func (*Task) ProtoReflect

func (x *Task) ProtoReflect() protoreflect.Message

func (*Task) Reset

func (x *Task) Reset()

func (*Task) String

func (x *Task) String() string

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

func MapUserToUser(x domain.User) User

MapUserToUser maps User to User. This function is generated by mapc. DO NOT EDIT this function.

func (*User) Descriptor deprecated

func (*User) Descriptor() ([]byte, []int)

Deprecated: Use User.ProtoReflect.Descriptor instead.

func (*User) GetId

func (x *User) GetId() string

func (*User) GetName

func (x *User) GetName() string

func (*User) ProtoMessage

func (*User) ProtoMessage()

func (*User) ProtoReflect

func (x *User) ProtoReflect() protoreflect.Message

func (*User) Reset

func (x *User) Reset()

func (*User) String

func (x *User) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL