pb

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Feb 10, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

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 (*DepartmentAssignEmployeeCommand) Reset

func (*DepartmentAssignEmployeeCommand) 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 (*DepartmentUnassignEmployeeCommand) Reset

func (*DepartmentUnassignEmployeeCommand) 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 (*ProjectAssignEmployeeCommand) Reset

func (x *ProjectAssignEmployeeCommand) Reset()

func (*ProjectAssignEmployeeCommand) 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 (*ProjectUnassignEmployeeCommand) Reset

func (x *ProjectUnassignEmployeeCommand) Reset()

func (*ProjectUnassignEmployeeCommand) String

Jump to

Keyboard shortcuts

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