jobs

package
v0.8.20 Latest Latest
Warning

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

Go to latest
Published: Feb 28, 2024 License: Apache-2.0 Imports: 51 Imported by: 0

Documentation

Index

Constants

View Source
const (
	JobsConductService_ListConductEntries_FullMethodName = "/services.jobs.JobsConductService/ListConductEntries"
	JobsConductService_CreateConductEntry_FullMethodName = "/services.jobs.JobsConductService/CreateConductEntry"
	JobsConductService_UpdateConductEntry_FullMethodName = "/services.jobs.JobsConductService/UpdateConductEntry"
	JobsConductService_DeleteConductEntry_FullMethodName = "/services.jobs.JobsConductService/DeleteConductEntry"
)
View Source
const (
	JobsService_ListColleagues_FullMethodName        = "/services.jobs.JobsService/ListColleagues"
	JobsService_GetSelf_FullMethodName               = "/services.jobs.JobsService/GetSelf"
	JobsService_GetColleague_FullMethodName          = "/services.jobs.JobsService/GetColleague"
	JobsService_ListColleagueActivity_FullMethodName = "/services.jobs.JobsService/ListColleagueActivity"
	JobsService_SetJobsUserProps_FullMethodName      = "/services.jobs.JobsService/SetJobsUserProps"
	JobsService_GetMOTD_FullMethodName               = "/services.jobs.JobsService/GetMOTD"
	JobsService_SetMOTD_FullMethodName               = "/services.jobs.JobsService/SetMOTD"
)
View Source
const (
	JobsRequestsService_ListRequests_FullMethodName              = "/services.jobs.JobsRequestsService/ListRequests"
	JobsRequestsService_CreateRequest_FullMethodName             = "/services.jobs.JobsRequestsService/CreateRequest"
	JobsRequestsService_UpdateRequest_FullMethodName             = "/services.jobs.JobsRequestsService/UpdateRequest"
	JobsRequestsService_DeleteRequest_FullMethodName             = "/services.jobs.JobsRequestsService/DeleteRequest"
	JobsRequestsService_ListRequestTypes_FullMethodName          = "/services.jobs.JobsRequestsService/ListRequestTypes"
	JobsRequestsService_CreateOrUpdateRequestType_FullMethodName = "/services.jobs.JobsRequestsService/CreateOrUpdateRequestType"
	JobsRequestsService_DeleteRequestType_FullMethodName         = "/services.jobs.JobsRequestsService/DeleteRequestType"
	JobsRequestsService_ListRequestComments_FullMethodName       = "/services.jobs.JobsRequestsService/ListRequestComments"
	JobsRequestsService_PostRequestComment_FullMethodName        = "/services.jobs.JobsRequestsService/PostRequestComment"
	JobsRequestsService_DeleteRequestComment_FullMethodName      = "/services.jobs.JobsRequestsService/DeleteRequestComment"
)
View Source
const (
	JobsTimeclockService_ListTimeclock_FullMethodName     = "/services.jobs.JobsTimeclockService/ListTimeclock"
	JobsTimeclockService_GetTimeclockStats_FullMethodName = "/services.jobs.JobsTimeclockService/GetTimeclockStats"
)
View Source
const TimeclockStatsSpan = 7 * 24 * time.Hour

Variables

View Source
var File_services_jobs_conduct_proto protoreflect.FileDescriptor
View Source
var File_services_jobs_jobs_proto protoreflect.FileDescriptor
View Source
var File_services_jobs_qualifications_proto protoreflect.FileDescriptor
View Source
var File_services_jobs_requests_proto protoreflect.FileDescriptor
View Source
var File_services_jobs_timeclock_proto protoreflect.FileDescriptor
View Source
var JobsConductService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "services.jobs.JobsConductService",
	HandlerType: (*JobsConductServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "ListConductEntries",
			Handler:    _JobsConductService_ListConductEntries_Handler,
		},
		{
			MethodName: "CreateConductEntry",
			Handler:    _JobsConductService_CreateConductEntry_Handler,
		},
		{
			MethodName: "UpdateConductEntry",
			Handler:    _JobsConductService_UpdateConductEntry_Handler,
		},
		{
			MethodName: "DeleteConductEntry",
			Handler:    _JobsConductService_DeleteConductEntry_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "services/jobs/conduct.proto",
}

JobsConductService_ServiceDesc is the grpc.ServiceDesc for JobsConductService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var JobsQualificationsService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "services.jobs.JobsQualificationsService",
	HandlerType: (*JobsQualificationsServiceServer)(nil),
	Methods:     []grpc.MethodDesc{},
	Streams:     []grpc.StreamDesc{},
	Metadata:    "services/jobs/qualifications.proto",
}

JobsQualificationsService_ServiceDesc is the grpc.ServiceDesc for JobsQualificationsService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var JobsRequestsService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "services.jobs.JobsRequestsService",
	HandlerType: (*JobsRequestsServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "ListRequests",
			Handler:    _JobsRequestsService_ListRequests_Handler,
		},
		{
			MethodName: "CreateRequest",
			Handler:    _JobsRequestsService_CreateRequest_Handler,
		},
		{
			MethodName: "UpdateRequest",
			Handler:    _JobsRequestsService_UpdateRequest_Handler,
		},
		{
			MethodName: "DeleteRequest",
			Handler:    _JobsRequestsService_DeleteRequest_Handler,
		},
		{
			MethodName: "ListRequestTypes",
			Handler:    _JobsRequestsService_ListRequestTypes_Handler,
		},
		{
			MethodName: "CreateOrUpdateRequestType",
			Handler:    _JobsRequestsService_CreateOrUpdateRequestType_Handler,
		},
		{
			MethodName: "DeleteRequestType",
			Handler:    _JobsRequestsService_DeleteRequestType_Handler,
		},
		{
			MethodName: "ListRequestComments",
			Handler:    _JobsRequestsService_ListRequestComments_Handler,
		},
		{
			MethodName: "PostRequestComment",
			Handler:    _JobsRequestsService_PostRequestComment_Handler,
		},
		{
			MethodName: "DeleteRequestComment",
			Handler:    _JobsRequestsService_DeleteRequestComment_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "services/jobs/requests.proto",
}

JobsRequestsService_ServiceDesc is the grpc.ServiceDesc for JobsRequestsService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var JobsService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "services.jobs.JobsService",
	HandlerType: (*JobsServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "ListColleagues",
			Handler:    _JobsService_ListColleagues_Handler,
		},
		{
			MethodName: "GetSelf",
			Handler:    _JobsService_GetSelf_Handler,
		},
		{
			MethodName: "GetColleague",
			Handler:    _JobsService_GetColleague_Handler,
		},
		{
			MethodName: "ListColleagueActivity",
			Handler:    _JobsService_ListColleagueActivity_Handler,
		},
		{
			MethodName: "SetJobsUserProps",
			Handler:    _JobsService_SetJobsUserProps_Handler,
		},
		{
			MethodName: "GetMOTD",
			Handler:    _JobsService_GetMOTD_Handler,
		},
		{
			MethodName: "SetMOTD",
			Handler:    _JobsService_SetMOTD_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "services/jobs/jobs.proto",
}

JobsService_ServiceDesc is the grpc.ServiceDesc for JobsService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var JobsTimeclockService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "services.jobs.JobsTimeclockService",
	HandlerType: (*JobsTimeclockServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "ListTimeclock",
			Handler:    _JobsTimeclockService_ListTimeclock_Handler,
		},
		{
			MethodName: "GetTimeclockStats",
			Handler:    _JobsTimeclockService_GetTimeclockStats_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "services/jobs/timeclock.proto",
}

JobsTimeclockService_ServiceDesc is the grpc.ServiceDesc for JobsTimeclockService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var PermsRemap = map[string]string{

	"JobsRequestsService/ListRequestComments": "JobsRequestsService/ListRequests",
	"JobsRequestsService/ListRequestTypes":    "JobsRequestsService/ListRequests",
	"JobsRequestsService/PostRequestComment":  "JobsRequestsService/CreateRequest",

	"JobsService/GetMOTD":               "Any",
	"JobsService/GetSelf":               "JobsService/ListColleagues",
	"JobsService/ListColleagueActivity": "JobsService/GetColleague",

	"JobsTimeclockService/GetTimeclockStats": "JobsTimeclockService/ListTimeclock",
}

Functions

func RegisterJobsConductServiceServer added in v0.8.19

func RegisterJobsConductServiceServer(s grpc.ServiceRegistrar, srv JobsConductServiceServer)

func RegisterJobsQualificationsServiceServer added in v0.8.19

func RegisterJobsQualificationsServiceServer(s grpc.ServiceRegistrar, srv JobsQualificationsServiceServer)

func RegisterJobsRequestsServiceServer added in v0.8.19

func RegisterJobsRequestsServiceServer(s grpc.ServiceRegistrar, srv JobsRequestsServiceServer)

func RegisterJobsServiceServer

func RegisterJobsServiceServer(s grpc.ServiceRegistrar, srv JobsServiceServer)

func RegisterJobsTimeclockServiceServer added in v0.8.19

func RegisterJobsTimeclockServiceServer(s grpc.ServiceRegistrar, srv JobsTimeclockServiceServer)

Types

type ApproveRequestRequest added in v0.8.19

type ApproveRequestRequest struct {
	Id      uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Approve bool   `protobuf:"varint,2,opt,name=approve,proto3" json:"approve,omitempty"`
	// contains filtered or unexported fields
}

func (*ApproveRequestRequest) Descriptor deprecated added in v0.8.19

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

Deprecated: Use ApproveRequestRequest.ProtoReflect.Descriptor instead.

func (*ApproveRequestRequest) GetApprove added in v0.8.19

func (x *ApproveRequestRequest) GetApprove() bool

func (*ApproveRequestRequest) GetId added in v0.8.19

func (x *ApproveRequestRequest) GetId() uint64

func (*ApproveRequestRequest) ProtoMessage added in v0.8.19

func (*ApproveRequestRequest) ProtoMessage()

func (*ApproveRequestRequest) ProtoReflect added in v0.8.19

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

func (*ApproveRequestRequest) Reset added in v0.8.19

func (x *ApproveRequestRequest) Reset()

func (*ApproveRequestRequest) String added in v0.8.19

func (x *ApproveRequestRequest) String() string

func (*ApproveRequestRequest) Validate added in v0.8.19

func (m *ApproveRequestRequest) Validate() error

Validate checks the field values on ApproveRequestRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ApproveRequestRequest) ValidateAll added in v0.8.19

func (m *ApproveRequestRequest) ValidateAll() error

ValidateAll checks the field values on ApproveRequestRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ApproveRequestRequestMultiError, or nil if none found.

type ApproveRequestRequestMultiError added in v0.8.19

type ApproveRequestRequestMultiError []error

ApproveRequestRequestMultiError is an error wrapping multiple validation errors returned by ApproveRequestRequest.ValidateAll() if the designated constraints aren't met.

func (ApproveRequestRequestMultiError) AllErrors added in v0.8.19

func (m ApproveRequestRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ApproveRequestRequestMultiError) Error added in v0.8.19

Error returns a concatenation of all the error messages it wraps.

type ApproveRequestRequestValidationError added in v0.8.19

type ApproveRequestRequestValidationError struct {
	// contains filtered or unexported fields
}

ApproveRequestRequestValidationError is the validation error returned by ApproveRequestRequest.Validate if the designated constraints aren't met.

func (ApproveRequestRequestValidationError) Cause added in v0.8.19

Cause function returns cause value.

func (ApproveRequestRequestValidationError) Error added in v0.8.19

Error satisfies the builtin error interface

func (ApproveRequestRequestValidationError) ErrorName added in v0.8.19

ErrorName returns error name.

func (ApproveRequestRequestValidationError) Field added in v0.8.19

Field function returns field value.

func (ApproveRequestRequestValidationError) Key added in v0.8.19

Key function returns key value.

func (ApproveRequestRequestValidationError) Reason added in v0.8.19

Reason function returns reason value.

type ApproveRequestResponse added in v0.8.19

type ApproveRequestResponse struct {
	// contains filtered or unexported fields
}

func (*ApproveRequestResponse) Descriptor deprecated added in v0.8.19

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

Deprecated: Use ApproveRequestResponse.ProtoReflect.Descriptor instead.

func (*ApproveRequestResponse) ProtoMessage added in v0.8.19

func (*ApproveRequestResponse) ProtoMessage()

func (*ApproveRequestResponse) ProtoReflect added in v0.8.19

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

func (*ApproveRequestResponse) Reset added in v0.8.19

func (x *ApproveRequestResponse) Reset()

func (*ApproveRequestResponse) String added in v0.8.19

func (x *ApproveRequestResponse) String() string

func (*ApproveRequestResponse) Validate added in v0.8.19

func (m *ApproveRequestResponse) Validate() error

Validate checks the field values on ApproveRequestResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ApproveRequestResponse) ValidateAll added in v0.8.19

func (m *ApproveRequestResponse) ValidateAll() error

ValidateAll checks the field values on ApproveRequestResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ApproveRequestResponseMultiError, or nil if none found.

type ApproveRequestResponseMultiError added in v0.8.19

type ApproveRequestResponseMultiError []error

ApproveRequestResponseMultiError is an error wrapping multiple validation errors returned by ApproveRequestResponse.ValidateAll() if the designated constraints aren't met.

func (ApproveRequestResponseMultiError) AllErrors added in v0.8.19

func (m ApproveRequestResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ApproveRequestResponseMultiError) Error added in v0.8.19

Error returns a concatenation of all the error messages it wraps.

type ApproveRequestResponseValidationError added in v0.8.19

type ApproveRequestResponseValidationError struct {
	// contains filtered or unexported fields
}

ApproveRequestResponseValidationError is the validation error returned by ApproveRequestResponse.Validate if the designated constraints aren't met.

func (ApproveRequestResponseValidationError) Cause added in v0.8.19

Cause function returns cause value.

func (ApproveRequestResponseValidationError) Error added in v0.8.19

Error satisfies the builtin error interface

func (ApproveRequestResponseValidationError) ErrorName added in v0.8.19

ErrorName returns error name.

func (ApproveRequestResponseValidationError) Field added in v0.8.19

Field function returns field value.

func (ApproveRequestResponseValidationError) Key added in v0.8.19

Key function returns key value.

func (ApproveRequestResponseValidationError) Reason added in v0.8.19

Reason function returns reason value.

type CreateConductEntryRequest added in v0.8.19

type CreateConductEntryRequest struct {
	Entry *jobs.ConductEntry `protobuf:"bytes,1,opt,name=entry,proto3" json:"entry,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateConductEntryRequest) Descriptor deprecated added in v0.8.19

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

Deprecated: Use CreateConductEntryRequest.ProtoReflect.Descriptor instead.

func (*CreateConductEntryRequest) GetEntry added in v0.8.19

func (*CreateConductEntryRequest) ProtoMessage added in v0.8.19

func (*CreateConductEntryRequest) ProtoMessage()

func (*CreateConductEntryRequest) ProtoReflect added in v0.8.19

func (*CreateConductEntryRequest) Reset added in v0.8.19

func (x *CreateConductEntryRequest) Reset()

func (*CreateConductEntryRequest) String added in v0.8.19

func (x *CreateConductEntryRequest) String() string

func (*CreateConductEntryRequest) Validate added in v0.8.19

func (m *CreateConductEntryRequest) Validate() error

Validate checks the field values on CreateConductEntryRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateConductEntryRequest) ValidateAll added in v0.8.19

func (m *CreateConductEntryRequest) ValidateAll() error

ValidateAll checks the field values on CreateConductEntryRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateConductEntryRequestMultiError, or nil if none found.

type CreateConductEntryRequestMultiError added in v0.8.19

type CreateConductEntryRequestMultiError []error

CreateConductEntryRequestMultiError is an error wrapping multiple validation errors returned by CreateConductEntryRequest.ValidateAll() if the designated constraints aren't met.

func (CreateConductEntryRequestMultiError) AllErrors added in v0.8.19

AllErrors returns a list of validation violation errors.

func (CreateConductEntryRequestMultiError) Error added in v0.8.19

Error returns a concatenation of all the error messages it wraps.

type CreateConductEntryRequestValidationError added in v0.8.19

type CreateConductEntryRequestValidationError struct {
	// contains filtered or unexported fields
}

CreateConductEntryRequestValidationError is the validation error returned by CreateConductEntryRequest.Validate if the designated constraints aren't met.

func (CreateConductEntryRequestValidationError) Cause added in v0.8.19

Cause function returns cause value.

func (CreateConductEntryRequestValidationError) Error added in v0.8.19

Error satisfies the builtin error interface

func (CreateConductEntryRequestValidationError) ErrorName added in v0.8.19

ErrorName returns error name.

func (CreateConductEntryRequestValidationError) Field added in v0.8.19

Field function returns field value.

func (CreateConductEntryRequestValidationError) Key added in v0.8.19

Key function returns key value.

func (CreateConductEntryRequestValidationError) Reason added in v0.8.19

Reason function returns reason value.

type CreateConductEntryResponse added in v0.8.19

type CreateConductEntryResponse struct {
	Entry *jobs.ConductEntry `protobuf:"bytes,1,opt,name=entry,proto3" json:"entry,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateConductEntryResponse) Descriptor deprecated added in v0.8.19

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

Deprecated: Use CreateConductEntryResponse.ProtoReflect.Descriptor instead.

func (*CreateConductEntryResponse) GetEntry added in v0.8.19

func (*CreateConductEntryResponse) ProtoMessage added in v0.8.19

func (*CreateConductEntryResponse) ProtoMessage()

func (*CreateConductEntryResponse) ProtoReflect added in v0.8.19

func (*CreateConductEntryResponse) Reset added in v0.8.19

func (x *CreateConductEntryResponse) Reset()

func (*CreateConductEntryResponse) String added in v0.8.19

func (x *CreateConductEntryResponse) String() string

func (*CreateConductEntryResponse) Validate added in v0.8.19

func (m *CreateConductEntryResponse) Validate() error

Validate checks the field values on CreateConductEntryResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateConductEntryResponse) ValidateAll added in v0.8.19

func (m *CreateConductEntryResponse) ValidateAll() error

ValidateAll checks the field values on CreateConductEntryResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateConductEntryResponseMultiError, or nil if none found.

type CreateConductEntryResponseMultiError added in v0.8.19

type CreateConductEntryResponseMultiError []error

CreateConductEntryResponseMultiError is an error wrapping multiple validation errors returned by CreateConductEntryResponse.ValidateAll() if the designated constraints aren't met.

func (CreateConductEntryResponseMultiError) AllErrors added in v0.8.19

AllErrors returns a list of validation violation errors.

func (CreateConductEntryResponseMultiError) Error added in v0.8.19

Error returns a concatenation of all the error messages it wraps.

type CreateConductEntryResponseValidationError added in v0.8.19

type CreateConductEntryResponseValidationError struct {
	// contains filtered or unexported fields
}

CreateConductEntryResponseValidationError is the validation error returned by CreateConductEntryResponse.Validate if the designated constraints aren't met.

func (CreateConductEntryResponseValidationError) Cause added in v0.8.19

Cause function returns cause value.

func (CreateConductEntryResponseValidationError) Error added in v0.8.19

Error satisfies the builtin error interface

func (CreateConductEntryResponseValidationError) ErrorName added in v0.8.19

ErrorName returns error name.

func (CreateConductEntryResponseValidationError) Field added in v0.8.19

Field function returns field value.

func (CreateConductEntryResponseValidationError) Key added in v0.8.19

Key function returns key value.

func (CreateConductEntryResponseValidationError) Reason added in v0.8.19

Reason function returns reason value.

type CreateOrUpdateRequestTypeRequest added in v0.8.19

