Documentation ¶
Index ¶
- Variables
- type DepartmentAssignEmployeeCommand
- func (*DepartmentAssignEmployeeCommand) Descriptor() ([]byte, []int)deprecated
- func (x *DepartmentAssignEmployeeCommand) GetDepartmentId() string
- func (x *DepartmentAssignEmployeeCommand) GetEmployeeId() string
- func (*DepartmentAssignEmployeeCommand) ProtoMessage()
- func (x *DepartmentAssignEmployeeCommand) ProtoReflect() protoreflect.Message
- func (x *DepartmentAssignEmployeeCommand) Reset()
- func (x *DepartmentAssignEmployeeCommand) String() string
- type DepartmentCreateCommand
- func (*DepartmentCreateCommand) Descriptor() ([]byte, []int)deprecated
- func (x *DepartmentCreateCommand) GetDepartmentId() string
- func (x *DepartmentCreateCommand) GetName() string
- func (*DepartmentCreateCommand) ProtoMessage()
- func (x *DepartmentCreateCommand) ProtoReflect() protoreflect.Message
- func (x *DepartmentCreateCommand) Reset()
- func (x *DepartmentCreateCommand) String() string
- type DepartmentUnassignEmployeeCommand
- func (*DepartmentUnassignEmployeeCommand) Descriptor() ([]byte, []int)deprecated
- func (x *DepartmentUnassignEmployeeCommand) GetDepartmentId() string
- func (x *DepartmentUnassignEmployeeCommand) GetEmployeeId() string
- func (*DepartmentUnassignEmployeeCommand) ProtoMessage()
- func (x *DepartmentUnassignEmployeeCommand) ProtoReflect() protoreflect.Message
- func (x *DepartmentUnassignEmployeeCommand) Reset()
- func (x *DepartmentUnassignEmployeeCommand) String() string
- type ProjectAssignEmployeeCommand
- func (*ProjectAssignEmployeeCommand) Descriptor() ([]byte, []int)deprecated
- func (x *ProjectAssignEmployeeCommand) GetEmployeeId() string
- func (x *ProjectAssignEmployeeCommand) GetProjectId() string
- func (*ProjectAssignEmployeeCommand) ProtoMessage()
- func (x *ProjectAssignEmployeeCommand) ProtoReflect() protoreflect.Message
- func (x *ProjectAssignEmployeeCommand) Reset()
- func (x *ProjectAssignEmployeeCommand) String() string
- type ProjectCreateCommand
- func (*ProjectCreateCommand) Descriptor() ([]byte, []int)deprecated
- func (x *ProjectCreateCommand) GetName() string
- func (*ProjectCreateCommand) ProtoMessage()
- func (x *ProjectCreateCommand) ProtoReflect() protoreflect.Message
- func (x *ProjectCreateCommand) Reset()
- func (x *ProjectCreateCommand) String() string
- type ProjectUnassignEmployeeCommand
- func (*ProjectUnassignEmployeeCommand) Descriptor() ([]byte, []int)deprecated
- func (x *ProjectUnassignEmployeeCommand) GetEmployeeId() string
- func (x *ProjectUnassignEmployeeCommand) GetProjectId() string
- func (*ProjectUnassignEmployeeCommand) ProtoMessage()
- func (x *ProjectUnassignEmployeeCommand) ProtoReflect() protoreflect.Message
- func (x *ProjectUnassignEmployeeCommand) Reset()
- func (x *ProjectUnassignEmployeeCommand) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_department_department_proto protoreflect.FileDescriptor
View Source
var File_proto_project_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type DepartmentAssignEmployeeCommand ¶
type DepartmentAssignEmployeeCommand struct { DepartmentId string `protobuf:"bytes,1,opt,name=departmentId,proto3" json:"departmentId,omitempty"` EmployeeId string `protobuf:"bytes,2,opt,name=employeeId,proto3" json:"employeeId,omitempty"` // contains filtered or unexported fields }
func (*DepartmentAssignEmployeeCommand) Descriptor
deprecated
func (*DepartmentAssignEmployeeCommand) Descriptor() ([]byte, []int)
Deprecated: Use DepartmentAssignEmployeeCommand.ProtoReflect.Descriptor instead.
func (*DepartmentAssignEmployeeCommand) GetDepartmentId ¶
func (x *DepartmentAssignEmployeeCommand) GetDepartmentId() string
func (*DepartmentAssignEmployeeCommand) GetEmployeeId ¶
func (x *DepartmentAssignEmployeeCommand) GetEmployeeId() string
func (*DepartmentAssignEmployeeCommand) ProtoMessage ¶
func (*DepartmentAssignEmployeeCommand) ProtoMessage()
func (*DepartmentAssignEmployeeCommand) ProtoReflect ¶
func (x *DepartmentAssignEmployeeCommand) ProtoReflect() protoreflect.Message
func (*DepartmentAssignEmployeeCommand) Reset ¶
func (x *DepartmentAssignEmployeeCommand) Reset()
func (*DepartmentAssignEmployeeCommand) String ¶
func (x *DepartmentAssignEmployeeCommand) String() string
type DepartmentCreateCommand ¶
type DepartmentCreateCommand struct { DepartmentId string `protobuf:"bytes,1,opt,name=departmentId,proto3" json:"departmentId,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*DepartmentCreateCommand) Descriptor
deprecated
func (*DepartmentCreateCommand) Descriptor() ([]byte, []int)
Deprecated: Use DepartmentCreateCommand.ProtoReflect.Descriptor instead.
func (*DepartmentCreateCommand) GetDepartmentId ¶
func (x *DepartmentCreateCommand) GetDepartmentId() string
func (*DepartmentCreateCommand) GetName ¶
func (x *DepartmentCreateCommand) GetName() string
func (*DepartmentCreateCommand) ProtoMessage ¶
func (*DepartmentCreateCommand) ProtoMessage()
func (*DepartmentCreateCommand) ProtoReflect ¶
func (x *DepartmentCreateCommand) ProtoReflect() protoreflect.Message
func (*DepartmentCreateCommand) Reset ¶
func (x *DepartmentCreateCommand) Reset()
func (*DepartmentCreateCommand) String ¶
func (x *DepartmentCreateCommand) String() string
type DepartmentUnassignEmployeeCommand ¶
type DepartmentUnassignEmployeeCommand struct { DepartmentId string `protobuf:"bytes,1,opt,name=departmentId,proto3" json:"departmentId,omitempty"` EmployeeId string `protobuf:"bytes,2,opt,name=employeeId,proto3" json:"employeeId,omitempty"` // contains filtered or unexported fields }
func (*DepartmentUnassignEmployeeCommand) Descriptor
deprecated
func (*DepartmentUnassignEmployeeCommand) Descriptor() ([]byte, []int)
Deprecated: Use DepartmentUnassignEmployeeCommand.ProtoReflect.Descriptor instead.
func (*DepartmentUnassignEmployeeCommand) GetDepartmentId ¶
func (x *DepartmentUnassignEmployeeCommand) GetDepartmentId() string
func (*DepartmentUnassignEmployeeCommand) GetEmployeeId ¶
func (x *DepartmentUnassignEmployeeCommand) GetEmployeeId() string
func (*DepartmentUnassignEmployeeCommand) ProtoMessage ¶
func (*DepartmentUnassignEmployeeCommand) ProtoMessage()
func (*DepartmentUnassignEmployeeCommand) ProtoReflect ¶
func (x *DepartmentUnassignEmployeeCommand) ProtoReflect() protoreflect.Message
func (*DepartmentUnassignEmployeeCommand) Reset ¶
func (x *DepartmentUnassignEmployeeCommand) Reset()
func (*DepartmentUnassignEmployeeCommand) String ¶
func (x *DepartmentUnassignEmployeeCommand) String() string
type ProjectAssignEmployeeCommand ¶
type ProjectAssignEmployeeCommand struct { ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` EmployeeId string `protobuf:"bytes,2,opt,name=employee_id,json=employeeId,proto3" json:"employee_id,omitempty"` // contains filtered or unexported fields }
func (*ProjectAssignEmployeeCommand) Descriptor
deprecated
func (*ProjectAssignEmployeeCommand) Descriptor() ([]byte, []int)
Deprecated: Use ProjectAssignEmployeeCommand.ProtoReflect.Descriptor instead.
func (*ProjectAssignEmployeeCommand) GetEmployeeId ¶
func (x *ProjectAssignEmployeeCommand) GetEmployeeId() string
func (*ProjectAssignEmployeeCommand) GetProjectId ¶
func (x *ProjectAssignEmployeeCommand) GetProjectId() string
func (*ProjectAssignEmployeeCommand) ProtoMessage ¶
func (*ProjectAssignEmployeeCommand) ProtoMessage()
func (*ProjectAssignEmployeeCommand) ProtoReflect ¶
func (x *ProjectAssignEmployeeCommand) ProtoReflect() protoreflect.Message
func (*ProjectAssignEmployeeCommand) Reset ¶
func (x *ProjectAssignEmployeeCommand) Reset()
func (*ProjectAssignEmployeeCommand) String ¶
func (x *ProjectAssignEmployeeCommand) String() string
type ProjectCreateCommand ¶
type ProjectCreateCommand struct { Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*ProjectCreateCommand) Descriptor
deprecated
func (*ProjectCreateCommand) Descriptor() ([]byte, []int)
Deprecated: Use ProjectCreateCommand.ProtoReflect.Descriptor instead.
func (*ProjectCreateCommand) GetName ¶
func (x *ProjectCreateCommand) GetName() string
func (*ProjectCreateCommand) ProtoMessage ¶
func (*ProjectCreateCommand) ProtoMessage()
func (*ProjectCreateCommand) ProtoReflect ¶
func (x *ProjectCreateCommand) ProtoReflect() protoreflect.Message
func (*ProjectCreateCommand) Reset ¶
func (x *ProjectCreateCommand) Reset()
func (*ProjectCreateCommand) String ¶
func (x *ProjectCreateCommand) String() string
type ProjectUnassignEmployeeCommand ¶
type ProjectUnassignEmployeeCommand struct { ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` EmployeeId string `protobuf:"bytes,2,opt,name=employee_id,json=employeeId,proto3" json:"employee_id,omitempty"` // contains filtered or unexported fields }
func (*ProjectUnassignEmployeeCommand) Descriptor
deprecated
func (*ProjectUnassignEmployeeCommand) Descriptor() ([]byte, []int)
Deprecated: Use ProjectUnassignEmployeeCommand.ProtoReflect.Descriptor instead.
func (*ProjectUnassignEmployeeCommand) GetEmployeeId ¶
func (x *ProjectUnassignEmployeeCommand) GetEmployeeId() string
func (*ProjectUnassignEmployeeCommand) GetProjectId ¶
func (x *ProjectUnassignEmployeeCommand) GetProjectId() string
func (*ProjectUnassignEmployeeCommand) ProtoMessage ¶
func (*ProjectUnassignEmployeeCommand) ProtoMessage()
func (*ProjectUnassignEmployeeCommand) ProtoReflect ¶
func (x *ProjectUnassignEmployeeCommand) ProtoReflect() protoreflect.Message
func (*ProjectUnassignEmployeeCommand) Reset ¶
func (x *ProjectUnassignEmployeeCommand) Reset()
func (*ProjectUnassignEmployeeCommand) String ¶
func (x *ProjectUnassignEmployeeCommand) String() string
Click to show internal directories.
Click to hide internal directories.