jobs

package
v0.9.0 Latest Latest
Warning

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

Go to latest
Published: Apr 10, 2024 License: Apache-2.0 Imports: 54 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 (
	JobsTimeclockService_ListTimeclock_FullMethodName         = "/services.jobs.JobsTimeclockService/ListTimeclock"
	JobsTimeclockService_GetTimeclockStats_FullMethodName     = "/services.jobs.JobsTimeclockService/GetTimeclockStats"
	JobsTimeclockService_ListInactiveEmployees_FullMethodName = "/services.jobs.JobsTimeclockService/ListInactiveEmployees"
)

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_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 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,
		},
		{
			MethodName: "ListInactiveEmployees",
			Handler:    _JobsTimeclockService_ListInactiveEmployees_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{

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

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

Functions

func RegisterJobsConductServiceServer added in v0.8.19

func RegisterJobsConductServiceServer(s grpc.ServiceRegistrar, srv JobsConductServiceServer)

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 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 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 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 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: Attrs=Access/StringList:[]string{"Own", "Lower_Rank", "Same_Rank", "Any"}
	GetColleague(ctx context.Context, in *GetColleagueRequest, opts ...grpc.CallOption) (*GetColleagueResponse, error)
	// @perm: Attrs=Types/StringList:[]string{"HIRED", "FIRED", "PROMOTED", "DEMOTED", "ABSENCE_DATE"}
	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: Attrs=Access/StringList:[]string{"Own", "Lower_Rank", "Same_Rank", "Any"}
	GetColleague(context.Context, *GetColleagueRequest) (*GetColleagueResponse, error)
	// @perm: Attrs=Types/StringList:[]string{"HIRED", "FIRED", "PROMOTED", "DEMOTED", "ABSENCE_DATE"}
	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)
	// @perm
	ListInactiveEmployees(ctx context.Context, in *ListInactiveEmployeesRequest, opts ...grpc.CallOption) (*ListInactiveEmployeesResponse, 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)
	// @perm
	ListInactiveEmployees(context.Context, *ListInactiveEmployeesRequest) (*ListInactiveEmployeesResponse, 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"`
	UserIds    []int32                     `protobuf:"varint,2,rep,packed,name=user_ids,json=userIds,proto3" json:"user_ids,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) GetUserIds added in v0.8.21

func (x *ListColleagueActivityRequest) GetUserIds() []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
	Search string `protobuf:"bytes,2,opt,name=search,proto3" json:"search,omitempty"`
	UserId *int32 `protobuf:"varint,3,opt,name=user_id,json=userId,proto3,oneof" json:"user_id,omitempty"`
	Absent *bool  `protobuf:"varint,4,opt,name=absent,proto3,oneof" json:"absent,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) GetAbsent added in v0.8.21

func (x *ListColleaguesRequest) GetAbsent() bool

func (*ListColleaguesRequest) GetPagination added in v0.8.19

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

func (*ListColleaguesRequest) GetSearch added in v0.8.21

func (x *ListColleaguesRequest) GetSearch() 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 ListInactiveEmployeesRequest added in v0.8.21

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

func (*ListInactiveEmployeesRequest) Descriptor deprecated added in v0.8.21

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

Deprecated: Use ListInactiveEmployeesRequest.ProtoReflect.Descriptor instead.

func (*ListInactiveEmployeesRequest) GetDays added in v0.8.21

func (x *ListInactiveEmployeesRequest) GetDays() int32

func (*ListInactiveEmployeesRequest) GetPagination added in v0.8.21

func (*ListInactiveEmployeesRequest) ProtoMessage added in v0.8.21

func (*ListInactiveEmployeesRequest) ProtoMessage()

func (*ListInactiveEmployeesRequest) ProtoReflect added in v0.8.21

func (*ListInactiveEmployeesRequest) Reset added in v0.8.21

func (x *ListInactiveEmployeesRequest) Reset()

func (*ListInactiveEmployeesRequest) String added in v0.8.21

func (*ListInactiveEmployeesRequest) Validate added in v0.8.21

func (m *ListInactiveEmployeesRequest) Validate() error

Validate checks the field values on ListInactiveEmployeesRequest 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 (*ListInactiveEmployeesRequest) ValidateAll added in v0.8.21

func (m *ListInactiveEmployeesRequest) ValidateAll() error

ValidateAll checks the field values on ListInactiveEmployeesRequest 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 ListInactiveEmployeesRequestMultiError, or nil if none found.

type ListInactiveEmployeesRequestMultiError added in v0.8.21

type ListInactiveEmployeesRequestMultiError []error

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

func (ListInactiveEmployeesRequestMultiError) AllErrors added in v0.8.21

AllErrors returns a list of validation violation errors.

func (ListInactiveEmployeesRequestMultiError) Error added in v0.8.21

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

type ListInactiveEmployeesRequestValidationError added in v0.8.21

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

ListInactiveEmployeesRequestValidationError is the validation error returned by ListInactiveEmployeesRequest.Validate if the designated constraints aren't met.

func (ListInactiveEmployeesRequestValidationError) Cause added in v0.8.21

Cause function returns cause value.

func (ListInactiveEmployeesRequestValidationError) Error added in v0.8.21

Error satisfies the builtin error interface

func (ListInactiveEmployeesRequestValidationError) ErrorName added in v0.8.21

ErrorName returns error name.

func (ListInactiveEmployeesRequestValidationError) Field added in v0.8.21

Field function returns field value.

func (ListInactiveEmployeesRequestValidationError) Key added in v0.8.21

Key function returns key value.

func (ListInactiveEmployeesRequestValidationError) Reason added in v0.8.21

Reason function returns reason value.

type ListInactiveEmployeesResponse added in v0.8.21

type ListInactiveEmployeesResponse 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 (*ListInactiveEmployeesResponse) Descriptor deprecated added in v0.8.21

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

Deprecated: Use ListInactiveEmployeesResponse.ProtoReflect.Descriptor instead.

func (*ListInactiveEmployeesResponse) GetColleagues added in v0.8.21

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

func (*ListInactiveEmployeesResponse) GetPagination added in v0.8.21

func (*ListInactiveEmployeesResponse) ProtoMessage added in v0.8.21

func (*ListInactiveEmployeesResponse) ProtoMessage()

func (*ListInactiveEmployeesResponse) ProtoReflect added in v0.8.21

func (*ListInactiveEmployeesResponse) Reset added in v0.8.21

func (x *ListInactiveEmployeesResponse) Reset()

func (*ListInactiveEmployeesResponse) String added in v0.8.21

func (*ListInactiveEmployeesResponse) Validate added in v0.8.21

func (m *ListInactiveEmployeesResponse) Validate() error

Validate checks the field values on ListInactiveEmployeesResponse 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 (*ListInactiveEmployeesResponse) ValidateAll added in v0.8.21

func (m *ListInactiveEmployeesResponse) ValidateAll() error

ValidateAll checks the field values on ListInactiveEmployeesResponse 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 ListInactiveEmployeesResponseMultiError, or nil if none found.

type ListInactiveEmployeesResponseMultiError added in v0.8.21

type ListInactiveEmployeesResponseMultiError []error

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

func (ListInactiveEmployeesResponseMultiError) AllErrors added in v0.8.21

AllErrors returns a list of validation violation errors.

func (ListInactiveEmployeesResponseMultiError) Error added in v0.8.21

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

type ListInactiveEmployeesResponseValidationError added in v0.8.21

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

ListInactiveEmployeesResponseValidationError is the validation error returned by ListInactiveEmployeesResponse.Validate if the designated constraints aren't met.

func (ListInactiveEmployeesResponseValidationError) Cause added in v0.8.21

Cause function returns cause value.

func (ListInactiveEmployeesResponseValidationError) Error added in v0.8.21

Error satisfies the builtin error interface

func (ListInactiveEmployeesResponseValidationError) ErrorName added in v0.8.21

ErrorName returns error name.

func (ListInactiveEmployeesResponseValidationError) Field added in v0.8.21

Field function returns field value.

func (ListInactiveEmployeesResponseValidationError) Key added in v0.8.21

Key function returns key value.

func (ListInactiveEmployeesResponseValidationError) Reason added in v0.8.21

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
	Config            *config.Config
}

type Server

type Server struct {
	JobsConductServiceServer
	JobsServiceServer
	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) DeleteConductEntry added in v0.8.19

func (s *Server) DeleteConductEntry(ctx context.Context, req *DeleteConductEntryRequest) (*DeleteConductEntryResponse, 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) ListInactiveEmployees added in v0.8.21

func (*Server) ListTimeclock added in v0.8.19

func (s *Server) ListTimeclock(ctx context.Context, req *ListTimeclockRequest) (*ListTimeclockResponse, 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)

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 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) ListInactiveEmployees added in v0.8.21

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 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.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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