type CreateOrUpdateRequestTypeRequest struct {
	RequestType *jobs.RequestType `protobuf:"bytes,1,opt,name=request_type,json=requestType,proto3" json:"request_type,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateOrUpdateRequestTypeRequest) Descriptor deprecated added in v0.8.19

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

Deprecated: Use CreateOrUpdateRequestTypeRequest.ProtoReflect.Descriptor instead.

func (*CreateOrUpdateRequestTypeRequest) GetRequestType added in v0.8.19

func (x *CreateOrUpdateRequestTypeRequest) GetRequestType() *jobs.RequestType

func (*CreateOrUpdateRequestTypeRequest) ProtoMessage added in v0.8.19

func (*CreateOrUpdateRequestTypeRequest) ProtoMessage()

func (*CreateOrUpdateRequestTypeRequest) ProtoReflect added in v0.8.19

func (*CreateOrUpdateRequestTypeRequest) Reset added in v0.8.19

func (*CreateOrUpdateRequestTypeRequest) String added in v0.8.19

func (*CreateOrUpdateRequestTypeRequest) Validate added in v0.8.19

Validate checks the field values on CreateOrUpdateRequestTypeRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateOrUpdateRequestTypeRequest) ValidateAll added in v0.8.19

func (m *CreateOrUpdateRequestTypeRequest) ValidateAll() error

ValidateAll checks the field values on CreateOrUpdateRequestTypeRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateOrUpdateRequestTypeRequestMultiError, or nil if none found.

type CreateOrUpdateRequestTypeRequestMultiError added in v0.8.19

type CreateOrUpdateRequestTypeRequestMultiError []error

CreateOrUpdateRequestTypeRequestMultiError is an error wrapping multiple validation errors returned by CreateOrUpdateRequestTypeRequest.ValidateAll() if the designated constraints aren't met.

func (CreateOrUpdateRequestTypeRequestMultiError) AllErrors added in v0.8.19

AllErrors returns a list of validation violation errors.

func (CreateOrUpdateRequestTypeRequestMultiError) Error added in v0.8.19

Error returns a concatenation of all the error messages it wraps.

type CreateOrUpdateRequestTypeRequestValidationError added in v0.8.19

type CreateOrUpdateRequestTypeRequestValidationError struct {
	// contains filtered or unexported fields
}

CreateOrUpdateRequestTypeRequestValidationError is the validation error returned by CreateOrUpdateRequestTypeRequest.Validate if the designated constraints aren't met.

func (CreateOrUpdateRequestTypeRequestValidationError) Cause added in v0.8.19

Cause function returns cause value.

func (CreateOrUpdateRequestTypeRequestValidationError) Error added in v0.8.19

Error satisfies the builtin error interface

func (CreateOrUpdateRequestTypeRequestValidationError) ErrorName added in v0.8.19

ErrorName returns error name.

func (CreateOrUpdateRequestTypeRequestValidationError) Field added in v0.8.19

Field function returns field value.

func (CreateOrUpdateRequestTypeRequestValidationError) Key added in v0.8.19

Key function returns key value.

func (CreateOrUpdateRequestTypeRequestValidationError) Reason added in v0.8.19

Reason function returns reason value.

type CreateOrUpdateRequestTypeResponse added in v0.8.19

type CreateOrUpdateRequestTypeResponse struct {
	RequestType *jobs.RequestType `protobuf:"bytes,1,opt,name=request_type,json=requestType,proto3" json:"request_type,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateOrUpdateRequestTypeResponse) Descriptor deprecated added in v0.8.19

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

Deprecated: Use CreateOrUpdateRequestTypeResponse.ProtoReflect.Descriptor instead.

func (*CreateOrUpdateRequestTypeResponse) GetRequestType added in v0.8.19

func (x *CreateOrUpdateRequestTypeResponse) GetRequestType() *jobs.RequestType

func (*CreateOrUpdateRequestTypeResponse) ProtoMessage added in v0.8.19

func (*CreateOrUpdateRequestTypeResponse) ProtoMessage()

func (*CreateOrUpdateRequestTypeResponse) ProtoReflect added in v0.8.19

func (*CreateOrUpdateRequestTypeResponse) Reset added in v0.8.19

func (*CreateOrUpdateRequestTypeResponse) String added in v0.8.19

func (*CreateOrUpdateRequestTypeResponse) Validate added in v0.8.19

Validate checks the field values on CreateOrUpdateRequestTypeResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateOrUpdateRequestTypeResponse) ValidateAll added in v0.8.19

func (m *CreateOrUpdateRequestTypeResponse) ValidateAll() error

ValidateAll checks the field values on CreateOrUpdateRequestTypeResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateOrUpdateRequestTypeResponseMultiError, or nil if none found.

type CreateOrUpdateRequestTypeResponseMultiError added in v0.8.19

type CreateOrUpdateRequestTypeResponseMultiError []error

CreateOrUpdateRequestTypeResponseMultiError is an error wrapping multiple validation errors returned by CreateOrUpdateRequestTypeResponse.ValidateAll() if the designated constraints aren't met.

func (CreateOrUpdateRequestTypeResponseMultiError) AllErrors added in v0.8.19

AllErrors returns a list of validation violation errors.

func (CreateOrUpdateRequestTypeResponseMultiError) Error added in v0.8.19

Error returns a concatenation of all the error messages it wraps.

type CreateOrUpdateRequestTypeResponseValidationError added in v0.8.19

type CreateOrUpdateRequestTypeResponseValidationError struct {
	// contains filtered or unexported fields
}

CreateOrUpdateRequestTypeResponseValidationError is the validation error returned by CreateOrUpdateRequestTypeResponse.Validate if the designated constraints aren't met.

func (CreateOrUpdateRequestTypeResponseValidationError) Cause added in v0.8.19

Cause function returns cause value.

func (CreateOrUpdateRequestTypeResponseValidationError) Error added in v0.8.19

Error satisfies the builtin error interface

func (CreateOrUpdateRequestTypeResponseValidationError) ErrorName added in v0.8.19

ErrorName returns error name.

func (CreateOrUpdateRequestTypeResponseValidationError) Field added in v0.8.19

Field function returns field value.

func (CreateOrUpdateRequestTypeResponseValidationError) Key added in v0.8.19

Key function returns key value.

func (CreateOrUpdateRequestTypeResponseValidationError) Reason added in v0.8.19

Reason function returns reason value.

type CreateRequestRequest added in v0.8.19

type CreateRequestRequest struct {
	Entry *jobs.Request `protobuf:"bytes,1,opt,name=entry,proto3" json:"entry,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateRequestRequest) Descriptor deprecated added in v0.8.19

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

Deprecated: Use CreateRequestRequest.ProtoReflect.Descriptor instead.

func (*CreateRequestRequest) GetEntry added in v0.8.19

func (x *CreateRequestRequest) GetEntry() *jobs.Request

func (*CreateRequestRequest) ProtoMessage added in v0.8.19

func (*CreateRequestRequest) ProtoMessage()

func (*CreateRequestRequest) ProtoReflect added in v0.8.19

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

func (*CreateRequestRequest) Reset added in v0.8.19

func (x *CreateRequestRequest) Reset()

func (*CreateRequestRequest) String added in v0.8.19

func (x *CreateRequestRequest) String() string

func (*CreateRequestRequest) Validate added in v0.8.19

func (m *CreateRequestRequest) Validate() error

Validate checks the field values on CreateRequestRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateRequestRequest) ValidateAll added in v0.8.19

func (m *CreateRequestRequest) ValidateAll() error

ValidateAll checks the field values on CreateRequestRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateRequestRequestMultiError, or nil if none found.

type CreateRequestRequestMultiError added in v0.8.19

type CreateRequestRequestMultiError []error

CreateRequestRequestMultiError is an error wrapping multiple validation errors returned by CreateRequestRequest.ValidateAll() if the designated constraints aren't met.

func (CreateRequestRequestMultiError) AllErrors added in v0.8.19

func (m CreateRequestRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateRequestRequestMultiError) Error added in v0.8.19

Error returns a concatenation of all the error messages it wraps.

type CreateRequestRequestValidationError added in v0.8.19

type CreateRequestRequestValidationError struct {
	// contains filtered or unexported fields
}

CreateRequestRequestValidationError is the validation error returned by CreateRequestRequest.Validate if the designated constraints aren't met.

func (CreateRequestRequestValidationError) Cause added in v0.8.19

Cause function returns cause value.

func (CreateRequestRequestValidationError) Error added in v0.8.19

Error satisfies the builtin error interface

func (CreateRequestRequestValidationError) ErrorName added in v0.8.19

ErrorName returns error name.

func (CreateRequestRequestValidationError) Field added in v0.8.19

Field function returns field value.

func (CreateRequestRequestValidationError) Key added in v0.8.19

Key function returns key value.

func (CreateRequestRequestValidationError) Reason added in v0.8.19

Reason function returns reason value.

type CreateRequestResponse added in v0.8.19

type CreateRequestResponse struct {
	Entry *jobs.Request `protobuf:"bytes,1,opt,name=entry,proto3" json:"entry,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateRequestResponse) Descriptor deprecated added in v0.8.19

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

Deprecated: Use CreateRequestResponse.ProtoReflect.Descriptor instead.

func (*CreateRequestResponse) GetEntry added in v0.8.19

func (x *CreateRequestResponse) GetEntry() *jobs.Request

func (*CreateRequestResponse) ProtoMessage added in v0.8.19

func (*CreateRequestResponse) ProtoMessage()

func (*CreateRequestResponse) ProtoReflect added in v0.8.19

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

func (*CreateRequestResponse) Reset added in v0.8.19

func (x *CreateRequestResponse) Reset()

func (*CreateRequestResponse) String added in v0.8.19

func (x *CreateRequestResponse) String() string

func (*CreateRequestResponse) Validate added in v0.8.19

func (m *CreateRequestResponse) Validate() error

Validate checks the field values on CreateRequestResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateRequestResponse) ValidateAll added in v0.8.19

func (m *CreateRequestResponse) ValidateAll() error

ValidateAll checks the field values on CreateRequestResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateRequestResponseMultiError, or nil if none found.

type CreateRequestResponseMultiError added in v0.8.19

type CreateRequestResponseMultiError []error

CreateRequestResponseMultiError is an error wrapping multiple validation errors returned by CreateRequestResponse.ValidateAll() if the designated constraints aren't met.

func (CreateRequestResponseMultiError) AllErrors added in v0.8.19

func (m CreateRequestResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateRequestResponseMultiError) Error added in v0.8.19

Error returns a concatenation of all the error messages it wraps.

type CreateRequestResponseValidationError added in v0.8.19

type CreateRequestResponseValidationError struct {
	// contains filtered or unexported fields
}

CreateRequestResponseValidationError is the validation error returned by CreateRequestResponse.Validate if the designated constraints aren't met.

func (CreateRequestResponseValidationError) Cause added in v0.8.19

Cause function returns cause value.

func (CreateRequestResponseValidationError) Error added in v0.8.19

Error satisfies the builtin error interface

func (CreateRequestResponseValidationError) ErrorName added in v0.8.19

ErrorName returns error name.

func (CreateRequestResponseValidationError) Field added in v0.8.19

Field function returns field value.

func (CreateRequestResponseValidationError) Key added in v0.8.19

Key function returns key value.

func (CreateRequestResponseValidationError) Reason added in v0.8.19

Reason function returns reason value.

type DeleteConductEntryRequest added in v0.8.19

type DeleteConductEntryRequest struct {
	Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteConductEntryRequest) Descriptor deprecated added in v0.8.19

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

Deprecated: Use DeleteConductEntryRequest.ProtoReflect.Descriptor instead.

func (*DeleteConductEntryRequest) GetId added in v0.8.19

func (x *DeleteConductEntryRequest) GetId() uint64

func (*DeleteConductEntryRequest) ProtoMessage added in v0.8.19

func (*DeleteConductEntryRequest) ProtoMessage()

func (*DeleteConductEntryRequest) ProtoReflect added in v0.8.19

func (*DeleteConductEntryRequest) Reset added in v0.8.19

func (x *DeleteConductEntryRequest) Reset()

func (*DeleteConductEntryRequest) String added in v0.8.19

func (x *DeleteConductEntryRequest) String() string

func (*DeleteConductEntryRequest) Validate added in v0.8.19

func (m *DeleteConductEntryRequest) Validate() error

Validate checks the field values on DeleteConductEntryRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteConductEntryRequest) ValidateAll added in v0.8.19

func (m *DeleteConductEntryRequest) ValidateAll() error

ValidateAll checks the field values on DeleteConductEntryRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteConductEntryRequestMultiError, or nil if none found.

type DeleteConductEntryRequestMultiError added in v0.8.19

type DeleteConductEntryRequestMultiError []error

DeleteConductEntryRequestMultiError is an error wrapping multiple validation errors returned by DeleteConductEntryRequest.ValidateAll() if the designated constraints aren't met.

func (DeleteConductEntryRequestMultiError) AllErrors added in v0.8.19

AllErrors returns a list of validation violation errors.

func (DeleteConductEntryRequestMultiError) Error added in v0.8.19

Error returns a concatenation of all the error messages it wraps.

type DeleteConductEntryRequestValidationError added in v0.8.19

type DeleteConductEntryRequestValidationError struct {
	// contains filtered or unexported fields
}

DeleteConductEntryRequestValidationError is the validation error returned by DeleteConductEntryRequest.Validate if the designated constraints aren't met.

func (DeleteConductEntryRequestValidationError) Cause added in v0.8.19

Cause function returns cause value.

func (DeleteConductEntryRequestValidationError) Error added in v0.8.19

Error satisfies the builtin error interface

func (DeleteConductEntryRequestValidationError) ErrorName added in v0.8.19

ErrorName returns error name.

func (DeleteConductEntryRequestValidationError) Field added in v0.8.19

Field function returns field value.

func (DeleteConductEntryRequestValidationError) Key added in v0.8.19

Key function returns key value.

func (DeleteConductEntryRequestValidationError) Reason added in v0.8.19

Reason function returns reason value.

type DeleteConductEntryResponse added in v0.8.19

type DeleteConductEntryResponse struct {
	// contains filtered or unexported fields
}

func (*DeleteConductEntryResponse) Descriptor deprecated added in v0.8.19

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

Deprecated: Use DeleteConductEntryResponse.ProtoReflect.Descriptor instead.

func (*DeleteConductEntryResponse) ProtoMessage added in v0.8.19

func (*DeleteConductEntryResponse) ProtoMessage()

func (*DeleteConductEntryResponse) ProtoReflect added in v0.8.19

func (*DeleteConductEntryResponse) Reset added in v0.8.19

func (x *DeleteConductEntryResponse) Reset()

func (*DeleteConductEntryResponse) String added in v0.8.19

func (x *DeleteConductEntryResponse) String() string

func (*DeleteConductEntryResponse) Validate added in v0.8.19

func (m *DeleteConductEntryResponse) Validate() error

Validate checks the field values on DeleteConductEntryResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteConductEntryResponse) ValidateAll added in v0.8.19

func (m *DeleteConductEntryResponse) ValidateAll() error

ValidateAll checks the field values on DeleteConductEntryResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteConductEntryResponseMultiError, or nil if none found.

type DeleteConductEntryResponseMultiError added in v0.8.19

type DeleteConductEntryResponseMultiError []error

DeleteConductEntryResponseMultiError is an error wrapping multiple validation errors returned by DeleteConductEntryResponse.ValidateAll() if the designated constraints aren't met.

func (DeleteConductEntryResponseMultiError) AllErrors added in v0.8.19

AllErrors returns a list of validation violation errors.

func (DeleteConductEntryResponseMultiError) Error added in v0.8.19

Error returns a concatenation of all the error messages it wraps.

type DeleteConductEntryResponseValidationError added in v0.8.19

type DeleteConductEntryResponseValidationError struct {
	// contains filtered or unexported fields
}

DeleteConductEntryResponseValidationError is the validation error returned by DeleteConductEntryResponse.Validate if the designated constraints aren't met.

func (DeleteConductEntryResponseValidationError) Cause added in v0.8.19

Cause function returns cause value.

func (DeleteConductEntryResponseValidationError) Error added in v0.8.19

Error satisfies the builtin error interface

func (DeleteConductEntryResponseValidationError) ErrorName added in v0.8.19

ErrorName returns error name.

func (DeleteConductEntryResponseValidationError) Field added in v0.8.19

Field function returns field value.

func (DeleteConductEntryResponseValidationError) Key added in v0.8.19

Key function returns key value.

func (DeleteConductEntryResponseValidationError) Reason added in v0.8.19

Reason function returns reason value.

type DeleteRequestCommentRequest added in v0.8.19

type DeleteRequestCommentRequest struct {
	Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteRequestCommentRequest) Descriptor deprecated added in v0.8.19

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

Deprecated: Use DeleteRequestCommentRequest.ProtoReflect.Descriptor instead.

func (*DeleteRequestCommentRequest) GetId added in v0.8.19

func (*DeleteRequestCommentRequest) ProtoMessage added in v0.8.19

func (*DeleteRequestCommentRequest) ProtoMessage()

func (*DeleteRequestCommentRequest) ProtoReflect added in v0.8.19

func (*DeleteRequestCommentRequest) Reset added in v0.8.19

func (x *DeleteRequestCommentRequest) Reset()

func (*DeleteRequestCommentRequest) String added in v0.8.19

func (x *DeleteRequestCommentRequest) String() string

func (*DeleteRequestCommentRequest) Validate added in v0.8.19

func (m *DeleteRequestCommentRequest) Validate() error

Validate checks the field values on DeleteRequestCommentRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteRequestCommentRequest) ValidateAll added in v0.8.19

func (m *DeleteRequestCommentRequest) ValidateAll() error

ValidateAll checks the field values on DeleteRequestCommentRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteRequestCommentRequestMultiError, or nil if none found.

type DeleteRequestCommentRequestMultiError added in v0.8.19

type DeleteRequestCommentRequestMultiError []error

DeleteRequestCommentRequestMultiError is an error wrapping multiple validation errors returned by DeleteRequestCommentRequest.ValidateAll() if the designated constraints aren't met.

func (DeleteRequestCommentRequestMultiError) AllErrors added in v0.8.19

AllErrors returns a list of validation violation errors.

func (DeleteRequestCommentRequestMultiError) Error added in v0.8.19

Error returns a concatenation of all the error messages it wraps.

type DeleteRequestCommentRequestValidationError added in v0.8.19

type DeleteRequestCommentRequestValidationError struct {
	// contains filtered or unexported fields
}

DeleteRequestCommentRequestValidationError is the validation error returned by DeleteRequestCommentRequest.Validate if the designated constraints aren't met.

func (DeleteRequestCommentRequestValidationError) Cause added in v0.8.19

Cause function returns cause value.

func (DeleteRequestCommentRequestValidationError) Error added in v0.8.19

Error satisfies the builtin error interface

func (DeleteRequestCommentRequestValidationError) ErrorName added in v0.8.19

ErrorName returns error name.

func (DeleteRequestCommentRequestValidationError) Field added in v0.8.19

Field function returns field value.

func (DeleteRequestCommentRequestValidationError) Key added in v0.8.19

Key function returns key value.

func (DeleteRequestCommentRequestValidationError) Reason added in v0.8.19

Reason function returns reason value.

type DeleteRequestCommentResponse added in v0.8.19

type DeleteRequestCommentResponse struct {
	// contains filtered or unexported fields
}

func (*DeleteRequestCommentResponse) Descriptor deprecated added in v0.8.19

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

Deprecated: Use DeleteRequestCommentResponse.ProtoReflect.Descriptor instead.

func (*DeleteRequestCommentResponse) ProtoMessage added in v0.8.19

func (*DeleteRequestCommentResponse) ProtoMessage()

func (*DeleteRequestCommentResponse) ProtoReflect added in v0.8.19

func (*DeleteRequestCommentResponse) Reset added in v0.8.19

func (x *DeleteRequestCommentResponse) Reset()

func (*DeleteRequestCommentResponse) String added in v0.8.19

func (*DeleteRequestCommentResponse) Validate added in v0.8.19

func (m *DeleteRequestCommentResponse) Validate() error

Validate checks the field values on DeleteRequestCommentResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteRequestCommentResponse) ValidateAll added in v0.8.19

func (m *DeleteRequestCommentResponse) ValidateAll() error

ValidateAll checks the field values on DeleteRequestCommentResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteRequestCommentResponseMultiError, or nil if none found.

type DeleteRequestCommentResponseMultiError added in v0.8.19

type DeleteRequestCommentResponseMultiError []error

DeleteRequestCommentResponseMultiError is an error wrapping multiple validation errors returned by DeleteRequestCommentResponse.ValidateAll() if the designated constraints aren't met.

func (DeleteRequestCommentResponseMultiError) AllErrors added in v0.8.19

AllErrors returns a list of validation violation errors.

func (DeleteRequestCommentResponseMultiError) Error added in v0.8.19

Error returns a concatenation of all the error messages it wraps.

type DeleteRequestCommentResponseValidationError added in v0.8.19

type DeleteRequestCommentResponseValidationError struct {
	// contains filtered or unexported fields
}

DeleteRequestCommentResponseValidationError is the validation error returned by DeleteRequestCommentResponse.Validate if the designated constraints aren't met.

func (DeleteRequestCommentResponseValidationError) Cause added in v0.8.19

Cause function returns cause value.

func (DeleteRequestCommentResponseValidationError) Error added in v0.8.19

Error satisfies the builtin error interface

func (DeleteRequestCommentResponseValidationError) ErrorName added in v0.8.19

ErrorName returns error name.

func (DeleteRequestCommentResponseValidationError) Field added in v0.8.19

Field function returns field value.

func (DeleteRequestCommentResponseValidationError) Key added in v0.8.19

Key function returns key value.

func (DeleteRequestCommentResponseValidationError) Reason added in v0.8.19

Reason function returns reason value.

type DeleteRequestRequest added in v0.8.19

type DeleteRequestRequest struct {
	Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteRequestRequest) Descriptor deprecated added in v0.8.19

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

Deprecated: Use DeleteRequestRequest.ProtoReflect.Descriptor instead.

func (*DeleteRequestRequest) GetId added in v0.8.19

func (x *DeleteRequestRequest) GetId() uint64

func (*DeleteRequestRequest) ProtoMessage added in v0.8.19

func (*DeleteRequestRequest) ProtoMessage()

func (*DeleteRequestRequest) ProtoReflect added in v0.8.19

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

func (*DeleteRequestRequest) Reset added in v0.8.19

func (x *DeleteRequestRequest) Reset()

func (*DeleteRequestRequest) String added in v0.8.19

func (x *DeleteRequestRequest) String() string

func (*DeleteRequestRequest) Validate added in v0.8.19

func (m *DeleteRequestRequest) Validate() error

Validate checks the field values on DeleteRequestRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteRequestRequest) ValidateAll added in v0.8.19

func (m *DeleteRequestRequest) ValidateAll() error

ValidateAll checks the field values on DeleteRequestRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteRequestRequestMultiError, or nil if none found.

type DeleteRequestRequestMultiError added in v0.8.19

type DeleteRequestRequestMultiError []error

DeleteRequestRequestMultiError is an error wrapping multiple validation errors returned by DeleteRequestRequest.ValidateAll() if the designated constraints aren't met.

func (DeleteRequestRequestMultiError) AllErrors added in v0.8.19

func (m DeleteRequestRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteRequestRequestMultiError) Error added in v0.8.19

Error returns a concatenation of all the error messages it wraps.

type DeleteRequestRequestValidationError added in v0.8.19

type DeleteRequestRequestValidationError struct {
	// contains filtered or unexported fields
}

DeleteRequestRequestValidationError is the validation error returned by DeleteRequestRequest.Validate if the designated constraints aren't met.

func (DeleteRequestRequestValidationError) Cause added in v0.8.19

Cause function returns cause value.

func (DeleteRequestRequestValidationError) Error added in v0.8.19

Error satisfies the builtin error interface

func (DeleteRequestRequestValidationError) ErrorName added in v0.8.19

ErrorName returns error name.

func (DeleteRequestRequestValidationError) Field added in v0.8.19

Field function returns field value.

func (DeleteRequestRequestValidationError) Key added in v0.8.19

Key function returns key value.

func (DeleteRequestRequestValidationError) Reason added in v0.8.19

Reason function returns reason value.

type DeleteRequestResponse added in v0.8.19

type DeleteRequestResponse struct {
	// contains filtered or unexported fields
}

func (*DeleteRequestResponse) Descriptor deprecated added in v0.8.19

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

Deprecated: Use DeleteRequestResponse.ProtoReflect.Descriptor instead.

func (*DeleteRequestResponse) ProtoMessage added in v0.8.19

func (*DeleteRequestResponse) ProtoMessage()

func (*DeleteRequestResponse) ProtoReflect added in v0.8.19

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

func (*DeleteRequestResponse) Reset added in v0.8.19

func (x *DeleteRequestResponse) Reset()

func (*DeleteRequestResponse) String added in v0.8.19

func (x *DeleteRequestResponse) String() string

func (*DeleteRequestResponse) Validate added in v0.8.19

func (m *DeleteRequestResponse) Validate() error

Validate checks the field values on DeleteRequestResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteRequestResponse) ValidateAll added in v0.8.19

func (m *DeleteRequestResponse) ValidateAll() error

ValidateAll checks the field values on DeleteRequestResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteRequestResponseMultiError, or nil if none found.

type DeleteRequestResponseMultiError added in v0.8.19

type DeleteRequestResponseMultiError []error

DeleteRequestResponseMultiError is an error wrapping multiple validation errors returned by DeleteRequestResponse.ValidateAll() if the designated constraints aren't met.

func (DeleteRequestResponseMultiError) AllErrors added in v0.8.19

func (m DeleteRequestResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteRequestResponseMultiError) Error added in v0.8.19

Error returns a concatenation of all the error messages it wraps.

type DeleteRequestResponseValidationError added in v0.8.19

type DeleteRequestResponseValidationError struct {
	// contains filtered or unexported fields
}

DeleteRequestResponseValidationError is the validation error returned by DeleteRequestResponse.Validate if the designated constraints aren't met.

func (DeleteRequestResponseValidationError) Cause added in v0.8.19

Cause function returns cause value.

func (DeleteRequestResponseValidationError) Error added in v0.8.19

Error satisfies the builtin error interface

func (DeleteRequestResponseValidationError) ErrorName added in v0.8.19

ErrorName returns error name.

func (DeleteRequestResponseValidationError) Field added in v0.8.19

Field function returns field value.

func (DeleteRequestResponseValidationError) Key added in v0.8.19

Key function returns key value.

func (DeleteRequestResponseValidationError) Reason added in v0.8.19

Reason function returns reason value.

type DeleteRequestTypeRequest added in v0.8.19

type DeleteRequestTypeRequest struct {
	Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteRequestTypeRequest) Descriptor deprecated added in v0.8.19

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

Deprecated: Use DeleteRequestTypeRequest.ProtoReflect.Descriptor instead.

func (*DeleteRequestTypeRequest) GetId added in v0.8.19

func (x *DeleteRequestTypeRequest) GetId() uint64

func (*DeleteRequestTypeRequest) ProtoMessage added in v0.8.19

func (*DeleteRequestTypeRequest) ProtoMessage()

func (*DeleteRequestTypeRequest) ProtoReflect added in v0.8.19

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

func (*DeleteRequestTypeRequest) Reset added in v0.8.19

func (x *DeleteRequestTypeRequest) Reset()

func (*DeleteRequestTypeRequest) String added in v0.8.19

func (x *DeleteRequestTypeRequest) String() string

func (*DeleteRequestTypeRequest) Validate added in v0.8.19

func (m *DeleteRequestTypeRequest) Validate() error

Validate checks the field values on DeleteRequestTypeRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteRequestTypeRequest) ValidateAll added in v0.8.19

func (m *DeleteRequestTypeRequest) ValidateAll() error

ValidateAll checks the field values on DeleteRequestTypeRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteRequestTypeRequestMultiError, or nil if none found.

type DeleteRequestTypeRequestMultiError added in v0.8.19

type DeleteRequestTypeRequestMultiError []error

DeleteRequestTypeRequestMultiError is an error wrapping multiple validation errors returned by DeleteRequestTypeRequest.ValidateAll() if the designated constraints aren't met.

func (DeleteRequestTypeRequestMultiError) AllErrors added in v0.8.19

func (m DeleteRequestTypeRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteRequestTypeRequestMultiError) Error added in v0.8.19

Error returns a concatenation of all the error messages it wraps.

type DeleteRequestTypeRequestValidationError added in v0.8.19

type DeleteRequestTypeRequestValidationError struct {
	// contains filtered or unexported fields
}

DeleteRequestTypeRequestValidationError is the validation error returned by DeleteRequestTypeRequest.Validate if the designated constraints aren't met.

func (DeleteRequestTypeRequestValidationError) Cause added in v0.8.19

Cause function returns cause value.

func (DeleteRequestTypeRequestValidationError) Error added in v0.8.19

Error satisfies the builtin error interface

func (DeleteRequestTypeRequestValidationError) ErrorName added in v0.8.19

ErrorName returns error name.

func (DeleteRequestTypeRequestValidationError) Field added in v0.8.19

Field function returns field value.

func (DeleteRequestTypeRequestValidationError) Key added in v0.8.19

Key function returns key value.

func (DeleteRequestTypeRequestValidationError) Reason added in v0.8.19

Reason function returns reason value.

type DeleteRequestTypeResponse added in v0.8.19

type DeleteRequestTypeResponse struct {
	// contains filtered or unexported fields
}

func (*DeleteRequestTypeResponse) Descriptor deprecated added in v0.8.19

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

Deprecated: Use DeleteRequestTypeResponse.ProtoReflect.Descriptor instead.

func (*DeleteRequestTypeResponse) ProtoMessage added in v0.8.19

func (*DeleteRequestTypeResponse) ProtoMessage()

func (*DeleteRequestTypeResponse) ProtoReflect added in v0.8.19

func (*DeleteRequestTypeResponse) Reset added in v0.8.19

func (x *DeleteRequestTypeResponse) Reset()

func (*DeleteRequestTypeResponse) String added in v0.8.19

func (x *DeleteRequestTypeResponse) String() string

func (*DeleteRequestTypeResponse) Validate added in v0.8.19

func (m *DeleteRequestTypeResponse) Validate() error

Validate checks the field values on DeleteRequestTypeResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteRequestTypeResponse) ValidateAll added in v0.8.19

func (m *DeleteRequestTypeResponse) ValidateAll() error

ValidateAll checks the field values on DeleteRequestTypeResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteRequestTypeResponseMultiError, or nil if none found.

type DeleteRequestTypeResponseMultiError added in v0.8.19

type DeleteRequestTypeResponseMultiError []error

DeleteRequestTypeResponseMultiError is an error wrapping multiple validation errors returned by DeleteRequestTypeResponse.ValidateAll() if the designated constraints aren't met.

func (DeleteRequestTypeResponseMultiError) AllErrors added in v0.8.19

AllErrors returns a list of validation violation errors.

func (DeleteRequestTypeResponseMultiError) Error added in v0.8.19

Error returns a concatenation of all the error messages it wraps.

type DeleteRequestTypeResponseValidationError added in v0.8.19

type DeleteRequestTypeResponseValidationError struct {
	// contains filtered or unexported fields
}

DeleteRequestTypeResponseValidationError is the validation error returned by DeleteRequestTypeResponse.Validate if the designated constraints aren't met.

func (DeleteRequestTypeResponseValidationError) Cause added in v0.8.19

Cause function returns cause value.

func (DeleteRequestTypeResponseValidationError) Error added in v0.8.19

Error satisfies the builtin error interface

func (DeleteRequestTypeResponseValidationError) ErrorName added in v0.8.19

ErrorName returns error name.

func (DeleteRequestTypeResponseValidationError) Field added in v0.8.19

Field function returns field value.

func (DeleteRequestTypeResponseValidationError) Key added in v0.8.19

Key function returns key value.

func (DeleteRequestTypeResponseValidationError) Reason added in v0.8.19

Reason function returns reason value.

type GetColleagueRequest added in v0.8.20

type GetColleagueRequest struct {
	UserId int32 `protobuf:"varint,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetColleagueRequest) Descriptor deprecated added in v0.8.20

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

Deprecated: Use GetColleagueRequest.ProtoReflect.Descriptor instead.

func (*GetColleagueRequest) GetUserId added in v0.8.20

func (x *GetColleagueRequest) GetUserId() int32

func (*GetColleagueRequest) ProtoMessage added in v0.8.20

func (*GetColleagueRequest) ProtoMessage()

func (*GetColleagueRequest) ProtoReflect added in v0.8.20

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

func (*GetColleagueRequest) Reset added in v0.8.20

func (x *GetColleagueRequest) Reset()

func (*GetColleagueRequest) String added in v0.8.20

func (x *GetColleagueRequest) String() string

func (*GetColleagueRequest) Validate added in v0.8.20

func (m *GetColleagueRequest) Validate() error

Validate checks the field values on GetColleagueRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetColleagueRequest) ValidateAll added in v0.8.20

func (m *GetColleagueRequest) ValidateAll() error

ValidateAll checks the field values on GetColleagueRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetColleagueRequestMultiError, or nil if none found.

type GetColleagueRequestMultiError added in v0.8.20

type GetColleagueRequestMultiError []error

GetColleagueRequestMultiError is an error wrapping multiple validation errors returned by GetColleagueRequest.ValidateAll() if the designated constraints aren't met.

func (GetColleagueRequestMultiError) AllErrors added in v0.8.20

func (m GetColleagueRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetColleagueRequestMultiError) Error added in v0.8.20

Error returns a concatenation of all the error messages it wraps.

type GetColleagueRequestValidationError added in v0.8.20

type GetColleagueRequestValidationError struct {
	// contains filtered or unexported fields
}

GetColleagueRequestValidationError is the validation error returned by GetColleagueRequest.Validate if the designated constraints aren't met.

func (GetColleagueRequestValidationError) Cause added in v0.8.20

Cause function returns cause value.

func (GetColleagueRequestValidationError) Error added in v0.8.20

Error satisfies the builtin error interface

func (GetColleagueRequestValidationError) ErrorName added in v0.8.20

ErrorName returns error name.

func (GetColleagueRequestValidationError) Field added in v0.8.20

Field function returns field value.

func (GetColleagueRequestValidationError) Key added in v0.8.20

Key function returns key value.

func (GetColleagueRequestValidationError) Reason added in v0.8.20

Reason function returns reason value.

type GetColleagueResponse added in v0.8.20

type GetColleagueResponse struct {
	Colleague *jobs.Colleague `protobuf:"bytes,1,opt,name=colleague,proto3" json:"colleague,omitempty"`
	// contains filtered or unexported fields
}

func (*GetColleagueResponse) Descriptor deprecated added in v0.8.20

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

Deprecated: Use GetColleagueResponse.ProtoReflect.Descriptor instead.

func (*GetColleagueResponse) GetColleague added in v0.8.20

func (x *GetColleagueResponse) GetColleague() *jobs.Colleague

func (*GetColleagueResponse) ProtoMessage added in v0.8.20

func (*GetColleagueResponse) ProtoMessage()

func (*GetColleagueResponse) ProtoReflect added in v0.8.20

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

func (*GetColleagueResponse) Reset added in v0.8.20

func (x *GetColleagueResponse) Reset()

func (*GetColleagueResponse) String added in v0.8.20

func (x *GetColleagueResponse) String() string

func (*GetColleagueResponse) Validate added in v0.8.20

func (m *GetColleagueResponse) Validate() error

Validate checks the field values on GetColleagueResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetColleagueResponse) ValidateAll added in v0.8.20

func (m *GetColleagueResponse) ValidateAll() error

ValidateAll checks the field values on GetColleagueResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetColleagueResponseMultiError, or nil if none found.

type GetColleagueResponseMultiError added in v0.8.20

type GetColleagueResponseMultiError []error

GetColleagueResponseMultiError is an error wrapping multiple validation errors returned by GetColleagueResponse.ValidateAll() if the designated constraints aren't met.

func (GetColleagueResponseMultiError) AllErrors added in v0.8.20

func (m GetColleagueResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetColleagueResponseMultiError) Error added in v0.8.20

Error returns a concatenation of all the error messages it wraps.

type GetColleagueResponseValidationError added in v0.8.20

type GetColleagueResponseValidationError struct {
	// contains filtered or unexported fields
}

GetColleagueResponseValidationError is the validation error returned by GetColleagueResponse.Validate if the designated constraints aren't met.

func (GetColleagueResponseValidationError) Cause added in v0.8.20

Cause function returns cause value.

func (GetColleagueResponseValidationError) Error added in v0.8.20

Error satisfies the builtin error interface

func (GetColleagueResponseValidationError) ErrorName added in v0.8.20

ErrorName returns error name.

func (GetColleagueResponseValidationError) Field added in v0.8.20

Field function returns field value.

func (GetColleagueResponseValidationError) Key added in v0.8.20

Key function returns key value.

func (GetColleagueResponseValidationError) Reason added in v0.8.20

Reason function returns reason value.

type GetMOTDRequest added in v0.8.20

type GetMOTDRequest struct {
	// contains filtered or unexported fields
}

func (*GetMOTDRequest) Descriptor deprecated added in v0.8.20

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

Deprecated: Use GetMOTDRequest.ProtoReflect.Descriptor instead.

func (*GetMOTDRequest) ProtoMessage added in v0.8.20

func (*GetMOTDRequest) ProtoMessage()

func (*GetMOTDRequest) ProtoReflect added in v0.8.20

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

func (*GetMOTDRequest) Reset added in v0.8.20

func (x *GetMOTDRequest) Reset()

func (*GetMOTDRequest) String added in v0.8.20

func (x *GetMOTDRequest) String() string

func (*GetMOTDRequest) Validate added in v0.8.20

func (m *GetMOTDRequest) Validate() error

Validate checks the field values on GetMOTDRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetMOTDRequest) ValidateAll added in v0.8.20

func (m *GetMOTDRequest) ValidateAll() error

ValidateAll checks the field values on GetMOTDRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetMOTDRequestMultiError, or nil if none found.

type GetMOTDRequestMultiError added in v0.8.20

type GetMOTDRequestMultiError []error

GetMOTDRequestMultiError is an error wrapping multiple validation errors returned by GetMOTDRequest.ValidateAll() if the designated constraints aren't met.

func (GetMOTDRequestMultiError) AllErrors added in v0.8.20

func (m GetMOTDRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetMOTDRequestMultiError) Error added in v0.8.20

func (m GetMOTDRequestMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type GetMOTDRequestValidationError added in v0.8.20

type GetMOTDRequestValidationError struct {
	// contains filtered or unexported fields
}

GetMOTDRequestValidationError is the validation error returned by GetMOTDRequest.Validate if the designated constraints aren't met.

func (GetMOTDRequestValidationError) Cause added in v0.8.20

Cause function returns cause value.

func (GetMOTDRequestValidationError) Error added in v0.8.20

Error satisfies the builtin error interface

func (GetMOTDRequestValidationError) ErrorName added in v0.8.20

func (e GetMOTDRequestValidationError) ErrorName() string

ErrorName returns error name.

func (GetMOTDRequestValidationError) Field added in v0.8.20

Field function returns field value.

func (GetMOTDRequestValidationError) Key added in v0.8.20

Key function returns key value.

func (GetMOTDRequestValidationError) Reason added in v0.8.20

Reason function returns reason value.

type GetMOTDResponse added in v0.8.20

type GetMOTDResponse struct {
	Motd string `protobuf:"bytes,1,opt,name=motd,proto3" json:"motd,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMOTDResponse) Descriptor deprecated added in v0.8.20

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

Deprecated: Use GetMOTDResponse.ProtoReflect.Descriptor instead.

func (*GetMOTDResponse) GetMotd added in v0.8.20

func (x *GetMOTDResponse) GetMotd() string

func (*GetMOTDResponse) ProtoMessage added in v0.8.20

func (*GetMOTDResponse) ProtoMessage()

func (*GetMOTDResponse) ProtoReflect added in v0.8.20

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

func (*GetMOTDResponse) Reset added in v0.8.20

func (x *GetMOTDResponse) Reset()

func (*GetMOTDResponse) String added in v0.8.20

func (x *GetMOTDResponse) String() string

func (*GetMOTDResponse) Validate added in v0.8.20

func (m *GetMOTDResponse) Validate() error

Validate checks the field values on GetMOTDResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetMOTDResponse) ValidateAll added in v0.8.20

func (m *GetMOTDResponse) ValidateAll() error

ValidateAll checks the field values on GetMOTDResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetMOTDResponseMultiError, or nil if none found.

type GetMOTDResponseMultiError added in v0.8.20

type GetMOTDResponseMultiError []error

GetMOTDResponseMultiError is an error wrapping multiple validation errors returned by GetMOTDResponse.ValidateAll() if the designated constraints aren't met.

func (GetMOTDResponseMultiError) AllErrors added in v0.8.20

func (m GetMOTDResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetMOTDResponseMultiError) Error added in v0.8.20

Error returns a concatenation of all the error messages it wraps.

type GetMOTDResponseValidationError added in v0.8.20

type GetMOTDResponseValidationError struct {
	// contains filtered or unexported fields
}

GetMOTDResponseValidationError is the validation error returned by GetMOTDResponse.Validate if the designated constraints aren't met.

func (GetMOTDResponseValidationError) Cause added in v0.8.20

Cause function returns cause value.

func (GetMOTDResponseValidationError) Error added in v0.8.20

Error satisfies the builtin error interface

func (GetMOTDResponseValidationError) ErrorName added in v0.8.20

func (e GetMOTDResponseValidationError) ErrorName() string

ErrorName returns error name.

func (GetMOTDResponseValidationError) Field added in v0.8.20

Field function returns field value.

func (GetMOTDResponseValidationError) Key added in v0.8.20

Key function returns key value.

func (GetMOTDResponseValidationError) Reason added in v0.8.20

Reason function returns reason value.

type GetSelfRequest added in v0.8.20

type GetSelfRequest struct {
	// contains filtered or unexported fields
}

func (*GetSelfRequest) Descriptor deprecated added in v0.8.20

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

Deprecated: Use GetSelfRequest.ProtoReflect.Descriptor instead.

func (*GetSelfRequest) ProtoMessage added in v0.8.20

func (*GetSelfRequest) ProtoMessage()

func (*GetSelfRequest) ProtoReflect added in v0.8.20

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

func (*GetSelfRequest) Reset added in v0.8.20

func (x *GetSelfRequest) Reset()

func (*GetSelfRequest) String added in v0.8.20

func (x *GetSelfRequest) String() string

func (*GetSelfRequest) Validate added in v0.8.20

func (m *GetSelfRequest) Validate() error

Validate checks the field values on GetSelfRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetSelfRequest) ValidateAll added in v0.8.20

func (m *GetSelfRequest) ValidateAll() error

ValidateAll checks the field values on GetSelfRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetSelfRequestMultiError, or nil if none found.

type GetSelfRequestMultiError added in v0.8.20

type GetSelfRequestMultiError []error

GetSelfRequestMultiError is an error wrapping multiple validation errors returned by GetSelfRequest.ValidateAll() if the designated constraints aren't met.

func (GetSelfRequestMultiError) AllErrors added in v0.8.20

func (m GetSelfRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetSelfRequestMultiError) Error added in v0.8.20

func (m GetSelfRequestMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type GetSelfRequestValidationError added in v0.8.20

type GetSelfRequestValidationError struct {
	// contains filtered or unexported fields
}

GetSelfRequestValidationError is the validation error returned by GetSelfRequest.Validate if the designated constraints aren't met.

func (GetSelfRequestValidationError) Cause added in v0.8.20

Cause function returns cause value.

func (GetSelfRequestValidationError) Error added in v0.8.20

Error satisfies the builtin error interface

func (GetSelfRequestValidationError) ErrorName added in v0.8.20

func (e GetSelfRequestValidationError) ErrorName() string

ErrorName returns error name.

func (GetSelfRequestValidationError) Field added in v0.8.20

Field function returns field value.

func (GetSelfRequestValidationError) Key added in v0.8.20

Key function returns key value.

func (GetSelfRequestValidationError) Reason added in v0.8.20

Reason function returns reason value.

type GetSelfResponse added in v0.8.20

type GetSelfResponse struct {
	Colleague *jobs.Colleague `protobuf:"bytes,1,opt,name=colleague,proto3" json:"colleague,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSelfResponse) Descriptor deprecated added in v0.8.20

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

Deprecated: Use GetSelfResponse.ProtoReflect.Descriptor instead.

func (*GetSelfResponse) GetColleague added in v0.8.20

func (x *GetSelfResponse) GetColleague() *jobs.Colleague

func (*GetSelfResponse) ProtoMessage added in v0.8.20

func (*GetSelfResponse) ProtoMessage()

func (*GetSelfResponse) ProtoReflect added in v0.8.20

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

func (*GetSelfResponse) Reset added in v0.8.20

func (x *GetSelfResponse) Reset()

func (*GetSelfResponse) String added in v0.8.20

func (x *GetSelfResponse) String() string

func (*GetSelfResponse) Validate added in v0.8.20

func (m *GetSelfResponse) Validate() error

Validate checks the field values on GetSelfResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetSelfResponse) ValidateAll added in v0.8.20

func (m *GetSelfResponse) ValidateAll() error

ValidateAll checks the field values on GetSelfResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetSelfResponseMultiError, or nil if none found.

type GetSelfResponseMultiError added in v0.8.20

type GetSelfResponseMultiError []error

GetSelfResponseMultiError is an error wrapping multiple validation errors returned by GetSelfResponse.ValidateAll() if the designated constraints aren't met.

func (GetSelfResponseMultiError) AllErrors added in v0.8.20

func (m GetSelfResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetSelfResponseMultiError) Error added in v0.8.20

Error returns a concatenation of all the error messages it wraps.

type GetSelfResponseValidationError added in v0.8.20

type GetSelfResponseValidationError struct {
	// contains filtered or unexported fields
}

GetSelfResponseValidationError is the validation error returned by GetSelfResponse.Validate if the designated constraints aren't met.

func (GetSelfResponseValidationError) Cause added in v0.8.20

Cause function returns cause value.

func (GetSelfResponseValidationError) Error added in v0.8.20

Error satisfies the builtin error interface

func (GetSelfResponseValidationError) ErrorName added in v0.8.20

func (e GetSelfResponseValidationError) ErrorName() string

ErrorName returns error name.

func (GetSelfResponseValidationError) Field added in v0.8.20

Field function returns field value.

func (GetSelfResponseValidationError) Key added in v0.8.20

Key function returns key value.

func (GetSelfResponseValidationError) Reason added in v0.8.20

Reason function returns reason value.

type GetTimeclockStatsRequest added in v0.8.19

type GetTimeclockStatsRequest struct {
	UserId *int32 `protobuf:"varint,1,opt,name=user_id,json=userId,proto3,oneof" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTimeclockStatsRequest) Descriptor deprecated added in v0.8.19

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

Deprecated: Use GetTimeclockStatsRequest.ProtoReflect.Descriptor instead.

func (*GetTimeclockStatsRequest) GetUserId added in v0.8.20

func (x *GetTimeclockStatsRequest) GetUserId() int32

func (*GetTimeclockStatsRequest) ProtoMessage added in v0.8.19

func (*GetTimeclockStatsRequest) ProtoMessage()

func (*GetTimeclockStatsRequest) ProtoReflect added in v0.8.19

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

func (*GetTimeclockStatsRequest) Reset added in v0.8.19

func (x *GetTimeclockStatsRequest) Reset()

func (*GetTimeclockStatsRequest) String added in v0.8.19

func (x *GetTimeclockStatsRequest) String() string

func (*GetTimeclockStatsRequest) Validate added in v0.8.19

func (m *GetTimeclockStatsRequest) Validate() error

Validate checks the field values on GetTimeclockStatsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetTimeclockStatsRequest) ValidateAll added in v0.8.19

func (m *GetTimeclockStatsRequest) ValidateAll() error

ValidateAll checks the field values on GetTimeclockStatsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetTimeclockStatsRequestMultiError, or nil if none found.

type GetTimeclockStatsRequestMultiError added in v0.8.19

type GetTimeclockStatsRequestMultiError []error

GetTimeclockStatsRequestMultiError is an error wrapping multiple validation errors returned by GetTimeclockStatsRequest.ValidateAll() if the designated constraints aren't met.

func (GetTimeclockStatsRequestMultiError) AllErrors added in v0.8.19

func (m GetTimeclockStatsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetTimeclockStatsRequestMultiError) Error added in v0.8.19

Error returns a concatenation of all the error messages it wraps.

type GetTimeclockStatsRequestValidationError added in v0.8.19

type GetTimeclockStatsRequestValidationError struct {
	// contains filtered or unexported fields
}

GetTimeclockStatsRequestValidationError is the validation error returned by GetTimeclockStatsRequest.Validate if the designated constraints aren't met.

func (GetTimeclockStatsRequestValidationError) Cause added in v0.8.19

Cause function returns cause value.

func (GetTimeclockStatsRequestValidationError) Error added in v0.8.19

Error satisfies the builtin error interface

func (GetTimeclockStatsRequestValidationError) ErrorName added in v0.8.19

ErrorName returns error name.

func (GetTimeclockStatsRequestValidationError) Field added in v0.8.19

Field function returns field value.

func (GetTimeclockStatsRequestValidationError) Key added in v0.8.19

Key function returns key value.

func (GetTimeclockStatsRequestValidationError) Reason added in v0.8.19

Reason function returns reason value.

type GetTimeclockStatsResponse added in v0.8.19

type GetTimeclockStatsResponse struct {
	Stats  *jobs.TimeclockStats         `protobuf:"bytes,1,opt,name=stats,proto3" json:"stats,omitempty"`
	Weekly []*jobs.TimeclockWeeklyStats `protobuf:"bytes,2,rep,name=weekly,proto3" json:"weekly,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTimeclockStatsResponse) Descriptor deprecated added in v0.8.19

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

Deprecated: Use GetTimeclockStatsResponse.ProtoReflect.Descriptor instead.

func (*GetTimeclockStatsResponse) GetStats added in v0.8.19

func (*GetTimeclockStatsResponse) GetWeekly added in v0.8.19

func (*GetTimeclockStatsResponse) ProtoMessage added in v0.8.19

func (*GetTimeclockStatsResponse) ProtoMessage()

func (*GetTimeclockStatsResponse) ProtoReflect added in v0.8.19

func (*GetTimeclockStatsResponse) Reset added in v0.8.19

func (x *GetTimeclockStatsResponse) Reset()

func (*GetTimeclockStatsResponse) String added in v0.8.19

func (x *GetTimeclockStatsResponse) String() string

func (*GetTimeclockStatsResponse) Validate added in v0.8.19

func (m *GetTimeclockStatsResponse) Validate() error

Validate checks the field values on GetTimeclockStatsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetTimeclockStatsResponse) ValidateAll added in v0.8.19

func (m *GetTimeclockStatsResponse) ValidateAll() error

ValidateAll checks the field values on GetTimeclockStatsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetTimeclockStatsResponseMultiError, or nil if none found.

type GetTimeclockStatsResponseMultiError added in v0.8.19

type GetTimeclockStatsResponseMultiError []error

GetTimeclockStatsResponseMultiError is an error wrapping multiple validation errors returned by GetTimeclockStatsResponse.ValidateAll() if the designated constraints aren't met.

func (GetTimeclockStatsResponseMultiError) AllErrors added in v0.8.19

AllErrors returns a list of validation violation errors.

func (GetTimeclockStatsResponseMultiError) Error added in v0.8.19

Error returns a concatenation of all the error messages it wraps.

type GetTimeclockStatsResponseValidationError added in v0.8.19

type GetTimeclockStatsResponseValidationError struct {
	// contains filtered or unexported fields
}

GetTimeclockStatsResponseValidationError is the validation error returned by GetTimeclockStatsResponse.Validate if the designated constraints aren't met.

func (GetTimeclockStatsResponseValidationError) Cause added in v0.8.19

Cause function returns cause value.

func (GetTimeclockStatsResponseValidationError) Error added in v0.8.19

Error satisfies the builtin error interface

func (GetTimeclockStatsResponseValidationError) ErrorName added in v0.8.19

ErrorName returns error name.

func (GetTimeclockStatsResponseValidationError) Field added in v0.8.19

Field function returns field value.

func (GetTimeclockStatsResponseValidationError) Key added in v0.8.19

Key function returns key value.

func (GetTimeclockStatsResponseValidationError) Reason added in v0.8.19

Reason function returns reason value.

type JobsConductServiceClient added in v0.8.19

type JobsConductServiceClient interface {
	// @perm: Attrs=Access/StringList:[]string{"Own", "All"}
	ListConductEntries(ctx context.Context, in *ListConductEntriesRequest, opts ...grpc.CallOption) (*ListConductEntriesResponse, error)
	// @perm
	CreateConductEntry(ctx context.Context, in *CreateConductEntryRequest, opts ...grpc.CallOption) (*CreateConductEntryResponse, error)
	// @perm
	UpdateConductEntry(ctx context.Context, in *UpdateConductEntryRequest, opts ...grpc.CallOption) (*UpdateConductEntryResponse, error)
	// @perm
	DeleteConductEntry(ctx context.Context, in *DeleteConductEntryRequest, opts ...grpc.CallOption) (*DeleteConductEntryResponse, error)
}

JobsConductServiceClient is the client API for JobsConductService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewJobsConductServiceClient added in v0.8.19

func NewJobsConductServiceClient(cc grpc.ClientConnInterface) JobsConductServiceClient

func NewTestJobsConductServiceClient added in v0.8.19

func NewTestJobsConductServiceClient(srv JobsConductServiceServer) (JobsConductServiceClient, context.Context, context.CancelFunc)

type JobsConductServiceServer added in v0.8.19

type JobsConductServiceServer interface {
	// @perm: Attrs=Access/StringList:[]string{"Own", "All"}
	ListConductEntries(context.Context, *ListConductEntriesRequest) (*ListConductEntriesResponse, error)
	// @perm
	CreateConductEntry(context.Context, *CreateConductEntryRequest) (*CreateConductEntryResponse, error)
	// @perm
	UpdateConductEntry(context.Context, *UpdateConductEntryRequest) (*UpdateConductEntryResponse, error)
	// @perm
	DeleteConductEntry(context.Context, *DeleteConductEntryRequest) (*DeleteConductEntryResponse, error)
	// contains filtered or unexported methods
}

JobsConductServiceServer is the server API for JobsConductService service. All implementations must embed UnimplementedJobsConductServiceServer for forward compatibility

type JobsQualificationsServiceClient added in v0.8.19

type JobsQualificationsServiceClient interface {
}

JobsQualificationsServiceClient is the client API for JobsQualificationsService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewJobsQualificationsServiceClient added in v0.8.19

func NewJobsQualificationsServiceClient(cc grpc.ClientConnInterface) JobsQualificationsServiceClient

type JobsQualificationsServiceServer added in v0.8.19

type JobsQualificationsServiceServer interface {
	// contains filtered or unexported methods
}

JobsQualificationsServiceServer is the server API for JobsQualificationsService service. All implementations must embed UnimplementedJobsQualificationsServiceServer for forward compatibility

type JobsRequestsServiceClient added in v0.8.19

type JobsRequestsServiceClient interface {
	// @perm: Attrs=Access/StringList:[]string{"Own", "All"}
	ListRequests(ctx context.Context, in *ListRequestsRequest, opts ...grpc.CallOption) (*ListRequestsResponse, error)
	// @perm
	CreateRequest(ctx context.Context, in *CreateRequestRequest, opts ...grpc.CallOption) (*CreateRequestResponse, error)
	// @perm
	UpdateRequest(ctx context.Context, in *UpdateRequestRequest, opts ...grpc.CallOption) (*UpdateRequestResponse, error)
	// @perm
	DeleteRequest(ctx context.Context, in *DeleteRequestRequest, opts ...grpc.CallOption) (*DeleteRequestResponse, error)
	// @perm: Name=ListRequests
	ListRequestTypes(ctx context.Context, in *ListRequestTypesRequest, opts ...grpc.CallOption) (*ListRequestTypesResponse, error)
	// @perm
	CreateOrUpdateRequestType(ctx context.Context, in *CreateOrUpdateRequestTypeRequest, opts ...grpc.CallOption) (*CreateOrUpdateRequestTypeResponse, error)
	// @perm
	DeleteRequestType(ctx context.Context, in *DeleteRequestTypeRequest, opts ...grpc.CallOption) (*DeleteRequestTypeResponse, error)
	// @perm: Name=ListRequests
	ListRequestComments(ctx context.Context, in *ListRequestCommentsRequest, opts ...grpc.CallOption) (*ListRequestCommentsResponse, error)
	// @perm: Name=CreateRequest
	PostRequestComment(ctx context.Context, in *PostRequestCommentRequest, opts ...grpc.CallOption) (*PostRequestCommentResponse, error)
	// @perm
	DeleteRequestComment(ctx context.Context, in *DeleteRequestCommentRequest, opts ...grpc.CallOption) (*DeleteRequestCommentResponse, error)
}

JobsRequestsServiceClient is the client API for JobsRequestsService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewJobsRequestsServiceClient added in v0.8.19

func NewJobsRequestsServiceClient(cc grpc.ClientConnInterface) JobsRequestsServiceClient

func NewTestJobsRequestsServiceClient added in v0.8.19

func NewTestJobsRequestsServiceClient(srv JobsRequestsServiceServer) (JobsRequestsServiceClient, context.Context, context.CancelFunc)

type JobsRequestsServiceServer added in v0.8.19

type JobsRequestsServiceServer interface {
	// @perm: Attrs=Access/StringList:[]string{"Own", "All"}
	ListRequests(context.Context, *ListRequestsRequest) (*ListRequestsResponse, error)
	// @perm
	CreateRequest(context.Context, *CreateRequestRequest) (*CreateRequestResponse, error)
	// @perm
	UpdateRequest(context.Context, *UpdateRequestRequest) (*UpdateRequestResponse, error)
	// @perm
	DeleteRequest(context.Context, *DeleteRequestRequest) (*DeleteRequestResponse, error)
	// @perm: Name=ListRequests
	ListRequestTypes(context.Context, *ListRequestTypesRequest) (*ListRequestTypesResponse, error)
	// @perm
	CreateOrUpdateRequestType(context.Context, *CreateOrUpdateRequestTypeRequest) (*CreateOrUpdateRequestTypeResponse, error)
	// @perm
	DeleteRequestType(context.Context, *DeleteRequestTypeRequest) (*DeleteRequestTypeResponse, error)
	// @perm: Name=ListRequests
	ListRequestComments(context.Context, *ListRequestCommentsRequest) (*ListRequestCommentsResponse, error)
	// @perm: Name=CreateRequest
	PostRequestComment(context.Context, *PostRequestCommentRequest) (*PostRequestCommentResponse, error)
	// @perm
	DeleteRequestComment(context.Context, *DeleteRequestCommentRequest) (*DeleteRequestCommentResponse, error)
	// contains filtered or unexported methods
}

JobsRequestsServiceServer is the server API for JobsRequestsService service. All implementations must embed UnimplementedJobsRequestsServiceServer for forward compatibility

type JobsServiceClient

type JobsServiceClient interface {
	// @perm
	ListColleagues(ctx context.Context, in *ListColleaguesRequest, opts ...grpc.CallOption) (*ListColleaguesResponse, error)
	// @perm: Name=ListColleagues
	GetSelf(ctx context.Context, in *GetSelfRequest, opts ...grpc.CallOption) (*GetSelfResponse, error)
	// @perm
	GetColleague(ctx context.Context, in *GetColleagueRequest, opts ...grpc.CallOption) (*GetColleagueResponse, error)
	// @perm: Name=GetColleague
	ListColleagueActivity(ctx context.Context, in *ListColleagueActivityRequest, opts ...grpc.CallOption) (*ListColleagueActivityResponse, error)
	// @perm: Attrs=Access/StringList:[]string{"Own", "Lower_Rank", "Same_Rank", "Any"}
	SetJobsUserProps(ctx context.Context, in *SetJobsUserPropsRequest, opts ...grpc.CallOption) (*SetJobsUserPropsResponse, error)
	// @perm: Name=Any
	GetMOTD(ctx context.Context, in *GetMOTDRequest, opts ...grpc.CallOption) (*GetMOTDResponse, error)
	// @perm
	SetMOTD(ctx context.Context, in *SetMOTDRequest, opts ...grpc.CallOption) (*SetMOTDResponse, error)
}

JobsServiceClient is the client API for JobsService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type JobsServiceServer

type JobsServiceServer interface {
	// @perm
	ListColleagues(context.Context, *ListColleaguesRequest) (*ListColleaguesResponse, error)
	// @perm: Name=ListColleagues
	GetSelf(context.Context, *GetSelfRequest) (*GetSelfResponse, error)
	// @perm
	GetColleague(context.Context, *GetColleagueRequest) (*GetColleagueResponse, error)
	// @perm: Name=GetColleague
	ListColleagueActivity(context.Context, *ListColleagueActivityRequest) (*ListColleagueActivityResponse, error)
	// @perm: Attrs=Access/StringList:[]string{"Own", "Lower_Rank", "Same_Rank", "Any"}
	SetJobsUserProps(context.Context, *SetJobsUserPropsRequest) (*SetJobsUserPropsResponse, error)
	// @perm: Name=Any
	GetMOTD(context.Context, *GetMOTDRequest) (*GetMOTDResponse, error)
	// @perm
	SetMOTD(context.Context, *SetMOTDRequest) (*SetMOTDResponse, error)
	// contains filtered or unexported methods
}

JobsServiceServer is the server API for JobsService service. All implementations must embed UnimplementedJobsServiceServer for forward compatibility

type JobsTimeclockServiceClient added in v0.8.19

type JobsTimeclockServiceClient interface {
	// @perm: Attrs=Access/StringList:[]string{"All"}
	ListTimeclock(ctx context.Context, in *ListTimeclockRequest, opts ...grpc.CallOption) (*ListTimeclockResponse, error)
	// @perm: Name=ListTimeclock
	GetTimeclockStats(ctx context.Context, in *GetTimeclockStatsRequest, opts ...grpc.CallOption) (*GetTimeclockStatsResponse, error)
}

JobsTimeclockServiceClient is the client API for JobsTimeclockService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewJobsTimeclockServiceClient added in v0.8.19

func NewJobsTimeclockServiceClient(cc grpc.ClientConnInterface) JobsTimeclockServiceClient

func NewTestJobsTimeclockServiceClient added in v0.8.19

type JobsTimeclockServiceServer added in v0.8.19

type JobsTimeclockServiceServer interface {
	// @perm: Attrs=Access/StringList:[]string{"All"}
	ListTimeclock(context.Context, *ListTimeclockRequest) (*ListTimeclockResponse, error)
	// @perm: Name=ListTimeclock
	GetTimeclockStats(context.Context, *GetTimeclockStatsRequest) (*GetTimeclockStatsResponse, error)
	// contains filtered or unexported methods
}

JobsTimeclockServiceServer is the server API for JobsTimeclockService service. All implementations must embed UnimplementedJobsTimeclockServiceServer for forward compatibility

type ListColleagueActivityRequest added in v0.8.20

type ListColleagueActivityRequest struct {
	Pagination *database.PaginationRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
	UserId     int32                       `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListColleagueActivityRequest) Descriptor deprecated added in v0.8.20

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

Deprecated: Use ListColleagueActivityRequest.ProtoReflect.Descriptor instead.

func (*ListColleagueActivityRequest) GetPagination added in v0.8.20

func (*ListColleagueActivityRequest) GetUserId added in v0.8.20

func (x *ListColleagueActivityRequest) GetUserId() int32

func (*ListColleagueActivityRequest) ProtoMessage added in v0.8.20

func (*ListColleagueActivityRequest) ProtoMessage()

func (*ListColleagueActivityRequest) ProtoReflect added in v0.8.20

func (*ListColleagueActivityRequest) Reset added in v0.8.20

func (x *ListColleagueActivityRequest) Reset()

func (*ListColleagueActivityRequest) String added in v0.8.20

func (*ListColleagueActivityRequest) Validate added in v0.8.20

func (m *ListColleagueActivityRequest) Validate() error

Validate checks the field values on ListColleagueActivityRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListColleagueActivityRequest) ValidateAll added in v0.8.20

func (m *ListColleagueActivityRequest) ValidateAll() error

ValidateAll checks the field values on ListColleagueActivityRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListColleagueActivityRequestMultiError, or nil if none found.

type ListColleagueActivityRequestMultiError added in v0.8.20

type ListColleagueActivityRequestMultiError []error

ListColleagueActivityRequestMultiError is an error wrapping multiple validation errors returned by ListColleagueActivityRequest.ValidateAll() if the designated constraints aren't met.

func (ListColleagueActivityRequestMultiError) AllErrors added in v0.8.20

AllErrors returns a list of validation violation errors.

func (ListColleagueActivityRequestMultiError) Error added in v0.8.20

Error returns a concatenation of all the error messages it wraps.

type ListColleagueActivityRequestValidationError added in v0.8.20

type ListColleagueActivityRequestValidationError struct {
	// contains filtered or unexported fields
}

ListColleagueActivityRequestValidationError is the validation error returned by ListColleagueActivityRequest.Validate if the designated constraints aren't met.

func (ListColleagueActivityRequestValidationError) Cause added in v0.8.20

Cause function returns cause value.

func (ListColleagueActivityRequestValidationError) Error added in v0.8.20

Error satisfies the builtin error interface

func (ListColleagueActivityRequestValidationError) ErrorName added in v0.8.20

ErrorName returns error name.

func (ListColleagueActivityRequestValidationError) Field added in v0.8.20

Field function returns field value.

func (ListColleagueActivityRequestValidationError) Key added in v0.8.20

Key function returns key value.

func (ListColleagueActivityRequestValidationError) Reason added in v0.8.20

Reason function returns reason value.

type ListColleagueActivityResponse added in v0.8.20

type ListColleagueActivityResponse struct {
	Pagination *database.PaginationResponse `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
	Activity   []*jobs.JobsUserActivity     `protobuf:"bytes,2,rep,name=activity,proto3" json:"activity,omitempty"`
	// contains filtered or unexported fields
}

func (*ListColleagueActivityResponse) Descriptor deprecated added in v0.8.20

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

Deprecated: Use ListColleagueActivityResponse.ProtoReflect.Descriptor instead.

func (*ListColleagueActivityResponse) GetActivity added in v0.8.20

func (*ListColleagueActivityResponse) GetPagination added in v0.8.20

func (*ListColleagueActivityResponse) ProtoMessage added in v0.8.20

func (*ListColleagueActivityResponse) ProtoMessage()

func (*ListColleagueActivityResponse) ProtoReflect added in v0.8.20

func (*ListColleagueActivityResponse) Reset added in v0.8.20

func (x *ListColleagueActivityResponse) Reset()

func (*ListColleagueActivityResponse) String added in v0.8.20

func (*ListColleagueActivityResponse) Validate added in v0.8.20

func (m *ListColleagueActivityResponse) Validate() error

Validate checks the field values on ListColleagueActivityResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListColleagueActivityResponse) ValidateAll added in v0.8.20

func (m *ListColleagueActivityResponse) ValidateAll() error

ValidateAll checks the field values on ListColleagueActivityResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListColleagueActivityResponseMultiError, or nil if none found.

type ListColleagueActivityResponseMultiError added in v0.8.20

type ListColleagueActivityResponseMultiError []error

ListColleagueActivityResponseMultiError is an error wrapping multiple validation errors returned by ListColleagueActivityResponse.ValidateAll() if the designated constraints aren't met.

func (ListColleagueActivityResponseMultiError) AllErrors added in v0.8.20

AllErrors returns a list of validation violation errors.

func (ListColleagueActivityResponseMultiError) Error added in v0.8.20

Error returns a concatenation of all the error messages it wraps.

type ListColleagueActivityResponseValidationError added in v0.8.20

type ListColleagueActivityResponseValidationError struct {
	// contains filtered or unexported fields
}

ListColleagueActivityResponseValidationError is the validation error returned by ListColleagueActivityResponse.Validate if the designated constraints aren't met.

func (ListColleagueActivityResponseValidationError) Cause added in v0.8.20

Cause function returns cause value.

func (ListColleagueActivityResponseValidationError) Error added in v0.8.20

Error satisfies the builtin error interface

func (ListColleagueActivityResponseValidationError) ErrorName added in v0.8.20

ErrorName returns error name.

func (ListColleagueActivityResponseValidationError) Field added in v0.8.20

Field function returns field value.

func (ListColleagueActivityResponseValidationError) Key added in v0.8.20

Key function returns key value.

func (ListColleagueActivityResponseValidationError) Reason added in v0.8.20

Reason function returns reason value.

type ListColleaguesRequest added in v0.8.19

type ListColleaguesRequest struct {
	Pagination *database.PaginationRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// Search params
	SearchName string `protobuf:"bytes,2,opt,name=search_name,json=searchName,proto3" json:"search_name,omitempty"`
	UserId     *int32 `protobuf:"varint,3,opt,name=user_id,json=userId,proto3,oneof" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListColleaguesRequest) Descriptor deprecated added in v0.8.19

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

Deprecated: Use ListColleaguesRequest.ProtoReflect.Descriptor instead.

func (*ListColleaguesRequest) GetPagination added in v0.8.19

func (x *ListColleaguesRequest) GetPagination() *database.PaginationRequest

func (*ListColleaguesRequest) GetSearchName added in v0.8.19

func (x *ListColleaguesRequest) GetSearchName() string

func (*ListColleaguesRequest) GetUserId added in v0.8.20

func (x *ListColleaguesRequest) GetUserId() int32

func (*ListColleaguesRequest) ProtoMessage added in v0.8.19

func (*ListColleaguesRequest) ProtoMessage()

func (*ListColleaguesRequest) ProtoReflect added in v0.8.19

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

func (*ListColleaguesRequest) Reset added in v0.8.19

func (x *ListColleaguesRequest) Reset()

func (*ListColleaguesRequest) String added in v0.8.19

func (x *ListColleaguesRequest) String() string

func (*ListColleaguesRequest) Validate added in v0.8.19

func (m *ListColleaguesRequest) Validate() error

Validate checks the field values on ListColleaguesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListColleaguesRequest) ValidateAll added in v0.8.19

func (m *ListColleaguesRequest) ValidateAll() error

ValidateAll checks the field values on ListColleaguesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListColleaguesRequestMultiError, or nil if none found.

type ListColleaguesRequestMultiError added in v0.8.19

type ListColleaguesRequestMultiError []error

ListColleaguesRequestMultiError is an error wrapping multiple validation errors returned by ListColleaguesRequest.ValidateAll() if the designated constraints aren't met.

func (ListColleaguesRequestMultiError) AllErrors added in v0.8.19

func (m ListColleaguesRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListColleaguesRequestMultiError) Error added in v0.8.19

Error returns a concatenation of all the error messages it wraps.

type ListColleaguesRequestValidationError added in v0.8.19

type ListColleaguesRequestValidationError struct {
	// contains filtered or unexported fields
}

ListColleaguesRequestValidationError is the validation error returned by ListColleaguesRequest.Validate if the designated constraints aren't met.

func (ListColleaguesRequestValidationError) Cause added in v0.8.19

Cause function returns cause value.

func (ListColleaguesRequestValidationError) Error added in v0.8.19

Error satisfies the builtin error interface

func (ListColleaguesRequestValidationError) ErrorName added in v0.8.19

ErrorName returns error name.

func (ListColleaguesRequestValidationError) Field added in v0.8.19

Field function returns field value.

func (ListColleaguesRequestValidationError) Key added in v0.8.19

Key function returns key value.

func (ListColleaguesRequestValidationError) Reason added in v0.8.19

Reason function returns reason value.

type ListColleaguesResponse added in v0.8.19

type ListColleaguesResponse struct {
	Pagination *database.PaginationResponse `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
	Colleagues []*jobs.Colleague            `protobuf:"bytes,2,rep,name=colleagues,proto3" json:"colleagues,omitempty"`
	// contains filtered or unexported fields
}

func (*ListColleaguesResponse) Descriptor deprecated added in v0.8.19

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

Deprecated: Use ListColleaguesResponse.ProtoReflect.Descriptor instead.

func (*ListColleaguesResponse) GetColleagues added in v0.8.20

func (x *ListColleaguesResponse) GetColleagues() []*jobs.Colleague

func (*ListColleaguesResponse) GetPagination added in v0.8.19

func (*ListColleaguesResponse) ProtoMessage added in v0.8.19

func (*ListColleaguesResponse) ProtoMessage()

func (*ListColleaguesResponse) ProtoReflect added in v0.8.19

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

func (*ListColleaguesResponse) Reset added in v0.8.19

func (x *ListColleaguesResponse) Reset()

func (*ListColleaguesResponse) String added in v0.8.19

func (x *ListColleaguesResponse) String() string

func (*ListColleaguesResponse) Validate added in v0.8.19

func (m *ListColleaguesResponse) Validate() error

Validate checks the field values on ListColleaguesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListColleaguesResponse) ValidateAll added in v0.8.19

func (m *ListColleaguesResponse) ValidateAll() error

ValidateAll checks the field values on ListColleaguesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListColleaguesResponseMultiError, or nil if none found.

type ListColleaguesResponseMultiError added in v0.8.19

type ListColleaguesResponseMultiError []error

ListColleaguesResponseMultiError is an error wrapping multiple validation errors returned by ListColleaguesResponse.ValidateAll() if the designated constraints aren't met.

func (ListColleaguesResponseMultiError) AllErrors added in v0.8.19

func (m ListColleaguesResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListColleaguesResponseMultiError) Error added in v0.8.19

Error returns a concatenation of all the error messages it wraps.

type ListColleaguesResponseValidationError added in v0.8.19

type ListColleaguesResponseValidationError struct {
	// contains filtered or unexported fields
}

ListColleaguesResponseValidationError is the validation error returned by ListColleaguesResponse.Validate if the designated constraints aren't met.

func (ListColleaguesResponseValidationError) Cause added in v0.8.19

Cause function returns cause value.

func (ListColleaguesResponseValidationError) Error added in v0.8.19

Error satisfies the builtin error interface

func (ListColleaguesResponseValidationError) ErrorName added in v0.8.19

ErrorName returns error name.

func (ListColleaguesResponseValidationError) Field added in v0.8.19

Field function returns field value.

func (ListColleaguesResponseValidationError) Key added in v0.8.19

Key function returns key value.

func (ListColleaguesResponseValidationError) Reason added in v0.8.19

Reason function returns reason value.

type ListConductEntriesRequest added in v0.8.19

type ListConductEntriesRequest struct {
	Pagination *database.PaginationRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// Search params
	Types       []jobs.ConductType `protobuf:"varint,2,rep,packed,name=types,proto3,enum=resources.jobs.ConductType" json:"types,omitempty"`
	ShowExpired *bool              `protobuf:"varint,3,opt,name=show_expired,json=showExpired,proto3,oneof" json:"show_expired,omitempty"`
	UserIds     []int32            `protobuf:"varint,4,rep,packed,name=user_ids,json=userIds,proto3" json:"user_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*ListConductEntriesRequest) Descriptor deprecated added in v0.8.19

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

Deprecated: Use ListConductEntriesRequest.ProtoReflect.Descriptor instead.

func (*ListConductEntriesRequest) GetPagination added in v0.8.19

func (*ListConductEntriesRequest) GetShowExpired added in v0.8.19

func (x *ListConductEntriesRequest) GetShowExpired() bool

func (*ListConductEntriesRequest) GetTypes added in v0.8.19

func (x *ListConductEntriesRequest) GetTypes() []jobs.ConductType

func (*ListConductEntriesRequest) GetUserIds added in v0.8.19

func (x *ListConductEntriesRequest) GetUserIds() []int32

func (*ListConductEntriesRequest) ProtoMessage added in v0.8.19

func (*ListConductEntriesRequest) ProtoMessage()

func (*ListConductEntriesRequest) ProtoReflect added in v0.8.19

func (*ListConductEntriesRequest) Reset added in v0.8.19

func (x *ListConductEntriesRequest) Reset()

func (*ListConductEntriesRequest) String added in v0.8.19

func (x *ListConductEntriesRequest) String() string

func (*ListConductEntriesRequest) Validate added in v0.8.19

func (m *ListConductEntriesRequest) Validate() error

Validate checks the field values on ListConductEntriesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListConductEntriesRequest) ValidateAll added in v0.8.19

func (m *ListConductEntriesRequest) ValidateAll() error

ValidateAll checks the field values on ListConductEntriesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListConductEntriesRequestMultiError, or nil if none found.

type ListConductEntriesRequestMultiError added in v0.8.19

type ListConductEntriesRequestMultiError []error

ListConductEntriesRequestMultiError is an error wrapping multiple validation errors returned by ListConductEntriesRequest.ValidateAll() if the designated constraints aren't met.

func (ListConductEntriesRequestMultiError) AllErrors added in v0.8.19

AllErrors returns a list of validation violation errors.

func (ListConductEntriesRequestMultiError) Error added in v0.8.19

Error returns a concatenation of all the error messages it wraps.

type ListConductEntriesRequestValidationError added in v0.8.19

type ListConductEntriesRequestValidationError struct {
	// contains filtered or unexported fields
}

ListConductEntriesRequestValidationError is the validation error returned by ListConductEntriesRequest.Validate if the designated constraints aren't met.

func (ListConductEntriesRequestValidationError) Cause added in v0.8.19

Cause function returns cause value.

func (ListConductEntriesRequestValidationError) Error added in v0.8.19

Error satisfies the builtin error interface

func (ListConductEntriesRequestValidationError) ErrorName added in v0.8.19

ErrorName returns error name.

func (ListConductEntriesRequestValidationError) Field added in v0.8.19

Field function returns field value.

func (ListConductEntriesRequestValidationError) Key added in v0.8.19

Key function returns key value.

func (ListConductEntriesRequestValidationError) Reason added in v0.8.19

Reason function returns reason value.

type ListConductEntriesResponse added in v0.8.19

type ListConductEntriesResponse struct {
	Pagination *database.PaginationResponse `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
	Entries    []*jobs.ConductEntry         `protobuf:"bytes,2,rep,name=entries,proto3" json:"entries,omitempty"`
	// contains filtered or unexported fields
}

func (*ListConductEntriesResponse) Descriptor deprecated added in v0.8.19

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

Deprecated: Use ListConductEntriesResponse.ProtoReflect.Descriptor instead.

func (*ListConductEntriesResponse) GetEntries added in v0.8.19

func (x *ListConductEntriesResponse) GetEntries() []*jobs.ConductEntry

func (*ListConductEntriesResponse) GetPagination added in v0.8.19

func (*ListConductEntriesResponse) ProtoMessage added in v0.8.19

func (*ListConductEntriesResponse) ProtoMessage()

func (*ListConductEntriesResponse) ProtoReflect added in v0.8.19

func (*ListConductEntriesResponse) Reset added in v0.8.19

func (x *ListConductEntriesResponse) Reset()

func (*ListConductEntriesResponse) String added in v0.8.19

func (x *ListConductEntriesResponse) String() string

func (*ListConductEntriesResponse) Validate added in v0.8.19

func (m *ListConductEntriesResponse) Validate() error

Validate checks the field values on ListConductEntriesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListConductEntriesResponse) ValidateAll added in v0.8.19

func (m *ListConductEntriesResponse) ValidateAll() error

ValidateAll checks the field values on ListConductEntriesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListConductEntriesResponseMultiError, or nil if none found.

type ListConductEntriesResponseMultiError added in v0.8.19

type ListConductEntriesResponseMultiError []error

ListConductEntriesResponseMultiError is an error wrapping multiple validation errors returned by ListConductEntriesResponse.ValidateAll() if the designated constraints aren't met.

func (ListConductEntriesResponseMultiError) AllErrors added in v0.8.19

AllErrors returns a list of validation violation errors.

func (ListConductEntriesResponseMultiError) Error added in v0.8.19

Error returns a concatenation of all the error messages it wraps.

type ListConductEntriesResponseValidationError added in v0.8.19

type ListConductEntriesResponseValidationError struct {
	// contains filtered or unexported fields
}

ListConductEntriesResponseValidationError is the validation error returned by ListConductEntriesResponse.Validate if the designated constraints aren't met.

func (ListConductEntriesResponseValidationError) Cause added in v0.8.19

Cause function returns cause value.

func (ListConductEntriesResponseValidationError) Error added in v0.8.19

Error satisfies the builtin error interface

func (ListConductEntriesResponseValidationError) ErrorName added in v0.8.19

ErrorName returns error name.

func (ListConductEntriesResponseValidationError) Field added in v0.8.19

Field function returns field value.

func (ListConductEntriesResponseValidationError) Key added in v0.8.19

Key function returns key value.

func (ListConductEntriesResponseValidationError) Reason added in v0.8.19

Reason function returns reason value.

type ListRequestCommentsRequest added in v0.8.19

type ListRequestCommentsRequest struct {
	Pagination *database.PaginationRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
	RequestId  uint64                      `protobuf:"varint,2,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListRequestCommentsRequest) Descriptor deprecated added in v0.8.19

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

Deprecated: Use ListRequestCommentsRequest.ProtoReflect.Descriptor instead.

func (*ListRequestCommentsRequest) GetPagination added in v0.8.19

func (*ListRequestCommentsRequest) GetRequestId added in v0.8.19

func (x *ListRequestCommentsRequest) GetRequestId() uint64

func (*ListRequestCommentsRequest) ProtoMessage added in v0.8.19

func (*ListRequestCommentsRequest) ProtoMessage()

func (*ListRequestCommentsRequest) ProtoReflect added in v0.8.19

func (*ListRequestCommentsRequest) Reset added in v0.8.19

func (x *ListRequestCommentsRequest) Reset()

func (*ListRequestCommentsRequest) String added in v0.8.19

func (x *ListRequestCommentsRequest) String() string

func (*ListRequestCommentsRequest) Validate added in v0.8.19

func (m *ListRequestCommentsRequest) Validate() error

Validate checks the field values on ListRequestCommentsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListRequestCommentsRequest) ValidateAll added in v0.8.19

func (m *ListRequestCommentsRequest) ValidateAll() error

ValidateAll checks the field values on ListRequestCommentsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListRequestCommentsRequestMultiError, or nil if none found.

type ListRequestCommentsRequestMultiError added in v0.8.19

type ListRequestCommentsRequestMultiError []error

ListRequestCommentsRequestMultiError is an error wrapping multiple validation errors returned by ListRequestCommentsRequest.ValidateAll() if the designated constraints aren't met.

func (ListRequestCommentsRequestMultiError) AllErrors added in v0.8.19

AllErrors returns a list of validation violation errors.

func (ListRequestCommentsRequestMultiError) Error added in v0.8.19

Error returns a concatenation of all the error messages it wraps.

type ListRequestCommentsRequestValidationError added in v0.8.19

type ListRequestCommentsRequestValidationError struct {
	// contains filtered or unexported fields
}

ListRequestCommentsRequestValidationError is the validation error returned by ListRequestCommentsRequest.Validate if the designated constraints aren't met.

func (ListRequestCommentsRequestValidationError) Cause added in v0.8.19

Cause function returns cause value.

func (ListRequestCommentsRequestValidationError) Error added in v0.8.19

Error satisfies the builtin error interface

func (ListRequestCommentsRequestValidationError) ErrorName added in v0.8.19

ErrorName returns error name.

func (ListRequestCommentsRequestValidationError) Field added in v0.8.19

Field function returns field value.

func (ListRequestCommentsRequestValidationError) Key added in v0.8.19

Key function returns key value.

func (ListRequestCommentsRequestValidationError) Reason added in v0.8.19

Reason function returns reason value.

type ListRequestCommentsResponse added in v0.8.19

type ListRequestCommentsResponse struct {
	Pagination *database.PaginationResponse `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
	Comments   []*jobs.RequestComment       `protobuf:"bytes,2,rep,name=comments,proto3" json:"comments,omitempty"`
	// contains filtered or unexported fields
}

func (*ListRequestCommentsResponse) Descriptor deprecated added in v0.8.19

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

Deprecated: Use ListRequestCommentsResponse.ProtoReflect.Descriptor instead.

func (*ListRequestCommentsResponse) GetComments added in v0.8.19

func (x *ListRequestCommentsResponse) GetComments() []*jobs.RequestComment

func (*ListRequestCommentsResponse) GetPagination added in v0.8.19

func (*ListRequestCommentsResponse) ProtoMessage added in v0.8.19

func (*ListRequestCommentsResponse) ProtoMessage()

func (*ListRequestCommentsResponse) ProtoReflect added in v0.8.19

func (*ListRequestCommentsResponse) Reset added in v0.8.19

func (x *ListRequestCommentsResponse) Reset()

func (*ListRequestCommentsResponse) String added in v0.8.19

func (x *ListRequestCommentsResponse) String() string

func (*ListRequestCommentsResponse) Validate added in v0.8.19

func (m *ListRequestCommentsResponse) Validate() error

Validate checks the field values on ListRequestCommentsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListRequestCommentsResponse) ValidateAll added in v0.8.19

func (m *ListRequestCommentsResponse) ValidateAll() error

ValidateAll checks the field values on ListRequestCommentsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListRequestCommentsResponseMultiError, or nil if none found.

type ListRequestCommentsResponseMultiError added in v0.8.19

type ListRequestCommentsResponseMultiError []error

ListRequestCommentsResponseMultiError is an error wrapping multiple validation errors returned by ListRequestCommentsResponse.ValidateAll() if the designated constraints aren't met.

func (ListRequestCommentsResponseMultiError) AllErrors added in v0.8.19

AllErrors returns a list of validation violation errors.

func (ListRequestCommentsResponseMultiError) Error added in v0.8.19

Error returns a concatenation of all the error messages it wraps.

type ListRequestCommentsResponseValidationError added in v0.8.19

type ListRequestCommentsResponseValidationError struct {
	// contains filtered or unexported fields
}

ListRequestCommentsResponseValidationError is the validation error returned by ListRequestCommentsResponse.Validate if the designated constraints aren't met.

func (ListRequestCommentsResponseValidationError) Cause added in v0.8.19

Cause function returns cause value.

func (ListRequestCommentsResponseValidationError) Error added in v0.8.19

Error satisfies the builtin error interface

func (ListRequestCommentsResponseValidationError) ErrorName added in v0.8.19

ErrorName returns error name.

func (ListRequestCommentsResponseValidationError) Field added in v0.8.19

Field function returns field value.

func (ListRequestCommentsResponseValidationError) Key added in v0.8.19

Key function returns key value.

func (ListRequestCommentsResponseValidationError) Reason added in v0.8.19

Reason function returns reason value.

type ListRequestTypesRequest added in v0.8.19

type ListRequestTypesRequest struct {
	// contains filtered or unexported fields
}

func (*ListRequestTypesRequest) Descriptor deprecated added in v0.8.19

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

Deprecated: Use ListRequestTypesRequest.ProtoReflect.Descriptor instead.

func (*ListRequestTypesRequest) ProtoMessage added in v0.8.19

func (*ListRequestTypesRequest) ProtoMessage()

func (*ListRequestTypesRequest) ProtoReflect added in v0.8.19

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

func (*ListRequestTypesRequest) Reset added in v0.8.19

func (x *ListRequestTypesRequest) Reset()

func (*ListRequestTypesRequest) String added in v0.8.19

func (x *ListRequestTypesRequest) String() string

func (*ListRequestTypesRequest) Validate added in v0.8.19

func (m *ListRequestTypesRequest) Validate() error

Validate checks the field values on ListRequestTypesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListRequestTypesRequest) ValidateAll added in v0.8.19

func (m *ListRequestTypesRequest) ValidateAll() error

ValidateAll checks the field values on ListRequestTypesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListRequestTypesRequestMultiError, or nil if none found.

type ListRequestTypesRequestMultiError added in v0.8.19

type ListRequestTypesRequestMultiError []error

ListRequestTypesRequestMultiError is an error wrapping multiple validation errors returned by ListRequestTypesRequest.ValidateAll() if the designated constraints aren't met.

func (ListRequestTypesRequestMultiError) AllErrors added in v0.8.19

func (m ListRequestTypesRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListRequestTypesRequestMultiError) Error added in v0.8.19

Error returns a concatenation of all the error messages it wraps.

type ListRequestTypesRequestValidationError added in v0.8.19

type ListRequestTypesRequestValidationError struct {
	// contains filtered or unexported fields
}

ListRequestTypesRequestValidationError is the validation error returned by ListRequestTypesRequest.Validate if the designated constraints aren't met.

func (ListRequestTypesRequestValidationError) Cause added in v0.8.19

Cause function returns cause value.

func (ListRequestTypesRequestValidationError) Error added in v0.8.19

Error satisfies the builtin error interface

func (ListRequestTypesRequestValidationError) ErrorName added in v0.8.19

ErrorName returns error name.

func (ListRequestTypesRequestValidationError) Field added in v0.8.19

Field function returns field value.

func (ListRequestTypesRequestValidationError) Key added in v0.8.19

Key function returns key value.

func (ListRequestTypesRequestValidationError) Reason added in v0.8.19

Reason function returns reason value.

type ListRequestTypesResponse added in v0.8.19

type ListRequestTypesResponse struct {
	Types []*jobs.RequestType `protobuf:"bytes,1,rep,name=types,proto3" json:"types,omitempty"`
	// contains filtered or unexported fields
}

func (*ListRequestTypesResponse) Descriptor deprecated added in v0.8.19

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

Deprecated: Use ListRequestTypesResponse.ProtoReflect.Descriptor instead.

func (*ListRequestTypesResponse) GetTypes added in v0.8.19

func (x *ListRequestTypesResponse) GetTypes() []*jobs.RequestType

func (*ListRequestTypesResponse) ProtoMessage added in v0.8.19

func (*ListRequestTypesResponse) ProtoMessage()

func (*ListRequestTypesResponse) ProtoReflect added in v0.8.19

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

func (*ListRequestTypesResponse) Reset added in v0.8.19

func (x *ListRequestTypesResponse) Reset()

func (*ListRequestTypesResponse) String added in v0.8.19

func (x *ListRequestTypesResponse) String() string

func (*ListRequestTypesResponse) Validate added in v0.8.19

func (m *ListRequestTypesResponse) Validate() error

Validate checks the field values on ListRequestTypesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListRequestTypesResponse) ValidateAll added in v0.8.19

func (m *ListRequestTypesResponse) ValidateAll() error

ValidateAll checks the field values on ListRequestTypesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListRequestTypesResponseMultiError, or nil if none found.

type ListRequestTypesResponseMultiError added in v0.8.19

type ListRequestTypesResponseMultiError []error

ListRequestTypesResponseMultiError is an error wrapping multiple validation errors returned by ListRequestTypesResponse.ValidateAll() if the designated constraints aren't met.

func (ListRequestTypesResponseMultiError) AllErrors added in v0.8.19

func (m ListRequestTypesResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListRequestTypesResponseMultiError) Error added in v0.8.19

Error returns a concatenation of all the error messages it wraps.

type ListRequestTypesResponseValidationError added in v0.8.19

type ListRequestTypesResponseValidationError struct {
	// contains filtered or unexported fields
}

ListRequestTypesResponseValidationError is the validation error returned by ListRequestTypesResponse.Validate if the designated constraints aren't met.

func (ListRequestTypesResponseValidationError) Cause added in v0.8.19

Cause function returns cause value.

func (ListRequestTypesResponseValidationError) Error added in v0.8.19

Error satisfies the builtin error interface

func (ListRequestTypesResponseValidationError) ErrorName added in v0.8.19

ErrorName returns error name.

func (ListRequestTypesResponseValidationError) Field added in v0.8.19

Field function returns field value.

func (ListRequestTypesResponseValidationError) Key added in v0.8.19

Key function returns key value.

func (ListRequestTypesResponseValidationError) Reason added in v0.8.19

Reason function returns reason value.

type ListRequestsRequest added in v0.8.19

type ListRequestsRequest struct {
	Pagination *database.PaginationRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// Search
	UserIds []int32              `protobuf:"varint,2,rep,packed,name=user_ids,json=userIds,proto3" json:"user_ids,omitempty"`
	From    *timestamp.Timestamp `protobuf:"bytes,3,opt,name=from,proto3,oneof" json:"from,omitempty"`
	To      *timestamp.Timestamp `protobuf:"bytes,4,opt,name=to,proto3,oneof" json:"to,omitempty"`
	Search  *string              `protobuf:"bytes,5,opt,name=search,proto3,oneof" json:"search,omitempty"`
	// contains filtered or unexported fields
}

func (*ListRequestsRequest) Descriptor deprecated added in v0.8.19

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

Deprecated: Use ListRequestsRequest.ProtoReflect.Descriptor instead.

func (*ListRequestsRequest) GetFrom added in v0.8.19

func (x *ListRequestsRequest) GetFrom() *timestamp.Timestamp

func (*ListRequestsRequest) GetPagination added in v0.8.19

func (x *ListRequestsRequest) GetPagination() *database.PaginationRequest

func (*ListRequestsRequest) GetSearch added in v0.8.19

func (x *ListRequestsRequest) GetSearch() string

func (*ListRequestsRequest) GetTo added in v0.8.19

func (*ListRequestsRequest) GetUserIds added in v0.8.19

func (x *ListRequestsRequest) GetUserIds() []int32

func (*ListRequestsRequest) ProtoMessage added in v0.8.19

func (*ListRequestsRequest) ProtoMessage()

func (*ListRequestsRequest) ProtoReflect added in v0.8.19

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

func (*ListRequestsRequest) Reset added in v0.8.19

func (x *ListRequestsRequest) Reset()

func (*ListRequestsRequest) String added in v0.8.19

func (x *ListRequestsRequest) String() string

func (*ListRequestsRequest) Validate added in v0.8.19

func (m *ListRequestsRequest) Validate() error

Validate checks the field values on ListRequestsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListRequestsRequest) ValidateAll added in v0.8.19

func (m *ListRequestsRequest) ValidateAll() error

ValidateAll checks the field values on ListRequestsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListRequestsRequestMultiError, or nil if none found.

type ListRequestsRequestMultiError added in v0.8.19

type ListRequestsRequestMultiError []error

ListRequestsRequestMultiError is an error wrapping multiple validation errors returned by ListRequestsRequest.ValidateAll() if the designated constraints aren't met.

func (ListRequestsRequestMultiError) AllErrors added in v0.8.19

func (m ListRequestsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListRequestsRequestMultiError) Error added in v0.8.19

Error returns a concatenation of all the error messages it wraps.

type ListRequestsRequestValidationError added in v0.8.19

type ListRequestsRequestValidationError struct {
	// contains filtered or unexported fields
}

ListRequestsRequestValidationError is the validation error returned by ListRequestsRequest.Validate if the designated constraints aren't met.

func (ListRequestsRequestValidationError) Cause added in v0.8.19

Cause function returns cause value.

func (ListRequestsRequestValidationError) Error added in v0.8.19

Error satisfies the builtin error interface

func (ListRequestsRequestValidationError) ErrorName added in v0.8.19

ErrorName returns error name.

func (ListRequestsRequestValidationError) Field added in v0.8.19

Field function returns field value.

func (ListRequestsRequestValidationError) Key added in v0.8.19

Key function returns key value.

func (ListRequestsRequestValidationError) Reason added in v0.8.19

Reason function returns reason value.

type ListRequestsResponse added in v0.8.19

type ListRequestsResponse struct {
	Pagination *database.PaginationResponse `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
	Entries    []*jobs.Request              `protobuf:"bytes,2,rep,name=entries,proto3" json:"entries,omitempty"`
	// contains filtered or unexported fields
}

func (*ListRequestsResponse) Descriptor deprecated added in v0.8.19

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

Deprecated: Use ListRequestsResponse.ProtoReflect.Descriptor instead.

func (*ListRequestsResponse) GetEntries added in v0.8.19

func (x *ListRequestsResponse) GetEntries() []*jobs.Request

func (*ListRequestsResponse) GetPagination added in v0.8.19

func (x *ListRequestsResponse) GetPagination() *database.PaginationResponse

func (*ListRequestsResponse) ProtoMessage added in v0.8.19

func (*ListRequestsResponse) ProtoMessage()

func (*ListRequestsResponse) ProtoReflect added in v0.8.19

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

func (*ListRequestsResponse) Reset added in v0.8.19

func (x *ListRequestsResponse) Reset()

func (*ListRequestsResponse) String added in v0.8.19

func (x *ListRequestsResponse) String() string

func (*ListRequestsResponse) Validate added in v0.8.19

func (m *ListRequestsResponse) Validate() error

Validate checks the field values on ListRequestsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListRequestsResponse) ValidateAll added in v0.8.19

func (m *ListRequestsResponse) ValidateAll() error

ValidateAll checks the field values on ListRequestsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListRequestsResponseMultiError, or nil if none found.

type ListRequestsResponseMultiError added in v0.8.19

type ListRequestsResponseMultiError []error

ListRequestsResponseMultiError is an error wrapping multiple validation errors returned by ListRequestsResponse.ValidateAll() if the designated constraints aren't met.

func (ListRequestsResponseMultiError) AllErrors added in v0.8.19

func (m ListRequestsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListRequestsResponseMultiError) Error added in v0.8.19

Error returns a concatenation of all the error messages it wraps.

type ListRequestsResponseValidationError added in v0.8.19

type ListRequestsResponseValidationError struct {
	// contains filtered or unexported fields
}

ListRequestsResponseValidationError is the validation error returned by ListRequestsResponse.Validate if the designated constraints aren't met.

func (ListRequestsResponseValidationError) Cause added in v0.8.19

Cause function returns cause value.

func (ListRequestsResponseValidationError) Error added in v0.8.19

Error satisfies the builtin error interface

func (ListRequestsResponseValidationError) ErrorName added in v0.8.19

ErrorName returns error name.

func (ListRequestsResponseValidationError) Field added in v0.8.19

Field function returns field value.

func (ListRequestsResponseValidationError) Key added in v0.8.19

Key function returns key value.

func (ListRequestsResponseValidationError) Reason added in v0.8.19

Reason function returns reason value.

type ListTimeclockRequest added in v0.8.19

type ListTimeclockRequest struct {
	Pagination *database.PaginationRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// Search
	UserIds []int32              `protobuf:"varint,2,rep,packed,name=user_ids,json=userIds,proto3" json:"user_ids,omitempty"`
	From    *timestamp.Timestamp `protobuf:"bytes,3,opt,name=from,proto3,oneof" json:"from,omitempty"`
	To      *timestamp.Timestamp `protobuf:"bytes,4,opt,name=to,proto3,oneof" json:"to,omitempty"`
	PerDay  *bool                `protobuf:"varint,5,opt,name=per_day,json=perDay,proto3,oneof" json:"per_day,omitempty"`
	// contains filtered or unexported fields
}

func (*ListTimeclockRequest) Descriptor deprecated added in v0.8.19

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

Deprecated: Use ListTimeclockRequest.ProtoReflect.Descriptor instead.

func (*ListTimeclockRequest) GetFrom added in v0.8.19

func (*ListTimeclockRequest) GetPagination added in v0.8.19

func (x *ListTimeclockRequest) GetPagination() *database.PaginationRequest

func (*ListTimeclockRequest) GetPerDay added in v0.8.19

func (x *ListTimeclockRequest) GetPerDay() bool

func (*ListTimeclockRequest) GetTo added in v0.8.19

func (*ListTimeclockRequest) GetUserIds added in v0.8.19

func (x *ListTimeclockRequest) GetUserIds() []int32

func (*ListTimeclockRequest) ProtoMessage added in v0.8.19

func (*ListTimeclockRequest) ProtoMessage()

func (*ListTimeclockRequest) ProtoReflect added in v0.8.19

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

func (*ListTimeclockRequest) Reset added in v0.8.19

func (x *ListTimeclockRequest) Reset()

func (*ListTimeclockRequest) String added in v0.8.19

func (x *ListTimeclockRequest) String() string

func (*ListTimeclockRequest) Validate added in v0.8.19

func (m *ListTimeclockRequest) Validate() error

Validate checks the field values on ListTimeclockRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListTimeclockRequest) ValidateAll added in v0.8.19

func (m *ListTimeclockRequest) ValidateAll() error

ValidateAll checks the field values on ListTimeclockRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListTimeclockRequestMultiError, or nil if none found.

type ListTimeclockRequestMultiError added in v0.8.19

type ListTimeclockRequestMultiError []error

ListTimeclockRequestMultiError is an error wrapping multiple validation errors returned by ListTimeclockRequest.ValidateAll() if the designated constraints aren't met.

func (ListTimeclockRequestMultiError) AllErrors added in v0.8.19

func (m ListTimeclockRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListTimeclockRequestMultiError) Error added in v0.8.19

Error returns a concatenation of all the error messages it wraps.

type ListTimeclockRequestValidationError added in v0.8.19

type ListTimeclockRequestValidationError struct {
	// contains filtered or unexported fields
}

ListTimeclockRequestValidationError is the validation error returned by ListTimeclockRequest.Validate if the designated constraints aren't met.

func (ListTimeclockRequestValidationError) Cause added in v0.8.19

Cause function returns cause value.

func (ListTimeclockRequestValidationError) Error added in v0.8.19

Error satisfies the builtin error interface

func (ListTimeclockRequestValidationError) ErrorName added in v0.8.19

ErrorName returns error name.

func (ListTimeclockRequestValidationError) Field added in v0.8.19

Field function returns field value.

func (ListTimeclockRequestValidationError) Key added in v0.8.19

Key function returns key value.

func (ListTimeclockRequestValidationError) Reason added in v0.8.19

Reason function returns reason value.

type ListTimeclockResponse added in v0.8.19

type ListTimeclockResponse struct {
	Pagination *database.PaginationResponse `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
	Entries    []*jobs.TimeclockEntry       `protobuf:"bytes,2,rep,name=entries,proto3" json:"entries,omitempty"`
	Stats      *jobs.TimeclockStats         `protobuf:"bytes,3,opt,name=stats,proto3" json:"stats,omitempty"`
	Weekly     []*jobs.TimeclockWeeklyStats `protobuf:"bytes,4,rep,name=weekly,proto3" json:"weekly,omitempty"`
	// contains filtered or unexported fields
}

func (*ListTimeclockResponse) Descriptor deprecated added in v0.8.19

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

Deprecated: Use ListTimeclockResponse.ProtoReflect.Descriptor instead.

func (*ListTimeclockResponse) GetEntries added in v0.8.19

func (x *ListTimeclockResponse) GetEntries() []*jobs.TimeclockEntry

func (*ListTimeclockResponse) GetPagination added in v0.8.19

func (*ListTimeclockResponse) GetStats added in v0.8.19

func (x *ListTimeclockResponse) GetStats() *jobs.TimeclockStats

func (*ListTimeclockResponse) GetWeekly added in v0.8.19

func (*ListTimeclockResponse) ProtoMessage added in v0.8.19

func (*ListTimeclockResponse) ProtoMessage()

func (*ListTimeclockResponse) ProtoReflect added in v0.8.19

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

func (*ListTimeclockResponse) Reset added in v0.8.19

func (x *ListTimeclockResponse) Reset()

func (*ListTimeclockResponse) String added in v0.8.19

func (x *ListTimeclockResponse) String() string

func (*ListTimeclockResponse) Validate added in v0.8.19

func (m *ListTimeclockResponse) Validate() error

Validate checks the field values on ListTimeclockResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListTimeclockResponse) ValidateAll added in v0.8.19

func (m *ListTimeclockResponse) ValidateAll() error

ValidateAll checks the field values on ListTimeclockResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListTimeclockResponseMultiError, or nil if none found.

type ListTimeclockResponseMultiError added in v0.8.19

type ListTimeclockResponseMultiError []error

ListTimeclockResponseMultiError is an error wrapping multiple validation errors returned by ListTimeclockResponse.ValidateAll() if the designated constraints aren't met.

func (ListTimeclockResponseMultiError) AllErrors added in v0.8.19

func (m ListTimeclockResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListTimeclockResponseMultiError) Error added in v0.8.19

Error returns a concatenation of all the error messages it wraps.

type ListTimeclockResponseValidationError added in v0.8.19

type ListTimeclockResponseValidationError struct {
	// contains filtered or unexported fields
}

ListTimeclockResponseValidationError is the validation error returned by ListTimeclockResponse.Validate if the designated constraints aren't met.

func (ListTimeclockResponseValidationError) Cause added in v0.8.19

Cause function returns cause value.

func (ListTimeclockResponseValidationError) Error added in v0.8.19

Error satisfies the builtin error interface

func (ListTimeclockResponseValidationError) ErrorName added in v0.8.19

ErrorName returns error name.

func (ListTimeclockResponseValidationError) Field added in v0.8.19

Field function returns field value.

func (ListTimeclockResponseValidationError) Key added in v0.8.19

Key function returns key value.

func (ListTimeclockResponseValidationError) Reason added in v0.8.19

Reason function returns reason value.

type Params added in v0.8.4

type Params struct {
	fx.In

	LC fx.Lifecycle

	Logger            *zap.Logger
	TP                *tracesdk.TracerProvider
	DB                *sql.DB
	Perms             perms.Permissions
	UserAwareEnricher *mstlystcdata.UserAwareEnricher
	Audit             audit.IAuditer
}

type PostRequestCommentRequest added in v0.8.19

type PostRequestCommentRequest struct {
	Comment *jobs.RequestComment `protobuf:"bytes,1,opt,name=comment,proto3" json:"comment,omitempty"`
	// contains filtered or unexported fields
}

func (*PostRequestCommentRequest) Descriptor deprecated added in v0.8.19

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

Deprecated: Use PostRequestCommentRequest.ProtoReflect.Descriptor instead.

func (*PostRequestCommentRequest) GetComment added in v0.8.19

func (*PostRequestCommentRequest) ProtoMessage added in v0.8.19

func (*PostRequestCommentRequest) ProtoMessage()

func (*PostRequestCommentRequest) ProtoReflect added in v0.8.19

func (*PostRequestCommentRequest) Reset added in v0.8.19

func (x *PostRequestCommentRequest) Reset()

func (*PostRequestCommentRequest) String added in v0.8.19

func (x *PostRequestCommentRequest) String() string

func (*PostRequestCommentRequest) Validate added in v0.8.19

func (m *PostRequestCommentRequest) Validate() error

Validate checks the field values on PostRequestCommentRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*PostRequestCommentRequest) ValidateAll added in v0.8.19

func (m *PostRequestCommentRequest) ValidateAll() error

ValidateAll checks the field values on PostRequestCommentRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PostRequestCommentRequestMultiError, or nil if none found.

type PostRequestCommentRequestMultiError added in v0.8.19

type PostRequestCommentRequestMultiError []error

PostRequestCommentRequestMultiError is an error wrapping multiple validation errors returned by PostRequestCommentRequest.ValidateAll() if the designated constraints aren't met.

func (PostRequestCommentRequestMultiError) AllErrors added in v0.8.19

AllErrors returns a list of validation violation errors.

func (PostRequestCommentRequestMultiError) Error added in v0.8.19

Error returns a concatenation of all the error messages it wraps.

type PostRequestCommentRequestValidationError added in v0.8.19

type PostRequestCommentRequestValidationError struct {
	// contains filtered or unexported fields
}

PostRequestCommentRequestValidationError is the validation error returned by PostRequestCommentRequest.Validate if the designated constraints aren't met.

func (PostRequestCommentRequestValidationError) Cause added in v0.8.19

Cause function returns cause value.

func (PostRequestCommentRequestValidationError) Error added in v0.8.19

Error satisfies the builtin error interface

func (PostRequestCommentRequestValidationError) ErrorName added in v0.8.19

ErrorName returns error name.

func (PostRequestCommentRequestValidationError) Field added in v0.8.19

Field function returns field value.

func (PostRequestCommentRequestValidationError) Key added in v0.8.19

Key function returns key value.

func (PostRequestCommentRequestValidationError) Reason added in v0.8.19

Reason function returns reason value.

type PostRequestCommentResponse added in v0.8.19

type PostRequestCommentResponse struct {
	Comment *jobs.RequestComment `protobuf:"bytes,1,opt,name=comment,proto3" json:"comment,omitempty"`
	// contains filtered or unexported fields
}

func (*PostRequestCommentResponse) Descriptor deprecated added in v0.8.19

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

Deprecated: Use PostRequestCommentResponse.ProtoReflect.Descriptor instead.

func (*PostRequestCommentResponse) GetComment added in v0.8.19

func (*PostRequestCommentResponse) ProtoMessage added in v0.8.19

func (*PostRequestCommentResponse) ProtoMessage()

func (*PostRequestCommentResponse) ProtoReflect added in v0.8.19

func (*PostRequestCommentResponse) Reset added in v0.8.19

func (x *PostRequestCommentResponse) Reset()

func (*PostRequestCommentResponse) String added in v0.8.19

func (x *PostRequestCommentResponse) String() string

func (*PostRequestCommentResponse) Validate added in v0.8.19

func (m *PostRequestCommentResponse) Validate() error

Validate checks the field values on PostRequestCommentResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*PostRequestCommentResponse) ValidateAll added in v0.8.19

func (m *PostRequestCommentResponse) ValidateAll() error

ValidateAll checks the field values on PostRequestCommentResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PostRequestCommentResponseMultiError, or nil if none found.

type PostRequestCommentResponseMultiError added in v0.8.19

type PostRequestCommentResponseMultiError []error

PostRequestCommentResponseMultiError is an error wrapping multiple validation errors returned by PostRequestCommentResponse.ValidateAll() if the designated constraints aren't met.

func (PostRequestCommentResponseMultiError) AllErrors added in v0.8.19

AllErrors returns a list of validation violation errors.

func (PostRequestCommentResponseMultiError) Error added in v0.8.19

Error returns a concatenation of all the error messages it wraps.

type PostRequestCommentResponseValidationError added in v0.8.19

type PostRequestCommentResponseValidationError struct {
	// contains filtered or unexported fields
}

PostRequestCommentResponseValidationError is the validation error returned by PostRequestCommentResponse.Validate if the designated constraints aren't met.

func (PostRequestCommentResponseValidationError) Cause added in v0.8.19

Cause function returns cause value.

func (PostRequestCommentResponseValidationError) Error added in v0.8.19

Error satisfies the builtin error interface

func (PostRequestCommentResponseValidationError) ErrorName added in v0.8.19

ErrorName returns error name.

func (PostRequestCommentResponseValidationError) Field added in v0.8.19

Field function returns field value.

func (PostRequestCommentResponseValidationError) Key added in v0.8.19

Key function returns key value.

func (PostRequestCommentResponseValidationError) Reason added in v0.8.19

Reason function returns reason value.

type RequestsCloseRequest added in v0.8.19

type RequestsCloseRequest struct {
	Id    uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Close bool   `protobuf:"varint,2,opt,name=close,proto3" json:"close,omitempty"`
	// contains filtered or unexported fields
}

func (*RequestsCloseRequest) Descriptor deprecated added in v0.8.19

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

Deprecated: Use RequestsCloseRequest.ProtoReflect.Descriptor instead.

func (*RequestsCloseRequest) GetClose added in v0.8.19

func (x *RequestsCloseRequest) GetClose() bool

func (*RequestsCloseRequest) GetId added in v0.8.19

func (x *RequestsCloseRequest) GetId() uint64

func (*RequestsCloseRequest) ProtoMessage added in v0.8.19

func (*RequestsCloseRequest) ProtoMessage()

func (*RequestsCloseRequest) ProtoReflect added in v0.8.19

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

func (*RequestsCloseRequest) Reset added in v0.8.19

func (x *RequestsCloseRequest) Reset()

func (*RequestsCloseRequest) String added in v0.8.19

func (x *RequestsCloseRequest) String() string

func (*RequestsCloseRequest) Validate added in v0.8.19

func (m *RequestsCloseRequest) Validate() error

Validate checks the field values on RequestsCloseRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RequestsCloseRequest) ValidateAll added in v0.8.19

func (m *RequestsCloseRequest) ValidateAll() error

ValidateAll checks the field values on RequestsCloseRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RequestsCloseRequestMultiError, or nil if none found.

type RequestsCloseRequestMultiError added in v0.8.19

type RequestsCloseRequestMultiError []error

RequestsCloseRequestMultiError is an error wrapping multiple validation errors returned by RequestsCloseRequest.ValidateAll() if the designated constraints aren't met.

func (RequestsCloseRequestMultiError) AllErrors added in v0.8.19

func (m RequestsCloseRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RequestsCloseRequestMultiError) Error added in v0.8.19

Error returns a concatenation of all the error messages it wraps.

type RequestsCloseRequestValidationError added in v0.8.19

type RequestsCloseRequestValidationError struct {
	// contains filtered or unexported fields
}

RequestsCloseRequestValidationError is the validation error returned by RequestsCloseRequest.Validate if the designated constraints aren't met.

func (RequestsCloseRequestValidationError) Cause added in v0.8.19

Cause function returns cause value.

func (RequestsCloseRequestValidationError) Error added in v0.8.19

Error satisfies the builtin error interface

func (RequestsCloseRequestValidationError) ErrorName added in v0.8.19

ErrorName returns error name.

func (RequestsCloseRequestValidationError) Field added in v0.8.19

Field function returns field value.

func (RequestsCloseRequestValidationError) Key added in v0.8.19

Key function returns key value.

func (RequestsCloseRequestValidationError) Reason added in v0.8.19

Reason function returns reason value.

type RequestsCloseResponse added in v0.8.19

type RequestsCloseResponse struct {
	// contains filtered or unexported fields
}

func (*RequestsCloseResponse) Descriptor deprecated added in v0.8.19

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

Deprecated: Use RequestsCloseResponse.ProtoReflect.Descriptor instead.

func (*RequestsCloseResponse) ProtoMessage added in v0.8.19

func (*RequestsCloseResponse) ProtoMessage()

func (*RequestsCloseResponse) ProtoReflect added in v0.8.19

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

func (*RequestsCloseResponse) Reset added in v0.8.19

func (x *RequestsCloseResponse) Reset()

func (*RequestsCloseResponse) String added in v0.8.19

func (x *RequestsCloseResponse) String() string

func (*RequestsCloseResponse) Validate added in v0.8.19

func (m *RequestsCloseResponse) Validate() error

Validate checks the field values on RequestsCloseResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RequestsCloseResponse) ValidateAll added in v0.8.19

func (m *RequestsCloseResponse) ValidateAll() error

ValidateAll checks the field values on RequestsCloseResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RequestsCloseResponseMultiError, or nil if none found.

type RequestsCloseResponseMultiError added in v0.8.19

type RequestsCloseResponseMultiError []error

RequestsCloseResponseMultiError is an error wrapping multiple validation errors returned by RequestsCloseResponse.ValidateAll() if the designated constraints aren't met.

func (RequestsCloseResponseMultiError) AllErrors added in v0.8.19

func (m RequestsCloseResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RequestsCloseResponseMultiError) Error added in v0.8.19

Error returns a concatenation of all the error messages it wraps.

type RequestsCloseResponseValidationError added in v0.8.19

type RequestsCloseResponseValidationError struct {
	// contains filtered or unexported fields
}

RequestsCloseResponseValidationError is the validation error returned by RequestsCloseResponse.Validate if the designated constraints aren't met.

func (RequestsCloseResponseValidationError) Cause added in v0.8.19

Cause function returns cause value.

func (RequestsCloseResponseValidationError) Error added in v0.8.19

Error satisfies the builtin error interface

func (RequestsCloseResponseValidationError) ErrorName added in v0.8.19

ErrorName returns error name.

func (RequestsCloseResponseValidationError) Field added in v0.8.19

Field function returns field value.

func (RequestsCloseResponseValidationError) Key added in v0.8.19

Key function returns key value.

func (RequestsCloseResponseValidationError) Reason added in v0.8.19

Reason function returns reason value.

type Server

type Server struct {
	JobsConductServiceServer
	JobsServiceServer
	JobsRequestsServiceServer
	JobsTimeclockServiceServer
	// contains filtered or unexported fields
}

func NewServer

func NewServer(p Params) *Server

func (*Server) CreateConductEntry added in v0.8.19

func (s *Server) CreateConductEntry(ctx context.Context, req *CreateConductEntryRequest) (*CreateConductEntryResponse, error)

func (*Server) CreateOrUpdateRequestType added in v0.8.19

func (*Server) CreateRequest added in v0.8.19

func (s *Server) CreateRequest(ctx context.Context, req *CreateRequestRequest) (*CreateRequestResponse, error)

func (*Server) DeleteConductEntry added in v0.8.19

func (s *Server) DeleteConductEntry(ctx context.Context, req *DeleteConductEntryRequest) (*DeleteConductEntryResponse, error)

func (*Server) DeleteRequest added in v0.8.19

func (s *Server) DeleteRequest(ctx context.Context, req *DeleteRequestRequest) (*DeleteRequestResponse, error)

func (*Server) DeleteRequestComment added in v0.8.19

func (*Server) DeleteRequestType added in v0.8.19

func (s *Server) DeleteRequestType(ctx context.Context, req *DeleteRequestTypeRequest) (*DeleteRequestTypeResponse, error)

func (*Server) GetColleague added in v0.8.20

func (s *Server) GetColleague(ctx context.Context, req *GetColleagueRequest) (*GetColleagueResponse, error)

func (*Server) GetMOTD added in v0.8.20

func (s *Server) GetMOTD(ctx context.Context, req *GetMOTDRequest) (*GetMOTDResponse, error)

func (*Server) GetPermsRemap added in v0.8.6

func (s *Server) GetPermsRemap() map[string]string

func (*Server) GetSelf added in v0.8.20

func (s *Server) GetSelf(ctx context.Context, req *GetSelfRequest) (*GetSelfResponse, error)

func (*Server) GetTimeclockStats added in v0.8.19

func (s *Server) GetTimeclockStats(ctx context.Context, req *GetTimeclockStatsRequest) (*GetTimeclockStatsResponse, error)

func (*Server) ListColleagueActivity added in v0.8.20

func (*Server) ListColleagues added in v0.8.19

func (s *Server) ListColleagues(ctx context.Context, req *ListColleaguesRequest) (*ListColleaguesResponse, error)

func (*Server) ListConductEntries added in v0.8.19

func (s *Server) ListConductEntries(ctx context.Context, req *ListConductEntriesRequest) (*ListConductEntriesResponse, error)

func (*Server) ListRequestComments added in v0.8.19

func (s *Server) ListRequestComments(ctx context.Context, req *ListRequestCommentsRequest) (*ListRequestCommentsResponse, error)

func (*Server) ListRequestTypes added in v0.8.19

func (s *Server) ListRequestTypes(ctx context.Context, req *ListRequestTypesRequest) (*ListRequestTypesResponse, error)

func (*Server) ListRequests added in v0.8.19

func (s *Server) ListRequests(ctx context.Context, req *ListRequestsRequest) (*ListRequestsResponse, error)

func (*Server) ListTimeclock added in v0.8.19

func (s *Server) ListTimeclock(ctx context.Context, req *ListTimeclockRequest) (*ListTimeclockResponse, error)

func (*Server) PostRequestComment added in v0.8.19

func (s *Server) PostRequestComment(ctx context.Context, req *PostRequestCommentRequest) (*PostRequestCommentResponse, error)

func (*Server) RegisterServer added in v0.8.0

func (s *Server) RegisterServer(srv *grpc.Server)

func (*Server) SetJobsUserProps added in v0.8.20

func (s *Server) SetJobsUserProps(ctx context.Context, req *SetJobsUserPropsRequest) (*SetJobsUserPropsResponse, error)

func (*Server) SetMOTD added in v0.8.20

func (s *Server) SetMOTD(ctx context.Context, req *SetMOTDRequest) (*SetMOTDResponse, error)

func (*Server) UpdateConductEntry added in v0.8.19

func (s *Server) UpdateConductEntry(ctx context.Context, req *UpdateConductEntryRequest) (*UpdateConductEntryResponse, error)

func (*Server) UpdateRequest added in v0.8.19

func (s *Server) UpdateRequest(ctx context.Context, req *UpdateRequestRequest) (*UpdateRequestResponse, error)

type SetJobsUserPropsRequest added in v0.8.20

type SetJobsUserPropsRequest struct {
	Props *jobs.JobsUserProps `protobuf:"bytes,1,opt,name=props,proto3" json:"props,omitempty"`
	// @sanitize
	Reason string `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"`
	// contains filtered or unexported fields
}

func (*SetJobsUserPropsRequest) Descriptor deprecated added in v0.8.20

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

Deprecated: Use SetJobsUserPropsRequest.ProtoReflect.Descriptor instead.

func (*SetJobsUserPropsRequest) GetProps added in v0.8.20

func (*SetJobsUserPropsRequest) GetReason added in v0.8.20

func (x *SetJobsUserPropsRequest) GetReason() string

func (*SetJobsUserPropsRequest) ProtoMessage added in v0.8.20

func (*SetJobsUserPropsRequest) ProtoMessage()

func (*SetJobsUserPropsRequest) ProtoReflect added in v0.8.20

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

func (*SetJobsUserPropsRequest) Reset added in v0.8.20

func (x *SetJobsUserPropsRequest) Reset()

func (*SetJobsUserPropsRequest) Sanitize added in v0.8.20

func (m *SetJobsUserPropsRequest) Sanitize() error

func (*SetJobsUserPropsRequest) String added in v0.8.20

func (x *SetJobsUserPropsRequest) String() string

func (*SetJobsUserPropsRequest) Validate added in v0.8.20

func (m *SetJobsUserPropsRequest) Validate() error

Validate checks the field values on SetJobsUserPropsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SetJobsUserPropsRequest) ValidateAll added in v0.8.20

func (m *SetJobsUserPropsRequest) ValidateAll() error

ValidateAll checks the field values on SetJobsUserPropsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SetJobsUserPropsRequestMultiError, or nil if none found.

type SetJobsUserPropsRequestMultiError added in v0.8.20

type SetJobsUserPropsRequestMultiError []error

SetJobsUserPropsRequestMultiError is an error wrapping multiple validation errors returned by SetJobsUserPropsRequest.ValidateAll() if the designated constraints aren't met.

func (SetJobsUserPropsRequestMultiError) AllErrors added in v0.8.20

func (m SetJobsUserPropsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SetJobsUserPropsRequestMultiError) Error added in v0.8.20

Error returns a concatenation of all the error messages it wraps.

type SetJobsUserPropsRequestValidationError added in v0.8.20

type SetJobsUserPropsRequestValidationError struct {
	// contains filtered or unexported fields
}

SetJobsUserPropsRequestValidationError is the validation error returned by SetJobsUserPropsRequest.Validate if the designated constraints aren't met.

func (SetJobsUserPropsRequestValidationError) Cause added in v0.8.20

Cause function returns cause value.

func (SetJobsUserPropsRequestValidationError) Error added in v0.8.20

Error satisfies the builtin error interface

func (SetJobsUserPropsRequestValidationError) ErrorName added in v0.8.20

ErrorName returns error name.

func (SetJobsUserPropsRequestValidationError) Field added in v0.8.20

Field function returns field value.

func (SetJobsUserPropsRequestValidationError) Key added in v0.8.20

Key function returns key value.

func (SetJobsUserPropsRequestValidationError) Reason added in v0.8.20

Reason function returns reason value.

type SetJobsUserPropsResponse added in v0.8.20

type SetJobsUserPropsResponse struct {
	Props *jobs.JobsUserProps `protobuf:"bytes,1,opt,name=props,proto3" json:"props,omitempty"`
	// contains filtered or unexported fields
}

func (*SetJobsUserPropsResponse) Descriptor deprecated added in v0.8.20

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

Deprecated: Use SetJobsUserPropsResponse.ProtoReflect.Descriptor instead.

func (*SetJobsUserPropsResponse) GetProps added in v0.8.20

func (*SetJobsUserPropsResponse) ProtoMessage added in v0.8.20

func (*SetJobsUserPropsResponse) ProtoMessage()

func (*SetJobsUserPropsResponse) ProtoReflect added in v0.8.20

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

func (*SetJobsUserPropsResponse) Reset added in v0.8.20

func (x *SetJobsUserPropsResponse) Reset()

func (*SetJobsUserPropsResponse) String added in v0.8.20

func (x *SetJobsUserPropsResponse) String() string

func (*SetJobsUserPropsResponse) Validate added in v0.8.20

func (m *SetJobsUserPropsResponse) Validate() error

Validate checks the field values on SetJobsUserPropsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SetJobsUserPropsResponse) ValidateAll added in v0.8.20

func (m *SetJobsUserPropsResponse) ValidateAll() error

ValidateAll checks the field values on SetJobsUserPropsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SetJobsUserPropsResponseMultiError, or nil if none found.

type SetJobsUserPropsResponseMultiError added in v0.8.20

type SetJobsUserPropsResponseMultiError []error

SetJobsUserPropsResponseMultiError is an error wrapping multiple validation errors returned by SetJobsUserPropsResponse.ValidateAll() if the designated constraints aren't met.

func (SetJobsUserPropsResponseMultiError) AllErrors added in v0.8.20

func (m SetJobsUserPropsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SetJobsUserPropsResponseMultiError) Error added in v0.8.20

Error returns a concatenation of all the error messages it wraps.

type SetJobsUserPropsResponseValidationError added in v0.8.20

type SetJobsUserPropsResponseValidationError struct {
	// contains filtered or unexported fields
}

SetJobsUserPropsResponseValidationError is the validation error returned by SetJobsUserPropsResponse.Validate if the designated constraints aren't met.

func (SetJobsUserPropsResponseValidationError) Cause added in v0.8.20

Cause function returns cause value.

func (SetJobsUserPropsResponseValidationError) Error added in v0.8.20

Error satisfies the builtin error interface

func (SetJobsUserPropsResponseValidationError) ErrorName added in v0.8.20

ErrorName returns error name.

func (SetJobsUserPropsResponseValidationError) Field added in v0.8.20

Field function returns field value.

func (SetJobsUserPropsResponseValidationError) Key added in v0.8.20

Key function returns key value.

func (SetJobsUserPropsResponseValidationError) Reason added in v0.8.20

Reason function returns reason value.

type SetMOTDRequest added in v0.8.20

type SetMOTDRequest struct {

	// @sanitize: method=StripTags
	Motd string `protobuf:"bytes,1,opt,name=motd,proto3" json:"motd,omitempty"`
	// contains filtered or unexported fields
}

func (*SetMOTDRequest) Descriptor deprecated added in v0.8.20

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

Deprecated: Use SetMOTDRequest.ProtoReflect.Descriptor instead.

func (*SetMOTDRequest) GetMotd added in v0.8.20

func (x *SetMOTDRequest) GetMotd() string

func (*SetMOTDRequest) ProtoMessage added in v0.8.20

func (*SetMOTDRequest) ProtoMessage()

func (*SetMOTDRequest) ProtoReflect added in v0.8.20

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

func (*SetMOTDRequest) Reset added in v0.8.20

func (x *SetMOTDRequest) Reset()

func (*SetMOTDRequest) Sanitize added in v0.8.20

func (m *SetMOTDRequest) Sanitize() error

func (*SetMOTDRequest) String added in v0.8.20

func (x *SetMOTDRequest) String() string

func (*SetMOTDRequest) Validate added in v0.8.20

func (m *SetMOTDRequest) Validate() error

Validate checks the field values on SetMOTDRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SetMOTDRequest) ValidateAll added in v0.8.20

func (m *SetMOTDRequest) ValidateAll() error

ValidateAll checks the field values on SetMOTDRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SetMOTDRequestMultiError, or nil if none found.

type SetMOTDRequestMultiError added in v0.8.20

type SetMOTDRequestMultiError []error

SetMOTDRequestMultiError is an error wrapping multiple validation errors returned by SetMOTDRequest.ValidateAll() if the designated constraints aren't met.

func (SetMOTDRequestMultiError) AllErrors added in v0.8.20

func (m SetMOTDRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SetMOTDRequestMultiError) Error added in v0.8.20

func (m SetMOTDRequestMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type SetMOTDRequestValidationError added in v0.8.20

type SetMOTDRequestValidationError struct {
	// contains filtered or unexported fields
}

SetMOTDRequestValidationError is the validation error returned by SetMOTDRequest.Validate if the designated constraints aren't met.

func (SetMOTDRequestValidationError) Cause added in v0.8.20

Cause function returns cause value.

func (SetMOTDRequestValidationError) Error added in v0.8.20

Error satisfies the builtin error interface

func (SetMOTDRequestValidationError) ErrorName added in v0.8.20

func (e SetMOTDRequestValidationError) ErrorName() string

ErrorName returns error name.

func (SetMOTDRequestValidationError) Field added in v0.8.20

Field function returns field value.

func (SetMOTDRequestValidationError) Key added in v0.8.20

Key function returns key value.

func (SetMOTDRequestValidationError) Reason added in v0.8.20

Reason function returns reason value.

type SetMOTDResponse added in v0.8.20

type SetMOTDResponse struct {
	Motd string `protobuf:"bytes,1,opt,name=motd,proto3" json:"motd,omitempty"`
	// contains filtered or unexported fields
}

func (*SetMOTDResponse) Descriptor deprecated added in v0.8.20

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

Deprecated: Use SetMOTDResponse.ProtoReflect.Descriptor instead.

func (*SetMOTDResponse) GetMotd added in v0.8.20

func (x *SetMOTDResponse) GetMotd() string

func (*SetMOTDResponse) ProtoMessage added in v0.8.20

func (*SetMOTDResponse) ProtoMessage()

func (*SetMOTDResponse) ProtoReflect added in v0.8.20

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

func (*SetMOTDResponse) Reset added in v0.8.20

func (x *SetMOTDResponse) Reset()

func (*SetMOTDResponse) String added in v0.8.20

func (x *SetMOTDResponse) String() string

func (*SetMOTDResponse) Validate added in v0.8.20

func (m *SetMOTDResponse) Validate() error

Validate checks the field values on SetMOTDResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SetMOTDResponse) ValidateAll added in v0.8.20

func (m *SetMOTDResponse) ValidateAll() error

ValidateAll checks the field values on SetMOTDResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SetMOTDResponseMultiError, or nil if none found.

type SetMOTDResponseMultiError added in v0.8.20

type SetMOTDResponseMultiError []error

SetMOTDResponseMultiError is an error wrapping multiple validation errors returned by SetMOTDResponse.ValidateAll() if the designated constraints aren't met.

func (SetMOTDResponseMultiError) AllErrors added in v0.8.20

func (m SetMOTDResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SetMOTDResponseMultiError) Error added in v0.8.20

Error returns a concatenation of all the error messages it wraps.

type SetMOTDResponseValidationError added in v0.8.20

type SetMOTDResponseValidationError struct {
	// contains filtered or unexported fields
}

SetMOTDResponseValidationError is the validation error returned by SetMOTDResponse.Validate if the designated constraints aren't met.

func (SetMOTDResponseValidationError) Cause added in v0.8.20

Cause function returns cause value.

func (SetMOTDResponseValidationError) Error added in v0.8.20

Error satisfies the builtin error interface

func (SetMOTDResponseValidationError) ErrorName added in v0.8.20

func (e SetMOTDResponseValidationError) ErrorName() string

ErrorName returns error name.

func (SetMOTDResponseValidationError) Field added in v0.8.20

Field function returns field value.

func (SetMOTDResponseValidationError) Key added in v0.8.20

Key function returns key value.

func (SetMOTDResponseValidationError) Reason added in v0.8.20

Reason function returns reason value.

type UnimplementedJobsConductServiceServer added in v0.8.19

type UnimplementedJobsConductServiceServer struct {
}

UnimplementedJobsConductServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedJobsConductServiceServer) CreateConductEntry added in v0.8.19

func (UnimplementedJobsConductServiceServer) DeleteConductEntry added in v0.8.19

func (UnimplementedJobsConductServiceServer) ListConductEntries added in v0.8.19

func (UnimplementedJobsConductServiceServer) UpdateConductEntry added in v0.8.19

type UnimplementedJobsQualificationsServiceServer added in v0.8.19

type UnimplementedJobsQualificationsServiceServer struct {
}

UnimplementedJobsQualificationsServiceServer must be embedded to have forward compatible implementations.

type UnimplementedJobsRequestsServiceServer added in v0.8.19

type UnimplementedJobsRequestsServiceServer struct {
}

UnimplementedJobsRequestsServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedJobsRequestsServiceServer) CreateOrUpdateRequestType added in v0.8.19

func (UnimplementedJobsRequestsServiceServer) CreateRequest added in v0.8.19

func (UnimplementedJobsRequestsServiceServer) DeleteRequest added in v0.8.19

func (UnimplementedJobsRequestsServiceServer) DeleteRequestComment added in v0.8.19

func (UnimplementedJobsRequestsServiceServer) DeleteRequestType added in v0.8.19

func (UnimplementedJobsRequestsServiceServer) ListRequestComments added in v0.8.19

func (UnimplementedJobsRequestsServiceServer) ListRequestTypes added in v0.8.19

func (UnimplementedJobsRequestsServiceServer) ListRequests added in v0.8.19

func (UnimplementedJobsRequestsServiceServer) PostRequestComment added in v0.8.19

func (UnimplementedJobsRequestsServiceServer) UpdateRequest added in v0.8.19

type UnimplementedJobsServiceServer

type UnimplementedJobsServiceServer struct {
}

UnimplementedJobsServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedJobsServiceServer) GetColleague added in v0.8.20

func (UnimplementedJobsServiceServer) GetMOTD added in v0.8.20

func (UnimplementedJobsServiceServer) GetSelf added in v0.8.20

func (UnimplementedJobsServiceServer) ListColleagueActivity added in v0.8.20

func (UnimplementedJobsServiceServer) ListColleagues added in v0.8.19

func (UnimplementedJobsServiceServer) SetJobsUserProps added in v0.8.20

func (UnimplementedJobsServiceServer) SetMOTD added in v0.8.20

type UnimplementedJobsTimeclockServiceServer added in v0.8.19

type UnimplementedJobsTimeclockServiceServer struct {
}

UnimplementedJobsTimeclockServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedJobsTimeclockServiceServer) GetTimeclockStats added in v0.8.19

func (UnimplementedJobsTimeclockServiceServer) ListTimeclock added in v0.8.19

type UnsafeJobsConductServiceServer added in v0.8.19

type UnsafeJobsConductServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeJobsConductServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to JobsConductServiceServer will result in compilation errors.

type UnsafeJobsQualificationsServiceServer added in v0.8.19

type UnsafeJobsQualificationsServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeJobsQualificationsServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to JobsQualificationsServiceServer will result in compilation errors.

type UnsafeJobsRequestsServiceServer added in v0.8.19

type UnsafeJobsRequestsServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeJobsRequestsServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to JobsRequestsServiceServer will result in compilation errors.

type UnsafeJobsServiceServer

type UnsafeJobsServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeJobsServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to JobsServiceServer will result in compilation errors.

type UnsafeJobsTimeclockServiceServer added in v0.8.19

type UnsafeJobsTimeclockServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeJobsTimeclockServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to JobsTimeclockServiceServer will result in compilation errors.

type UpdateConductEntryRequest added in v0.8.19

type UpdateConductEntryRequest struct {
	Entry *jobs.ConductEntry `protobuf:"bytes,1,opt,name=entry,proto3" json:"entry,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateConductEntryRequest) Descriptor deprecated added in v0.8.19

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

Deprecated: Use UpdateConductEntryRequest.ProtoReflect.Descriptor instead.

func (*UpdateConductEntryRequest) GetEntry added in v0.8.19

func (*UpdateConductEntryRequest) ProtoMessage added in v0.8.19

func (*UpdateConductEntryRequest) ProtoMessage()

func (*UpdateConductEntryRequest) ProtoReflect added in v0.8.19

func (*UpdateConductEntryRequest) Reset added in v0.8.19

func (x *UpdateConductEntryRequest) Reset()

func (*UpdateConductEntryRequest) String added in v0.8.19

func (x *UpdateConductEntryRequest) String() string

func (*UpdateConductEntryRequest) Validate added in v0.8.19

func (m *UpdateConductEntryRequest) Validate() error

Validate checks the field values on UpdateConductEntryRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateConductEntryRequest) ValidateAll added in v0.8.19

func (m *UpdateConductEntryRequest) ValidateAll() error

ValidateAll checks the field values on UpdateConductEntryRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateConductEntryRequestMultiError, or nil if none found.

type UpdateConductEntryRequestMultiError added in v0.8.19

type UpdateConductEntryRequestMultiError []error

UpdateConductEntryRequestMultiError is an error wrapping multiple validation errors returned by UpdateConductEntryRequest.ValidateAll() if the designated constraints aren't met.

func (UpdateConductEntryRequestMultiError) AllErrors added in v0.8.19

AllErrors returns a list of validation violation errors.

func (UpdateConductEntryRequestMultiError) Error added in v0.8.19

Error returns a concatenation of all the error messages it wraps.

type UpdateConductEntryRequestValidationError added in v0.8.19

type UpdateConductEntryRequestValidationError struct {
	// contains filtered or unexported fields
}

UpdateConductEntryRequestValidationError is the validation error returned by UpdateConductEntryRequest.Validate if the designated constraints aren't met.

func (UpdateConductEntryRequestValidationError) Cause added in v0.8.19

Cause function returns cause value.

func (UpdateConductEntryRequestValidationError) Error added in v0.8.19

Error satisfies the builtin error interface

func (UpdateConductEntryRequestValidationError) ErrorName added in v0.8.19

ErrorName returns error name.

func (UpdateConductEntryRequestValidationError) Field added in v0.8.19

Field function returns field value.

func (UpdateConductEntryRequestValidationError) Key added in v0.8.19

Key function returns key value.

func (UpdateConductEntryRequestValidationError) Reason added in v0.8.19

Reason function returns reason value.

type UpdateConductEntryResponse added in v0.8.19

type UpdateConductEntryResponse struct {
	Entry *jobs.ConductEntry `protobuf:"bytes,1,opt,name=entry,proto3" json:"entry,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateConductEntryResponse) Descriptor deprecated added in v0.8.19

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

Deprecated: Use UpdateConductEntryResponse.ProtoReflect.Descriptor instead.

func (*UpdateConductEntryResponse) GetEntry added in v0.8.19

func (*UpdateConductEntryResponse) ProtoMessage added in v0.8.19

func (*UpdateConductEntryResponse) ProtoMessage()

func (*UpdateConductEntryResponse) ProtoReflect added in v0.8.19

func (*UpdateConductEntryResponse) Reset added in v0.8.19

func (x *UpdateConductEntryResponse) Reset()

func (*UpdateConductEntryResponse) String added in v0.8.19

func (x *UpdateConductEntryResponse) String() string

func (*UpdateConductEntryResponse) Validate added in v0.8.19

func (m *UpdateConductEntryResponse) Validate() error

Validate checks the field values on UpdateConductEntryResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateConductEntryResponse) ValidateAll added in v0.8.19

func (m *UpdateConductEntryResponse) ValidateAll() error

ValidateAll checks the field values on UpdateConductEntryResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateConductEntryResponseMultiError, or nil if none found.

type UpdateConductEntryResponseMultiError added in v0.8.19

type UpdateConductEntryResponseMultiError []error

UpdateConductEntryResponseMultiError is an error wrapping multiple validation errors returned by UpdateConductEntryResponse.ValidateAll() if the designated constraints aren't met.

func (UpdateConductEntryResponseMultiError) AllErrors added in v0.8.19

AllErrors returns a list of validation violation errors.

func (UpdateConductEntryResponseMultiError) Error added in v0.8.19

Error returns a concatenation of all the error messages it wraps.

type UpdateConductEntryResponseValidationError added in v0.8.19

type UpdateConductEntryResponseValidationError struct {
	// contains filtered or unexported fields
}

UpdateConductEntryResponseValidationError is the validation error returned by UpdateConductEntryResponse.Validate if the designated constraints aren't met.

func (UpdateConductEntryResponseValidationError) Cause added in v0.8.19

Cause function returns cause value.

func (UpdateConductEntryResponseValidationError) Error added in v0.8.19

Error satisfies the builtin error interface

func (UpdateConductEntryResponseValidationError) ErrorName added in v0.8.19

ErrorName returns error name.

func (UpdateConductEntryResponseValidationError) Field added in v0.8.19

Field function returns field value.

func (UpdateConductEntryResponseValidationError) Key added in v0.8.19

Key function returns key value.

func (UpdateConductEntryResponseValidationError) Reason added in v0.8.19

Reason function returns reason value.

type UpdateRequestRequest added in v0.8.19

type UpdateRequestRequest struct {
	Entry *jobs.Request `protobuf:"bytes,1,opt,name=entry,proto3" json:"entry,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateRequestRequest) Descriptor deprecated added in v0.8.19

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

Deprecated: Use UpdateRequestRequest.ProtoReflect.Descriptor instead.

func (*UpdateRequestRequest) GetEntry added in v0.8.19

func (x *UpdateRequestRequest) GetEntry() *jobs.Request

func (*UpdateRequestRequest) ProtoMessage added in v0.8.19

func (*UpdateRequestRequest) ProtoMessage()

func (*UpdateRequestRequest) ProtoReflect added in v0.8.19

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

func (*UpdateRequestRequest) Reset added in v0.8.19

func (x *UpdateRequestRequest) Reset()

func (*UpdateRequestRequest) String added in v0.8.19

func (x *UpdateRequestRequest) String() string

func (*UpdateRequestRequest) Validate added in v0.8.19

func (m *UpdateRequestRequest) Validate() error

Validate checks the field values on UpdateRequestRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateRequestRequest) ValidateAll added in v0.8.19

func (m *UpdateRequestRequest) ValidateAll() error

ValidateAll checks the field values on UpdateRequestRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateRequestRequestMultiError, or nil if none found.

type UpdateRequestRequestMultiError added in v0.8.19

type UpdateRequestRequestMultiError []error

UpdateRequestRequestMultiError is an error wrapping multiple validation errors returned by UpdateRequestRequest.ValidateAll() if the designated constraints aren't met.

func (UpdateRequestRequestMultiError) AllErrors added in v0.8.19

func (m UpdateRequestRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateRequestRequestMultiError) Error added in v0.8.19

Error returns a concatenation of all the error messages it wraps.

type UpdateRequestRequestValidationError added in v0.8.19

type UpdateRequestRequestValidationError struct {
	// contains filtered or unexported fields
}

UpdateRequestRequestValidationError is the validation error returned by UpdateRequestRequest.Validate if the designated constraints aren't met.

func (UpdateRequestRequestValidationError) Cause added in v0.8.19

Cause function returns cause value.

func (UpdateRequestRequestValidationError) Error added in v0.8.19

Error satisfies the builtin error interface

func (UpdateRequestRequestValidationError) ErrorName added in v0.8.19

ErrorName returns error name.

func (UpdateRequestRequestValidationError) Field added in v0.8.19

Field function returns field value.

func (UpdateRequestRequestValidationError) Key added in v0.8.19

Key function returns key value.

func (UpdateRequestRequestValidationError) Reason added in v0.8.19

Reason function returns reason value.

type UpdateRequestResponse added in v0.8.19

type UpdateRequestResponse struct {
	Entry *jobs.Request `protobuf:"bytes,1,opt,name=entry,proto3" json:"entry,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateRequestResponse) Descriptor deprecated added in v0.8.19

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

Deprecated: Use UpdateRequestResponse.ProtoReflect.Descriptor instead.

func (*UpdateRequestResponse) GetEntry added in v0.8.19

func (x *UpdateRequestResponse) GetEntry() *jobs.Request

func (*UpdateRequestResponse) ProtoMessage added in v0.8.19

func (*UpdateRequestResponse) ProtoMessage()

func (*UpdateRequestResponse) ProtoReflect added in v0.8.19

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

func (*UpdateRequestResponse) Reset added in v0.8.19

func (x *UpdateRequestResponse) Reset()

func (*UpdateRequestResponse) String added in v0.8.19

func (x *UpdateRequestResponse) String() string

func (*UpdateRequestResponse) Validate added in v0.8.19

func (m *UpdateRequestResponse) Validate() error

Validate checks the field values on UpdateRequestResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateRequestResponse) ValidateAll added in v0.8.19

func (m *UpdateRequestResponse) ValidateAll() error

ValidateAll checks the field values on UpdateRequestResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateRequestResponseMultiError, or nil if none found.

type UpdateRequestResponseMultiError added in v0.8.19

type UpdateRequestResponseMultiError []error

UpdateRequestResponseMultiError is an error wrapping multiple validation errors returned by UpdateRequestResponse.ValidateAll() if the designated constraints aren't met.

func (UpdateRequestResponseMultiError) AllErrors added in v0.8.19

func (m UpdateRequestResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateRequestResponseMultiError) Error added in v0.8.19

Error returns a concatenation of all the error messages it wraps.

type UpdateRequestResponseValidationError added in v0.8.19

type UpdateRequestResponseValidationError struct {
	// contains filtered or unexported fields
}

UpdateRequestResponseValidationError is the validation error returned by UpdateRequestResponse.Validate if the designated constraints aren't met.

func (UpdateRequestResponseValidationError) Cause added in v0.8.19

Cause function returns cause value.

func (UpdateRequestResponseValidationError) Error added in v0.8.19

Error satisfies the builtin error interface

func (UpdateRequestResponseValidationError) ErrorName added in v0.8.19

ErrorName returns error name.

func (UpdateRequestResponseValidationError) Field added in v0.8.19

Field function returns field value.

func (UpdateRequestResponseValidationError) Key added in v0.8.19

Key function returns key value.

func (UpdateRequestResponseValidationError) Reason added in v0.8.19

Reason function returns reason value.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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