calendar

package
v0.9.4 Latest Latest
Warning

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

Go to latest
Published: Dec 22, 2024 License: Apache-2.0 Imports: 55 Imported by: 0

Documentation

Index

Constants

View Source
const (
	CalendarService_ListCalendars_FullMethodName               = "/services.calendar.CalendarService/ListCalendars"
	CalendarService_GetCalendar_FullMethodName                 = "/services.calendar.CalendarService/GetCalendar"
	CalendarService_CreateOrUpdateCalendar_FullMethodName      = "/services.calendar.CalendarService/CreateOrUpdateCalendar"
	CalendarService_DeleteCalendar_FullMethodName              = "/services.calendar.CalendarService/DeleteCalendar"
	CalendarService_ListCalendarEntries_FullMethodName         = "/services.calendar.CalendarService/ListCalendarEntries"
	CalendarService_GetUpcomingEntries_FullMethodName          = "/services.calendar.CalendarService/GetUpcomingEntries"
	CalendarService_GetCalendarEntry_FullMethodName            = "/services.calendar.CalendarService/GetCalendarEntry"
	CalendarService_CreateOrUpdateCalendarEntry_FullMethodName = "/services.calendar.CalendarService/CreateOrUpdateCalendarEntry"
	CalendarService_DeleteCalendarEntry_FullMethodName         = "/services.calendar.CalendarService/DeleteCalendarEntry"
	CalendarService_ShareCalendarEntry_FullMethodName          = "/services.calendar.CalendarService/ShareCalendarEntry"
	CalendarService_ListCalendarEntryRSVP_FullMethodName       = "/services.calendar.CalendarService/ListCalendarEntryRSVP"
	CalendarService_RSVPCalendarEntry_FullMethodName           = "/services.calendar.CalendarService/RSVPCalendarEntry"
	CalendarService_ListSubscriptions_FullMethodName           = "/services.calendar.CalendarService/ListSubscriptions"
	CalendarService_SubscribeToCalendar_FullMethodName         = "/services.calendar.CalendarService/SubscribeToCalendar"
)

Variables

View Source
var CalendarService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "services.calendar.CalendarService",
	HandlerType: (*CalendarServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "ListCalendars",
			Handler:    _CalendarService_ListCalendars_Handler,
		},
		{
			MethodName: "GetCalendar",
			Handler:    _CalendarService_GetCalendar_Handler,
		},
		{
			MethodName: "CreateOrUpdateCalendar",
			Handler:    _CalendarService_CreateOrUpdateCalendar_Handler,
		},
		{
			MethodName: "DeleteCalendar",
			Handler:    _CalendarService_DeleteCalendar_Handler,
		},
		{
			MethodName: "ListCalendarEntries",
			Handler:    _CalendarService_ListCalendarEntries_Handler,
		},
		{
			MethodName: "GetUpcomingEntries",
			Handler:    _CalendarService_GetUpcomingEntries_Handler,
		},
		{
			MethodName: "GetCalendarEntry",
			Handler:    _CalendarService_GetCalendarEntry_Handler,
		},
		{
			MethodName: "CreateOrUpdateCalendarEntry",
			Handler:    _CalendarService_CreateOrUpdateCalendarEntry_Handler,
		},
		{
			MethodName: "DeleteCalendarEntry",
			Handler:    _CalendarService_DeleteCalendarEntry_Handler,
		},
		{
			MethodName: "ShareCalendarEntry",
			Handler:    _CalendarService_ShareCalendarEntry_Handler,
		},
		{
			MethodName: "ListCalendarEntryRSVP",
			Handler:    _CalendarService_ListCalendarEntryRSVP_Handler,
		},
		{
			MethodName: "RSVPCalendarEntry",
			Handler:    _CalendarService_RSVPCalendarEntry_Handler,
		},
		{
			MethodName: "ListSubscriptions",
			Handler:    _CalendarService_ListSubscriptions_Handler,
		},
		{
			MethodName: "SubscribeToCalendar",
			Handler:    _CalendarService_SubscribeToCalendar_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "services/calendar/calendar.proto",
}

CalendarService_ServiceDesc is the grpc.ServiceDesc for CalendarService 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 File_services_calendar_calendar_proto protoreflect.FileDescriptor
View Source
var PermsRemap = map[string]string{

	"CalendarService/GetCalendar":           "Any",
	"CalendarService/GetCalendarEntry":      "Any",
	"CalendarService/GetUpcomingEntries":    "Any",
	"CalendarService/ListCalendarEntries":   "Any",
	"CalendarService/ListCalendarEntryRSVP": "Any",
	"CalendarService/ListCalendars":         "Any",
	"CalendarService/ListSubscriptions":     "Any",
	"CalendarService/RSVPCalendarEntry":     "Any",
	"CalendarService/ShareCalendarEntry":    "CalendarService/CreateOrUpdateCalendarEntry",
	"CalendarService/SubscribeToCalendar":   "Any",
}

Functions

func RegisterCalendarServiceServer

func RegisterCalendarServiceServer(s grpc.ServiceRegistrar, srv CalendarServiceServer)

Types

type CalendarServiceClient

type CalendarServiceClient interface {
	// @perm: Name=Any
	ListCalendars(ctx context.Context, in *ListCalendarsRequest, opts ...grpc.CallOption) (*ListCalendarsResponse, error)
	// @perm: Name=Any
	GetCalendar(ctx context.Context, in *GetCalendarRequest, opts ...grpc.CallOption) (*GetCalendarResponse, error)
	// @perm: Attrs=Fields/StringList:[]string{"Job", "Public"}
	CreateOrUpdateCalendar(ctx context.Context, in *CreateOrUpdateCalendarRequest, opts ...grpc.CallOption) (*CreateOrUpdateCalendarResponse, error)
	// @perm
	DeleteCalendar(ctx context.Context, in *DeleteCalendarRequest, opts ...grpc.CallOption) (*DeleteCalendarResponse, error)
	// @perm: Name=Any
	ListCalendarEntries(ctx context.Context, in *ListCalendarEntriesRequest, opts ...grpc.CallOption) (*ListCalendarEntriesResponse, error)
	// @perm: Name=Any
	GetUpcomingEntries(ctx context.Context, in *GetUpcomingEntriesRequest, opts ...grpc.CallOption) (*GetUpcomingEntriesResponse, error)
	// @perm: Name=Any
	GetCalendarEntry(ctx context.Context, in *GetCalendarEntryRequest, opts ...grpc.CallOption) (*GetCalendarEntryResponse, error)
	// @perm
	CreateOrUpdateCalendarEntry(ctx context.Context, in *CreateOrUpdateCalendarEntryRequest, opts ...grpc.CallOption) (*CreateOrUpdateCalendarEntryResponse, error)
	// @perm
	DeleteCalendarEntry(ctx context.Context, in *DeleteCalendarEntryRequest, opts ...grpc.CallOption) (*DeleteCalendarEntryResponse, error)
	// @perm: Name=CreateOrUpdateCalendarEntry
	ShareCalendarEntry(ctx context.Context, in *ShareCalendarEntryRequest, opts ...grpc.CallOption) (*ShareCalendarEntryResponse, error)
	// @perm: Name=Any
	ListCalendarEntryRSVP(ctx context.Context, in *ListCalendarEntryRSVPRequest, opts ...grpc.CallOption) (*ListCalendarEntryRSVPResponse, error)
	// @perm: Name=Any
	RSVPCalendarEntry(ctx context.Context, in *RSVPCalendarEntryRequest, opts ...grpc.CallOption) (*RSVPCalendarEntryResponse, error)
	// @perm: Name=Any
	ListSubscriptions(ctx context.Context, in *ListSubscriptionsRequest, opts ...grpc.CallOption) (*ListSubscriptionsResponse, error)
	// @perm: Name=Any
	SubscribeToCalendar(ctx context.Context, in *SubscribeToCalendarRequest, opts ...grpc.CallOption) (*SubscribeToCalendarResponse, error)
}

CalendarServiceClient is the client API for CalendarService 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 CalendarServiceServer

type CalendarServiceServer interface {
	// @perm: Name=Any
	ListCalendars(context.Context, *ListCalendarsRequest) (*ListCalendarsResponse, error)
	// @perm: Name=Any
	GetCalendar(context.Context, *GetCalendarRequest) (*GetCalendarResponse, error)
	// @perm: Attrs=Fields/StringList:[]string{"Job", "Public"}
	CreateOrUpdateCalendar(context.Context, *CreateOrUpdateCalendarRequest) (*CreateOrUpdateCalendarResponse, error)
	// @perm
	DeleteCalendar(context.Context, *DeleteCalendarRequest) (*DeleteCalendarResponse, error)
	// @perm: Name=Any
	ListCalendarEntries(context.Context, *ListCalendarEntriesRequest) (*ListCalendarEntriesResponse, error)
	// @perm: Name=Any
	GetUpcomingEntries(context.Context, *GetUpcomingEntriesRequest) (*GetUpcomingEntriesResponse, error)
	// @perm: Name=Any
	GetCalendarEntry(context.Context, *GetCalendarEntryRequest) (*GetCalendarEntryResponse, error)
	// @perm
	CreateOrUpdateCalendarEntry(context.Context, *CreateOrUpdateCalendarEntryRequest) (*CreateOrUpdateCalendarEntryResponse, error)
	// @perm
	DeleteCalendarEntry(context.Context, *DeleteCalendarEntryRequest) (*DeleteCalendarEntryResponse, error)
	// @perm: Name=CreateOrUpdateCalendarEntry
	ShareCalendarEntry(context.Context, *ShareCalendarEntryRequest) (*ShareCalendarEntryResponse, error)
	// @perm: Name=Any
	ListCalendarEntryRSVP(context.Context, *ListCalendarEntryRSVPRequest) (*ListCalendarEntryRSVPResponse, error)
	// @perm: Name=Any
	RSVPCalendarEntry(context.Context, *RSVPCalendarEntryRequest) (*RSVPCalendarEntryResponse, error)
	// @perm: Name=Any
	ListSubscriptions(context.Context, *ListSubscriptionsRequest) (*ListSubscriptionsResponse, error)
	// @perm: Name=Any
	SubscribeToCalendar(context.Context, *SubscribeToCalendarRequest) (*SubscribeToCalendarResponse, error)
	// contains filtered or unexported methods
}

CalendarServiceServer is the server API for CalendarService service. All implementations must embed UnimplementedCalendarServiceServer for forward compatibility

type CreateOrUpdateCalendarEntryRequest

type CreateOrUpdateCalendarEntryRequest struct {
	Entry   *calendar.CalendarEntry `protobuf:"bytes,1,opt,name=entry,proto3" json:"entry,omitempty"`
	UserIds []int32                 `protobuf:"varint,2,rep,packed,name=user_ids,json=userIds,proto3" json:"user_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateOrUpdateCalendarEntryRequest) Descriptor deprecated

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

Deprecated: Use CreateOrUpdateCalendarEntryRequest.ProtoReflect.Descriptor instead.

func (*CreateOrUpdateCalendarEntryRequest) GetEntry

func (*CreateOrUpdateCalendarEntryRequest) GetUserIds

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

func (*CreateOrUpdateCalendarEntryRequest) ProtoMessage

func (*CreateOrUpdateCalendarEntryRequest) ProtoMessage()

func (*CreateOrUpdateCalendarEntryRequest) ProtoReflect

func (*CreateOrUpdateCalendarEntryRequest) Reset

func (*CreateOrUpdateCalendarEntryRequest) Sanitize added in v0.9.4

func (*CreateOrUpdateCalendarEntryRequest) String

func (*CreateOrUpdateCalendarEntryRequest) Validate

Validate checks the field values on CreateOrUpdateCalendarEntryRequest 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 (*CreateOrUpdateCalendarEntryRequest) ValidateAll

func (m *CreateOrUpdateCalendarEntryRequest) ValidateAll() error

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

type CreateOrUpdateCalendarEntryRequestMultiError

type CreateOrUpdateCalendarEntryRequestMultiError []error

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

func (CreateOrUpdateCalendarEntryRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateOrUpdateCalendarEntryRequestMultiError) Error

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

type CreateOrUpdateCalendarEntryRequestValidationError

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

CreateOrUpdateCalendarEntryRequestValidationError is the validation error returned by CreateOrUpdateCalendarEntryRequest.Validate if the designated constraints aren't met.

func (CreateOrUpdateCalendarEntryRequestValidationError) Cause

Cause function returns cause value.

func (CreateOrUpdateCalendarEntryRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateOrUpdateCalendarEntryRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateOrUpdateCalendarEntryRequestValidationError) Field

Field function returns field value.

func (CreateOrUpdateCalendarEntryRequestValidationError) Key

Key function returns key value.

func (CreateOrUpdateCalendarEntryRequestValidationError) Reason

Reason function returns reason value.

type CreateOrUpdateCalendarEntryResponse

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

func (*CreateOrUpdateCalendarEntryResponse) Descriptor deprecated

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

Deprecated: Use CreateOrUpdateCalendarEntryResponse.ProtoReflect.Descriptor instead.

func (*CreateOrUpdateCalendarEntryResponse) GetEntry

func (*CreateOrUpdateCalendarEntryResponse) ProtoMessage

func (*CreateOrUpdateCalendarEntryResponse) ProtoMessage()

func (*CreateOrUpdateCalendarEntryResponse) ProtoReflect

func (*CreateOrUpdateCalendarEntryResponse) Reset

func (*CreateOrUpdateCalendarEntryResponse) Sanitize added in v0.9.4

func (*CreateOrUpdateCalendarEntryResponse) String

func (*CreateOrUpdateCalendarEntryResponse) Validate

Validate checks the field values on CreateOrUpdateCalendarEntryResponse 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 (*CreateOrUpdateCalendarEntryResponse) ValidateAll

func (m *CreateOrUpdateCalendarEntryResponse) ValidateAll() error

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

type CreateOrUpdateCalendarEntryResponseMultiError

type CreateOrUpdateCalendarEntryResponseMultiError []error

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

func (CreateOrUpdateCalendarEntryResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateOrUpdateCalendarEntryResponseMultiError) Error

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

type CreateOrUpdateCalendarEntryResponseValidationError

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

CreateOrUpdateCalendarEntryResponseValidationError is the validation error returned by CreateOrUpdateCalendarEntryResponse.Validate if the designated constraints aren't met.

func (CreateOrUpdateCalendarEntryResponseValidationError) Cause

Cause function returns cause value.

func (CreateOrUpdateCalendarEntryResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateOrUpdateCalendarEntryResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateOrUpdateCalendarEntryResponseValidationError) Field

Field function returns field value.

func (CreateOrUpdateCalendarEntryResponseValidationError) Key

Key function returns key value.

func (CreateOrUpdateCalendarEntryResponseValidationError) Reason

Reason function returns reason value.

type CreateOrUpdateCalendarRequest

type CreateOrUpdateCalendarRequest struct {
	Calendar *calendar.Calendar `protobuf:"bytes,1,opt,name=calendar,proto3" json:"calendar,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateOrUpdateCalendarRequest) Descriptor deprecated

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

Deprecated: Use CreateOrUpdateCalendarRequest.ProtoReflect.Descriptor instead.

func (*CreateOrUpdateCalendarRequest) GetCalendar

func (*CreateOrUpdateCalendarRequest) ProtoMessage

func (*CreateOrUpdateCalendarRequest) ProtoMessage()

func (*CreateOrUpdateCalendarRequest) ProtoReflect

func (*CreateOrUpdateCalendarRequest) Reset

func (x *CreateOrUpdateCalendarRequest) Reset()

func (*CreateOrUpdateCalendarRequest) Sanitize added in v0.9.4

func (m *CreateOrUpdateCalendarRequest) Sanitize() error

func (*CreateOrUpdateCalendarRequest) String

func (*CreateOrUpdateCalendarRequest) Validate

func (m *CreateOrUpdateCalendarRequest) Validate() error

Validate checks the field values on CreateOrUpdateCalendarRequest 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 (*CreateOrUpdateCalendarRequest) ValidateAll

func (m *CreateOrUpdateCalendarRequest) ValidateAll() error

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

type CreateOrUpdateCalendarRequestMultiError

type CreateOrUpdateCalendarRequestMultiError []error

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

func (CreateOrUpdateCalendarRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateOrUpdateCalendarRequestMultiError) Error

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

type CreateOrUpdateCalendarRequestValidationError

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

CreateOrUpdateCalendarRequestValidationError is the validation error returned by CreateOrUpdateCalendarRequest.Validate if the designated constraints aren't met.

func (CreateOrUpdateCalendarRequestValidationError) Cause

Cause function returns cause value.

func (CreateOrUpdateCalendarRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateOrUpdateCalendarRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateOrUpdateCalendarRequestValidationError) Field

Field function returns field value.

func (CreateOrUpdateCalendarRequestValidationError) Key

Key function returns key value.

func (CreateOrUpdateCalendarRequestValidationError) Reason

Reason function returns reason value.

type CreateOrUpdateCalendarResponse

type CreateOrUpdateCalendarResponse struct {
	Calendar *calendar.Calendar `protobuf:"bytes,1,opt,name=calendar,proto3" json:"calendar,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateOrUpdateCalendarResponse) Descriptor deprecated

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

Deprecated: Use CreateOrUpdateCalendarResponse.ProtoReflect.Descriptor instead.

func (*CreateOrUpdateCalendarResponse) GetCalendar

func (*CreateOrUpdateCalendarResponse) ProtoMessage

func (*CreateOrUpdateCalendarResponse) ProtoMessage()

func (*CreateOrUpdateCalendarResponse) ProtoReflect

func (*CreateOrUpdateCalendarResponse) Reset

func (x *CreateOrUpdateCalendarResponse) Reset()

func (*CreateOrUpdateCalendarResponse) Sanitize added in v0.9.4

func (m *CreateOrUpdateCalendarResponse) Sanitize() error

func (*CreateOrUpdateCalendarResponse) String

func (*CreateOrUpdateCalendarResponse) Validate

func (m *CreateOrUpdateCalendarResponse) Validate() error

Validate checks the field values on CreateOrUpdateCalendarResponse 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 (*CreateOrUpdateCalendarResponse) ValidateAll

func (m *CreateOrUpdateCalendarResponse) ValidateAll() error

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

type CreateOrUpdateCalendarResponseMultiError

type CreateOrUpdateCalendarResponseMultiError []error

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

func (CreateOrUpdateCalendarResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateOrUpdateCalendarResponseMultiError) Error

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

type CreateOrUpdateCalendarResponseValidationError

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

CreateOrUpdateCalendarResponseValidationError is the validation error returned by CreateOrUpdateCalendarResponse.Validate if the designated constraints aren't met.

func (CreateOrUpdateCalendarResponseValidationError) Cause

Cause function returns cause value.

func (CreateOrUpdateCalendarResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateOrUpdateCalendarResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateOrUpdateCalendarResponseValidationError) Field

Field function returns field value.

func (CreateOrUpdateCalendarResponseValidationError) Key

Key function returns key value.

func (CreateOrUpdateCalendarResponseValidationError) Reason

Reason function returns reason value.

type DeleteCalendarEntryRequest

type DeleteCalendarEntryRequest struct {
	EntryId uint64 `protobuf:"varint,1,opt,name=entry_id,json=entryId,proto3" json:"entry_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteCalendarEntryRequest) Descriptor deprecated

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

Deprecated: Use DeleteCalendarEntryRequest.ProtoReflect.Descriptor instead.

func (*DeleteCalendarEntryRequest) GetEntryId

func (x *DeleteCalendarEntryRequest) GetEntryId() uint64

func (*DeleteCalendarEntryRequest) ProtoMessage

func (*DeleteCalendarEntryRequest) ProtoMessage()

func (*DeleteCalendarEntryRequest) ProtoReflect

func (*DeleteCalendarEntryRequest) Reset

func (x *DeleteCalendarEntryRequest) Reset()

func (*DeleteCalendarEntryRequest) Sanitize added in v0.9.4

func (m *DeleteCalendarEntryRequest) Sanitize() error

func (*DeleteCalendarEntryRequest) String

func (x *DeleteCalendarEntryRequest) String() string

func (*DeleteCalendarEntryRequest) Validate

func (m *DeleteCalendarEntryRequest) Validate() error

Validate checks the field values on DeleteCalendarEntryRequest 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 (*DeleteCalendarEntryRequest) ValidateAll

func (m *DeleteCalendarEntryRequest) ValidateAll() error

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

type DeleteCalendarEntryRequestMultiError

type DeleteCalendarEntryRequestMultiError []error

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

func (DeleteCalendarEntryRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (DeleteCalendarEntryRequestMultiError) Error

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

type DeleteCalendarEntryRequestValidationError

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

DeleteCalendarEntryRequestValidationError is the validation error returned by DeleteCalendarEntryRequest.Validate if the designated constraints aren't met.

func (DeleteCalendarEntryRequestValidationError) Cause

Cause function returns cause value.

func (DeleteCalendarEntryRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteCalendarEntryRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteCalendarEntryRequestValidationError) Field

Field function returns field value.

func (DeleteCalendarEntryRequestValidationError) Key

Key function returns key value.

func (DeleteCalendarEntryRequestValidationError) Reason

Reason function returns reason value.

type DeleteCalendarEntryResponse

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

func (*DeleteCalendarEntryResponse) Descriptor deprecated

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

Deprecated: Use DeleteCalendarEntryResponse.ProtoReflect.Descriptor instead.

func (*DeleteCalendarEntryResponse) ProtoMessage

func (*DeleteCalendarEntryResponse) ProtoMessage()

func (*DeleteCalendarEntryResponse) ProtoReflect

func (*DeleteCalendarEntryResponse) Reset

func (x *DeleteCalendarEntryResponse) Reset()

func (*DeleteCalendarEntryResponse) Sanitize added in v0.9.4

func (m *DeleteCalendarEntryResponse) Sanitize() error

func (*DeleteCalendarEntryResponse) String

func (x *DeleteCalendarEntryResponse) String() string

func (*DeleteCalendarEntryResponse) Validate

func (m *DeleteCalendarEntryResponse) Validate() error

Validate checks the field values on DeleteCalendarEntryResponse 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 (*DeleteCalendarEntryResponse) ValidateAll

func (m *DeleteCalendarEntryResponse) ValidateAll() error

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

type DeleteCalendarEntryResponseMultiError

type DeleteCalendarEntryResponseMultiError []error

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

func (DeleteCalendarEntryResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (DeleteCalendarEntryResponseMultiError) Error

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

type DeleteCalendarEntryResponseValidationError

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

DeleteCalendarEntryResponseValidationError is the validation error returned by DeleteCalendarEntryResponse.Validate if the designated constraints aren't met.

func (DeleteCalendarEntryResponseValidationError) Cause

Cause function returns cause value.

func (DeleteCalendarEntryResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteCalendarEntryResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteCalendarEntryResponseValidationError) Field

Field function returns field value.

func (DeleteCalendarEntryResponseValidationError) Key

Key function returns key value.

func (DeleteCalendarEntryResponseValidationError) Reason

Reason function returns reason value.

type DeleteCalendarRequest

type DeleteCalendarRequest struct {
	CalendarId uint64 `protobuf:"varint,1,opt,name=calendar_id,json=calendarId,proto3" json:"calendar_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteCalendarRequest) Descriptor deprecated

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

Deprecated: Use DeleteCalendarRequest.ProtoReflect.Descriptor instead.

func (*DeleteCalendarRequest) GetCalendarId

func (x *DeleteCalendarRequest) GetCalendarId() uint64

func (*DeleteCalendarRequest) ProtoMessage

func (*DeleteCalendarRequest) ProtoMessage()

func (*DeleteCalendarRequest) ProtoReflect

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

func (*DeleteCalendarRequest) Reset

func (x *DeleteCalendarRequest) Reset()

func (*DeleteCalendarRequest) Sanitize added in v0.9.4

func (m *DeleteCalendarRequest) Sanitize() error

func (*DeleteCalendarRequest) String

func (x *DeleteCalendarRequest) String() string

func (*DeleteCalendarRequest) Validate

func (m *DeleteCalendarRequest) Validate() error

Validate checks the field values on DeleteCalendarRequest 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 (*DeleteCalendarRequest) ValidateAll

func (m *DeleteCalendarRequest) ValidateAll() error

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

type DeleteCalendarRequestMultiError

type DeleteCalendarRequestMultiError []error

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

func (DeleteCalendarRequestMultiError) AllErrors

func (m DeleteCalendarRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteCalendarRequestMultiError) Error

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

type DeleteCalendarRequestValidationError

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

DeleteCalendarRequestValidationError is the validation error returned by DeleteCalendarRequest.Validate if the designated constraints aren't met.

func (DeleteCalendarRequestValidationError) Cause

Cause function returns cause value.

func (DeleteCalendarRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteCalendarRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteCalendarRequestValidationError) Field

Field function returns field value.

func (DeleteCalendarRequestValidationError) Key

Key function returns key value.

func (DeleteCalendarRequestValidationError) Reason

Reason function returns reason value.

type DeleteCalendarResponse

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

func (*DeleteCalendarResponse) Descriptor deprecated

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

Deprecated: Use DeleteCalendarResponse.ProtoReflect.Descriptor instead.

func (*DeleteCalendarResponse) ProtoMessage

func (*DeleteCalendarResponse) ProtoMessage()

func (*DeleteCalendarResponse) ProtoReflect

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

func (*DeleteCalendarResponse) Reset

func (x *DeleteCalendarResponse) Reset()

func (*DeleteCalendarResponse) Sanitize added in v0.9.4

func (m *DeleteCalendarResponse) Sanitize() error

func (*DeleteCalendarResponse) String

func (x *DeleteCalendarResponse) String() string

func (*DeleteCalendarResponse) Validate

func (m *DeleteCalendarResponse) Validate() error

Validate checks the field values on DeleteCalendarResponse 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 (*DeleteCalendarResponse) ValidateAll

func (m *DeleteCalendarResponse) ValidateAll() error

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

type DeleteCalendarResponseMultiError

type DeleteCalendarResponseMultiError []error

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

func (DeleteCalendarResponseMultiError) AllErrors

func (m DeleteCalendarResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteCalendarResponseMultiError) Error

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

type DeleteCalendarResponseValidationError

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

DeleteCalendarResponseValidationError is the validation error returned by DeleteCalendarResponse.Validate if the designated constraints aren't met.

func (DeleteCalendarResponseValidationError) Cause

Cause function returns cause value.

func (DeleteCalendarResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteCalendarResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteCalendarResponseValidationError) Field

Field function returns field value.

func (DeleteCalendarResponseValidationError) Key

Key function returns key value.

func (DeleteCalendarResponseValidationError) Reason

Reason function returns reason value.

type GetCalendarEntryRequest

type GetCalendarEntryRequest struct {
	EntryId uint64 `protobuf:"varint,1,opt,name=entry_id,json=entryId,proto3" json:"entry_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCalendarEntryRequest) Descriptor deprecated

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

Deprecated: Use GetCalendarEntryRequest.ProtoReflect.Descriptor instead.

func (*GetCalendarEntryRequest) GetEntryId

func (x *GetCalendarEntryRequest) GetEntryId() uint64

func (*GetCalendarEntryRequest) ProtoMessage

func (*GetCalendarEntryRequest) ProtoMessage()

func (*GetCalendarEntryRequest) ProtoReflect

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

func (*GetCalendarEntryRequest) Reset

func (x *GetCalendarEntryRequest) Reset()

func (*GetCalendarEntryRequest) Sanitize added in v0.9.4

func (m *GetCalendarEntryRequest) Sanitize() error

func (*GetCalendarEntryRequest) String

func (x *GetCalendarEntryRequest) String() string

func (*GetCalendarEntryRequest) Validate

func (m *GetCalendarEntryRequest) Validate() error

Validate checks the field values on GetCalendarEntryRequest 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 (*GetCalendarEntryRequest) ValidateAll

func (m *GetCalendarEntryRequest) ValidateAll() error

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

type GetCalendarEntryRequestMultiError

type GetCalendarEntryRequestMultiError []error

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

func (GetCalendarEntryRequestMultiError) AllErrors

func (m GetCalendarEntryRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetCalendarEntryRequestMultiError) Error

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

type GetCalendarEntryRequestValidationError

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

GetCalendarEntryRequestValidationError is the validation error returned by GetCalendarEntryRequest.Validate if the designated constraints aren't met.

func (GetCalendarEntryRequestValidationError) Cause

Cause function returns cause value.

func (GetCalendarEntryRequestValidationError) Error

Error satisfies the builtin error interface

func (GetCalendarEntryRequestValidationError) ErrorName

ErrorName returns error name.

func (GetCalendarEntryRequestValidationError) Field

Field function returns field value.

func (GetCalendarEntryRequestValidationError) Key

Key function returns key value.

func (GetCalendarEntryRequestValidationError) Reason

Reason function returns reason value.

type GetCalendarEntryResponse

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

func (*GetCalendarEntryResponse) Descriptor deprecated

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

Deprecated: Use GetCalendarEntryResponse.ProtoReflect.Descriptor instead.

func (*GetCalendarEntryResponse) GetEntry

func (*GetCalendarEntryResponse) ProtoMessage

func (*GetCalendarEntryResponse) ProtoMessage()

func (*GetCalendarEntryResponse) ProtoReflect

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

func (*GetCalendarEntryResponse) Reset

func (x *GetCalendarEntryResponse) Reset()

func (*GetCalendarEntryResponse) Sanitize added in v0.9.4

func (m *GetCalendarEntryResponse) Sanitize() error

func (*GetCalendarEntryResponse) String

func (x *GetCalendarEntryResponse) String() string

func (*GetCalendarEntryResponse) Validate

func (m *GetCalendarEntryResponse) Validate() error

Validate checks the field values on GetCalendarEntryResponse 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 (*GetCalendarEntryResponse) ValidateAll

func (m *GetCalendarEntryResponse) ValidateAll() error

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

type GetCalendarEntryResponseMultiError

type GetCalendarEntryResponseMultiError []error

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

func (GetCalendarEntryResponseMultiError) AllErrors

func (m GetCalendarEntryResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetCalendarEntryResponseMultiError) Error

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

type GetCalendarEntryResponseValidationError

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

GetCalendarEntryResponseValidationError is the validation error returned by GetCalendarEntryResponse.Validate if the designated constraints aren't met.

func (GetCalendarEntryResponseValidationError) Cause

Cause function returns cause value.

func (GetCalendarEntryResponseValidationError) Error

Error satisfies the builtin error interface

func (GetCalendarEntryResponseValidationError) ErrorName

ErrorName returns error name.

func (GetCalendarEntryResponseValidationError) Field

Field function returns field value.

func (GetCalendarEntryResponseValidationError) Key

Key function returns key value.

func (GetCalendarEntryResponseValidationError) Reason

Reason function returns reason value.

type GetCalendarRequest

type GetCalendarRequest struct {
	CalendarId uint64 `protobuf:"varint,1,opt,name=calendar_id,json=calendarId,proto3" json:"calendar_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCalendarRequest) Descriptor deprecated

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

Deprecated: Use GetCalendarRequest.ProtoReflect.Descriptor instead.

func (*GetCalendarRequest) GetCalendarId

func (x *GetCalendarRequest) GetCalendarId() uint64

func (*GetCalendarRequest) ProtoMessage

func (*GetCalendarRequest) ProtoMessage()

func (*GetCalendarRequest) ProtoReflect

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

func (*GetCalendarRequest) Reset

func (x *GetCalendarRequest) Reset()

func (*GetCalendarRequest) Sanitize added in v0.9.4

func (m *GetCalendarRequest) Sanitize() error

func (*GetCalendarRequest) String

func (x *GetCalendarRequest) String() string

func (*GetCalendarRequest) Validate

func (m *GetCalendarRequest) Validate() error

Validate checks the field values on GetCalendarRequest 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 (*GetCalendarRequest) ValidateAll

func (m *GetCalendarRequest) ValidateAll() error

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

type GetCalendarRequestMultiError

type GetCalendarRequestMultiError []error

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

func (GetCalendarRequestMultiError) AllErrors

func (m GetCalendarRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetCalendarRequestMultiError) Error

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

type GetCalendarRequestValidationError

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

GetCalendarRequestValidationError is the validation error returned by GetCalendarRequest.Validate if the designated constraints aren't met.

func (GetCalendarRequestValidationError) Cause

Cause function returns cause value.

func (GetCalendarRequestValidationError) Error

Error satisfies the builtin error interface

func (GetCalendarRequestValidationError) ErrorName

ErrorName returns error name.

func (GetCalendarRequestValidationError) Field

Field function returns field value.

func (GetCalendarRequestValidationError) Key

Key function returns key value.

func (GetCalendarRequestValidationError) Reason

Reason function returns reason value.

type GetCalendarResponse

type GetCalendarResponse struct {
	Calendar *calendar.Calendar `protobuf:"bytes,1,opt,name=calendar,proto3" json:"calendar,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCalendarResponse) Descriptor deprecated

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

Deprecated: Use GetCalendarResponse.ProtoReflect.Descriptor instead.

func (*GetCalendarResponse) GetCalendar

func (x *GetCalendarResponse) GetCalendar() *calendar.Calendar

func (*GetCalendarResponse) ProtoMessage

func (*GetCalendarResponse) ProtoMessage()

func (*GetCalendarResponse) ProtoReflect

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

func (*GetCalendarResponse) Reset

func (x *GetCalendarResponse) Reset()

func (*GetCalendarResponse) Sanitize added in v0.9.4

func (m *GetCalendarResponse) Sanitize() error

func (*GetCalendarResponse) String

func (x *GetCalendarResponse) String() string

func (*GetCalendarResponse) Validate

func (m *GetCalendarResponse) Validate() error

Validate checks the field values on GetCalendarResponse 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 (*GetCalendarResponse) ValidateAll

func (m *GetCalendarResponse) ValidateAll() error

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

type GetCalendarResponseMultiError

type GetCalendarResponseMultiError []error

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

func (GetCalendarResponseMultiError) AllErrors

func (m GetCalendarResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetCalendarResponseMultiError) Error

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

type GetCalendarResponseValidationError

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

GetCalendarResponseValidationError is the validation error returned by GetCalendarResponse.Validate if the designated constraints aren't met.

func (GetCalendarResponseValidationError) Cause

Cause function returns cause value.

func (GetCalendarResponseValidationError) Error

Error satisfies the builtin error interface

func (GetCalendarResponseValidationError) ErrorName

ErrorName returns error name.

func (GetCalendarResponseValidationError) Field

Field function returns field value.

func (GetCalendarResponseValidationError) Key

Key function returns key value.

func (GetCalendarResponseValidationError) Reason

Reason function returns reason value.

type GetUpcomingEntriesRequest added in v0.9.3

type GetUpcomingEntriesRequest struct {
	Seconds int32 `protobuf:"varint,1,opt,name=seconds,proto3" json:"seconds,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUpcomingEntriesRequest) Descriptor deprecated added in v0.9.3

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

Deprecated: Use GetUpcomingEntriesRequest.ProtoReflect.Descriptor instead.

func (*GetUpcomingEntriesRequest) GetSeconds added in v0.9.3

func (x *GetUpcomingEntriesRequest) GetSeconds() int32

func (*GetUpcomingEntriesRequest) ProtoMessage added in v0.9.3

func (*GetUpcomingEntriesRequest) ProtoMessage()

func (*GetUpcomingEntriesRequest) ProtoReflect added in v0.9.3

func (*GetUpcomingEntriesRequest) Reset added in v0.9.3

func (x *GetUpcomingEntriesRequest) Reset()

func (*GetUpcomingEntriesRequest) Sanitize added in v0.9.4

func (m *GetUpcomingEntriesRequest) Sanitize() error

func (*GetUpcomingEntriesRequest) String added in v0.9.3

func (x *GetUpcomingEntriesRequest) String() string

func (*GetUpcomingEntriesRequest) Validate added in v0.9.3

func (m *GetUpcomingEntriesRequest) Validate() error

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

func (m *GetUpcomingEntriesRequest) ValidateAll() error

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

type GetUpcomingEntriesRequestMultiError added in v0.9.3

type GetUpcomingEntriesRequestMultiError []error

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

func (GetUpcomingEntriesRequestMultiError) AllErrors added in v0.9.3

AllErrors returns a list of validation violation errors.

func (GetUpcomingEntriesRequestMultiError) Error added in v0.9.3

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

type GetUpcomingEntriesRequestValidationError added in v0.9.3

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

GetUpcomingEntriesRequestValidationError is the validation error returned by GetUpcomingEntriesRequest.Validate if the designated constraints aren't met.

func (GetUpcomingEntriesRequestValidationError) Cause added in v0.9.3

Cause function returns cause value.

func (GetUpcomingEntriesRequestValidationError) Error added in v0.9.3

Error satisfies the builtin error interface

func (GetUpcomingEntriesRequestValidationError) ErrorName added in v0.9.3

ErrorName returns error name.

func (GetUpcomingEntriesRequestValidationError) Field added in v0.9.3

Field function returns field value.

func (GetUpcomingEntriesRequestValidationError) Key added in v0.9.3

Key function returns key value.

func (GetUpcomingEntriesRequestValidationError) Reason added in v0.9.3

Reason function returns reason value.

type GetUpcomingEntriesResponse added in v0.9.3

type GetUpcomingEntriesResponse struct {
	Entries []*calendar.CalendarEntry `protobuf:"bytes,1,rep,name=entries,proto3" json:"entries,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUpcomingEntriesResponse) Descriptor deprecated added in v0.9.3

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

Deprecated: Use GetUpcomingEntriesResponse.ProtoReflect.Descriptor instead.

func (*GetUpcomingEntriesResponse) GetEntries added in v0.9.3

func (*GetUpcomingEntriesResponse) ProtoMessage added in v0.9.3

func (*GetUpcomingEntriesResponse) ProtoMessage()

func (*GetUpcomingEntriesResponse) ProtoReflect added in v0.9.3

func (*GetUpcomingEntriesResponse) Reset added in v0.9.3

func (x *GetUpcomingEntriesResponse) Reset()

func (*GetUpcomingEntriesResponse) Sanitize added in v0.9.4

func (m *GetUpcomingEntriesResponse) Sanitize() error

func (*GetUpcomingEntriesResponse) String added in v0.9.3

func (x *GetUpcomingEntriesResponse) String() string

func (*GetUpcomingEntriesResponse) Validate added in v0.9.3

func (m *GetUpcomingEntriesResponse) Validate() error

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

func (m *GetUpcomingEntriesResponse) ValidateAll() error

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

type GetUpcomingEntriesResponseMultiError added in v0.9.3

type GetUpcomingEntriesResponseMultiError []error

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

func (GetUpcomingEntriesResponseMultiError) AllErrors added in v0.9.3

AllErrors returns a list of validation violation errors.

func (GetUpcomingEntriesResponseMultiError) Error added in v0.9.3

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

type GetUpcomingEntriesResponseValidationError added in v0.9.3

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

GetUpcomingEntriesResponseValidationError is the validation error returned by GetUpcomingEntriesResponse.Validate if the designated constraints aren't met.

func (GetUpcomingEntriesResponseValidationError) Cause added in v0.9.3

Cause function returns cause value.

func (GetUpcomingEntriesResponseValidationError) Error added in v0.9.3

Error satisfies the builtin error interface

func (GetUpcomingEntriesResponseValidationError) ErrorName added in v0.9.3

ErrorName returns error name.

func (GetUpcomingEntriesResponseValidationError) Field added in v0.9.3

Field function returns field value.

func (GetUpcomingEntriesResponseValidationError) Key added in v0.9.3

Key function returns key value.

func (GetUpcomingEntriesResponseValidationError) Reason added in v0.9.3

Reason function returns reason value.

type ListCalendarEntriesRequest

type ListCalendarEntriesRequest struct {
	Year        int32                `protobuf:"varint,1,opt,name=year,proto3" json:"year,omitempty"`
	Month       int32                `protobuf:"varint,2,opt,name=month,proto3" json:"month,omitempty"`
	CalendarIds []uint64             `protobuf:"varint,3,rep,packed,name=calendar_ids,json=calendarIds,proto3" json:"calendar_ids,omitempty"`
	ShowHidden  *bool                `protobuf:"varint,4,opt,name=show_hidden,json=showHidden,proto3,oneof" json:"show_hidden,omitempty"`
	After       *timestamp.Timestamp `protobuf:"bytes,5,opt,name=after,proto3,oneof" json:"after,omitempty"`
	// contains filtered or unexported fields
}

func (*ListCalendarEntriesRequest) Descriptor deprecated

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

Deprecated: Use ListCalendarEntriesRequest.ProtoReflect.Descriptor instead.

func (*ListCalendarEntriesRequest) GetAfter

func (*ListCalendarEntriesRequest) GetCalendarIds

func (x *ListCalendarEntriesRequest) GetCalendarIds() []uint64

func (*ListCalendarEntriesRequest) GetMonth

func (x *ListCalendarEntriesRequest) GetMonth() int32

func (*ListCalendarEntriesRequest) GetShowHidden

func (x *ListCalendarEntriesRequest) GetShowHidden() bool

func (*ListCalendarEntriesRequest) GetYear

func (x *ListCalendarEntriesRequest) GetYear() int32

func (*ListCalendarEntriesRequest) ProtoMessage

func (*ListCalendarEntriesRequest) ProtoMessage()

func (*ListCalendarEntriesRequest) ProtoReflect

func (*ListCalendarEntriesRequest) Reset

func (x *ListCalendarEntriesRequest) Reset()

func (*ListCalendarEntriesRequest) Sanitize added in v0.9.4

func (m *ListCalendarEntriesRequest) Sanitize() error

func (*ListCalendarEntriesRequest) String

func (x *ListCalendarEntriesRequest) String() string

func (*ListCalendarEntriesRequest) Validate

func (m *ListCalendarEntriesRequest) Validate() error

Validate checks the field values on ListCalendarEntriesRequest 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 (*ListCalendarEntriesRequest) ValidateAll

func (m *ListCalendarEntriesRequest) ValidateAll() error

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

type ListCalendarEntriesRequestMultiError

type ListCalendarEntriesRequestMultiError []error

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

func (ListCalendarEntriesRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ListCalendarEntriesRequestMultiError) Error

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

type ListCalendarEntriesRequestValidationError

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

ListCalendarEntriesRequestValidationError is the validation error returned by ListCalendarEntriesRequest.Validate if the designated constraints aren't met.

func (ListCalendarEntriesRequestValidationError) Cause

Cause function returns cause value.

func (ListCalendarEntriesRequestValidationError) Error

Error satisfies the builtin error interface

func (ListCalendarEntriesRequestValidationError) ErrorName

ErrorName returns error name.

func (ListCalendarEntriesRequestValidationError) Field

Field function returns field value.

func (ListCalendarEntriesRequestValidationError) Key

Key function returns key value.

func (ListCalendarEntriesRequestValidationError) Reason

Reason function returns reason value.

type ListCalendarEntriesResponse

type ListCalendarEntriesResponse struct {
	Entries []*calendar.CalendarEntry `protobuf:"bytes,1,rep,name=entries,proto3" json:"entries,omitempty"`
	// contains filtered or unexported fields
}

func (*ListCalendarEntriesResponse) Descriptor deprecated

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

Deprecated: Use ListCalendarEntriesResponse.ProtoReflect.Descriptor instead.

func (*ListCalendarEntriesResponse) GetEntries

func (*ListCalendarEntriesResponse) ProtoMessage

func (*ListCalendarEntriesResponse) ProtoMessage()

func (*ListCalendarEntriesResponse) ProtoReflect

func (*ListCalendarEntriesResponse) Reset

func (x *ListCalendarEntriesResponse) Reset()

func (*ListCalendarEntriesResponse) Sanitize added in v0.9.4

func (m *ListCalendarEntriesResponse) Sanitize() error

func (*ListCalendarEntriesResponse) String

func (x *ListCalendarEntriesResponse) String() string

func (*ListCalendarEntriesResponse) Validate

func (m *ListCalendarEntriesResponse) Validate() error

Validate checks the field values on ListCalendarEntriesResponse 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 (*ListCalendarEntriesResponse) ValidateAll

func (m *ListCalendarEntriesResponse) ValidateAll() error

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

type ListCalendarEntriesResponseMultiError

type ListCalendarEntriesResponseMultiError []error

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

func (ListCalendarEntriesResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ListCalendarEntriesResponseMultiError) Error

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

type ListCalendarEntriesResponseValidationError

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

ListCalendarEntriesResponseValidationError is the validation error returned by ListCalendarEntriesResponse.Validate if the designated constraints aren't met.

func (ListCalendarEntriesResponseValidationError) Cause

Cause function returns cause value.

func (ListCalendarEntriesResponseValidationError) Error

Error satisfies the builtin error interface

func (ListCalendarEntriesResponseValidationError) ErrorName

ErrorName returns error name.

func (ListCalendarEntriesResponseValidationError) Field

Field function returns field value.

func (ListCalendarEntriesResponseValidationError) Key

Key function returns key value.

func (ListCalendarEntriesResponseValidationError) Reason

Reason function returns reason value.

type ListCalendarEntryRSVPRequest

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

func (*ListCalendarEntryRSVPRequest) Descriptor deprecated

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

Deprecated: Use ListCalendarEntryRSVPRequest.ProtoReflect.Descriptor instead.

func (*ListCalendarEntryRSVPRequest) GetEntryId

func (x *ListCalendarEntryRSVPRequest) GetEntryId() uint64

func (*ListCalendarEntryRSVPRequest) GetPagination

func (*ListCalendarEntryRSVPRequest) ProtoMessage

func (*ListCalendarEntryRSVPRequest) ProtoMessage()

func (*ListCalendarEntryRSVPRequest) ProtoReflect

func (*ListCalendarEntryRSVPRequest) Reset

func (x *ListCalendarEntryRSVPRequest) Reset()

func (*ListCalendarEntryRSVPRequest) Sanitize added in v0.9.4

func (m *ListCalendarEntryRSVPRequest) Sanitize() error

func (*ListCalendarEntryRSVPRequest) String

func (*ListCalendarEntryRSVPRequest) Validate

func (m *ListCalendarEntryRSVPRequest) Validate() error

Validate checks the field values on ListCalendarEntryRSVPRequest 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 (*ListCalendarEntryRSVPRequest) ValidateAll

func (m *ListCalendarEntryRSVPRequest) ValidateAll() error

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

type ListCalendarEntryRSVPRequestMultiError

type ListCalendarEntryRSVPRequestMultiError []error

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

func (ListCalendarEntryRSVPRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ListCalendarEntryRSVPRequestMultiError) Error

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

type ListCalendarEntryRSVPRequestValidationError

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

ListCalendarEntryRSVPRequestValidationError is the validation error returned by ListCalendarEntryRSVPRequest.Validate if the designated constraints aren't met.

func (ListCalendarEntryRSVPRequestValidationError) Cause

Cause function returns cause value.

func (ListCalendarEntryRSVPRequestValidationError) Error

Error satisfies the builtin error interface

func (ListCalendarEntryRSVPRequestValidationError) ErrorName

ErrorName returns error name.

func (ListCalendarEntryRSVPRequestValidationError) Field

Field function returns field value.

func (ListCalendarEntryRSVPRequestValidationError) Key

Key function returns key value.

func (ListCalendarEntryRSVPRequestValidationError) Reason

Reason function returns reason value.

type ListCalendarEntryRSVPResponse

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

func (*ListCalendarEntryRSVPResponse) Descriptor deprecated

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

Deprecated: Use ListCalendarEntryRSVPResponse.ProtoReflect.Descriptor instead.

func (*ListCalendarEntryRSVPResponse) GetEntries

func (*ListCalendarEntryRSVPResponse) GetPagination

func (*ListCalendarEntryRSVPResponse) ProtoMessage

func (*ListCalendarEntryRSVPResponse) ProtoMessage()

func (*ListCalendarEntryRSVPResponse) ProtoReflect

func (*ListCalendarEntryRSVPResponse) Reset

func (x *ListCalendarEntryRSVPResponse) Reset()

func (*ListCalendarEntryRSVPResponse) Sanitize added in v0.9.4

func (m *ListCalendarEntryRSVPResponse) Sanitize() error

func (*ListCalendarEntryRSVPResponse) String

func (*ListCalendarEntryRSVPResponse) Validate

func (m *ListCalendarEntryRSVPResponse) Validate() error

Validate checks the field values on ListCalendarEntryRSVPResponse 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 (*ListCalendarEntryRSVPResponse) ValidateAll

func (m *ListCalendarEntryRSVPResponse) ValidateAll() error

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

type ListCalendarEntryRSVPResponseMultiError

type ListCalendarEntryRSVPResponseMultiError []error

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

func (ListCalendarEntryRSVPResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ListCalendarEntryRSVPResponseMultiError) Error

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

type ListCalendarEntryRSVPResponseValidationError

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

ListCalendarEntryRSVPResponseValidationError is the validation error returned by ListCalendarEntryRSVPResponse.Validate if the designated constraints aren't met.

func (ListCalendarEntryRSVPResponseValidationError) Cause

Cause function returns cause value.

func (ListCalendarEntryRSVPResponseValidationError) Error

Error satisfies the builtin error interface

func (ListCalendarEntryRSVPResponseValidationError) ErrorName

ErrorName returns error name.

func (ListCalendarEntryRSVPResponseValidationError) Field

Field function returns field value.

func (ListCalendarEntryRSVPResponseValidationError) Key

Key function returns key value.

func (ListCalendarEntryRSVPResponseValidationError) Reason

Reason function returns reason value.

type ListCalendarsRequest

type ListCalendarsRequest struct {
	Pagination     *database.PaginationRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
	OnlyPublic     bool                        `protobuf:"varint,2,opt,name=only_public,json=onlyPublic,proto3" json:"only_public,omitempty"`
	MinAccessLevel *calendar.AccessLevel       `` /* 148-byte string literal not displayed */
	After          *timestamp.Timestamp        `protobuf:"bytes,4,opt,name=after,proto3,oneof" json:"after,omitempty"`
	// contains filtered or unexported fields
}

func (*ListCalendarsRequest) Descriptor deprecated

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

Deprecated: Use ListCalendarsRequest.ProtoReflect.Descriptor instead.

func (*ListCalendarsRequest) GetAfter

func (x *ListCalendarsRequest) GetAfter() *timestamp.Timestamp

func (*ListCalendarsRequest) GetMinAccessLevel

func (x *ListCalendarsRequest) GetMinAccessLevel() calendar.AccessLevel

func (*ListCalendarsRequest) GetOnlyPublic

func (x *ListCalendarsRequest) GetOnlyPublic() bool

func (*ListCalendarsRequest) GetPagination

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

func (*ListCalendarsRequest) ProtoMessage

func (*ListCalendarsRequest) ProtoMessage()

func (*ListCalendarsRequest) ProtoReflect

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

func (*ListCalendarsRequest) Reset

func (x *ListCalendarsRequest) Reset()

func (*ListCalendarsRequest) Sanitize added in v0.9.4

func (m *ListCalendarsRequest) Sanitize() error

func (*ListCalendarsRequest) String

func (x *ListCalendarsRequest) String() string

func (*ListCalendarsRequest) Validate

func (m *ListCalendarsRequest) Validate() error

Validate checks the field values on ListCalendarsRequest 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 (*ListCalendarsRequest) ValidateAll

func (m *ListCalendarsRequest) ValidateAll() error

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

type ListCalendarsRequestMultiError

type ListCalendarsRequestMultiError []error

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

func (ListCalendarsRequestMultiError) AllErrors

func (m ListCalendarsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListCalendarsRequestMultiError) Error

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

type ListCalendarsRequestValidationError

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

ListCalendarsRequestValidationError is the validation error returned by ListCalendarsRequest.Validate if the designated constraints aren't met.

func (ListCalendarsRequestValidationError) Cause

Cause function returns cause value.

func (ListCalendarsRequestValidationError) Error

Error satisfies the builtin error interface

func (ListCalendarsRequestValidationError) ErrorName

ErrorName returns error name.

func (ListCalendarsRequestValidationError) Field

Field function returns field value.

func (ListCalendarsRequestValidationError) Key

Key function returns key value.

func (ListCalendarsRequestValidationError) Reason

Reason function returns reason value.

type ListCalendarsResponse

type ListCalendarsResponse struct {
	Pagination *database.PaginationResponse `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
	Calendars  []*calendar.Calendar         `protobuf:"bytes,2,rep,name=calendars,proto3" json:"calendars,omitempty"`
	// contains filtered or unexported fields
}

func (*ListCalendarsResponse) Descriptor deprecated

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

Deprecated: Use ListCalendarsResponse.ProtoReflect.Descriptor instead.

func (*ListCalendarsResponse) GetCalendars

func (x *ListCalendarsResponse) GetCalendars() []*calendar.Calendar

func (*ListCalendarsResponse) GetPagination

func (*ListCalendarsResponse) ProtoMessage

func (*ListCalendarsResponse) ProtoMessage()

func (*ListCalendarsResponse) ProtoReflect

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

func (*ListCalendarsResponse) Reset

func (x *ListCalendarsResponse) Reset()

func (*ListCalendarsResponse) Sanitize added in v0.9.4

func (m *ListCalendarsResponse) Sanitize() error

func (*ListCalendarsResponse) String

func (x *ListCalendarsResponse) String() string

func (*ListCalendarsResponse) Validate

func (m *ListCalendarsResponse) Validate() error

Validate checks the field values on ListCalendarsResponse 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 (*ListCalendarsResponse) ValidateAll

func (m *ListCalendarsResponse) ValidateAll() error

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

type ListCalendarsResponseMultiError

type ListCalendarsResponseMultiError []error

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

func (ListCalendarsResponseMultiError) AllErrors

func (m ListCalendarsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListCalendarsResponseMultiError) Error

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

type ListCalendarsResponseValidationError

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

ListCalendarsResponseValidationError is the validation error returned by ListCalendarsResponse.Validate if the designated constraints aren't met.

func (ListCalendarsResponseValidationError) Cause

Cause function returns cause value.

func (ListCalendarsResponseValidationError) Error

Error satisfies the builtin error interface

func (ListCalendarsResponseValidationError) ErrorName

ErrorName returns error name.

func (ListCalendarsResponseValidationError) Field

Field function returns field value.

func (ListCalendarsResponseValidationError) Key

Key function returns key value.

func (ListCalendarsResponseValidationError) Reason

Reason function returns reason value.

type ListSubscriptionsRequest

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

func (*ListSubscriptionsRequest) Descriptor deprecated

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

Deprecated: Use ListSubscriptionsRequest.ProtoReflect.Descriptor instead.

func (*ListSubscriptionsRequest) GetPagination

func (*ListSubscriptionsRequest) ProtoMessage

func (*ListSubscriptionsRequest) ProtoMessage()

func (*ListSubscriptionsRequest) ProtoReflect

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

func (*ListSubscriptionsRequest) Reset

func (x *ListSubscriptionsRequest) Reset()

func (*ListSubscriptionsRequest) Sanitize added in v0.9.4

func (m *ListSubscriptionsRequest) Sanitize() error

func (*ListSubscriptionsRequest) String

func (x *ListSubscriptionsRequest) String() string

func (*ListSubscriptionsRequest) Validate

func (m *ListSubscriptionsRequest) Validate() error

Validate checks the field values on ListSubscriptionsRequest 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 (*ListSubscriptionsRequest) ValidateAll

func (m *ListSubscriptionsRequest) ValidateAll() error

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

type ListSubscriptionsRequestMultiError

type ListSubscriptionsRequestMultiError []error

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

func (ListSubscriptionsRequestMultiError) AllErrors

func (m ListSubscriptionsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListSubscriptionsRequestMultiError) Error

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

type ListSubscriptionsRequestValidationError

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

ListSubscriptionsRequestValidationError is the validation error returned by ListSubscriptionsRequest.Validate if the designated constraints aren't met.

func (ListSubscriptionsRequestValidationError) Cause

Cause function returns cause value.

func (ListSubscriptionsRequestValidationError) Error

Error satisfies the builtin error interface

func (ListSubscriptionsRequestValidationError) ErrorName

ErrorName returns error name.

func (ListSubscriptionsRequestValidationError) Field

Field function returns field value.

func (ListSubscriptionsRequestValidationError) Key

Key function returns key value.

func (ListSubscriptionsRequestValidationError) Reason

Reason function returns reason value.

type ListSubscriptionsResponse

type ListSubscriptionsResponse struct {
	Pagination *database.PaginationResponse `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
	Subs       []*calendar.CalendarSub      `protobuf:"bytes,2,rep,name=subs,proto3" json:"subs,omitempty"`
	// contains filtered or unexported fields
}

func (*ListSubscriptionsResponse) Descriptor deprecated

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

Deprecated: Use ListSubscriptionsResponse.ProtoReflect.Descriptor instead.

func (*ListSubscriptionsResponse) GetPagination

func (*ListSubscriptionsResponse) GetSubs

func (*ListSubscriptionsResponse) ProtoMessage

func (*ListSubscriptionsResponse) ProtoMessage()

func (*ListSubscriptionsResponse) ProtoReflect

func (*ListSubscriptionsResponse) Reset

func (x *ListSubscriptionsResponse) Reset()

func (*ListSubscriptionsResponse) Sanitize added in v0.9.4

func (m *ListSubscriptionsResponse) Sanitize() error

func (*ListSubscriptionsResponse) String

func (x *ListSubscriptionsResponse) String() string

func (*ListSubscriptionsResponse) Validate

func (m *ListSubscriptionsResponse) Validate() error

Validate checks the field values on ListSubscriptionsResponse 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 (*ListSubscriptionsResponse) ValidateAll

func (m *ListSubscriptionsResponse) ValidateAll() error

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

type ListSubscriptionsResponseMultiError

type ListSubscriptionsResponseMultiError []error

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

func (ListSubscriptionsResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ListSubscriptionsResponseMultiError) Error

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

type ListSubscriptionsResponseValidationError

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

ListSubscriptionsResponseValidationError is the validation error returned by ListSubscriptionsResponse.Validate if the designated constraints aren't met.

func (ListSubscriptionsResponseValidationError) Cause

Cause function returns cause value.

func (ListSubscriptionsResponseValidationError) Error

Error satisfies the builtin error interface

func (ListSubscriptionsResponseValidationError) ErrorName

ErrorName returns error name.

func (ListSubscriptionsResponseValidationError) Field

Field function returns field value.

func (ListSubscriptionsResponseValidationError) Key

Key function returns key value.

func (ListSubscriptionsResponseValidationError) Reason

Reason function returns reason value.

type Params

type Params struct {
	fx.In

	DB        *sql.DB
	P         perms.Permissions
	Enricher  *mstlystcdata.UserAwareEnricher
	Aud       audit.IAuditer
	Storage   storage.IStorage
	AppConfig appconfig.IConfig
	Notif     notifi.INotifi
	JS        *events.JSWrapper
}

type RSVPCalendarEntryRequest

type RSVPCalendarEntryRequest struct {
	Entry     *calendar.CalendarEntryRSVP `protobuf:"bytes,1,opt,name=entry,proto3" json:"entry,omitempty"`
	Subscribe bool                        `protobuf:"varint,2,opt,name=subscribe,proto3" json:"subscribe,omitempty"`
	Remove    *bool                       `protobuf:"varint,3,opt,name=remove,proto3,oneof" json:"remove,omitempty"`
	// contains filtered or unexported fields
}

func (*RSVPCalendarEntryRequest) Descriptor deprecated

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

Deprecated: Use RSVPCalendarEntryRequest.ProtoReflect.Descriptor instead.

func (*RSVPCalendarEntryRequest) GetEntry

func (*RSVPCalendarEntryRequest) GetRemove

func (x *RSVPCalendarEntryRequest) GetRemove() bool

func (*RSVPCalendarEntryRequest) GetSubscribe

func (x *RSVPCalendarEntryRequest) GetSubscribe() bool

func (*RSVPCalendarEntryRequest) ProtoMessage

func (*RSVPCalendarEntryRequest) ProtoMessage()

func (*RSVPCalendarEntryRequest) ProtoReflect

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

func (*RSVPCalendarEntryRequest) Reset

func (x *RSVPCalendarEntryRequest) Reset()

func (*RSVPCalendarEntryRequest) Sanitize added in v0.9.4

func (m *RSVPCalendarEntryRequest) Sanitize() error

func (*RSVPCalendarEntryRequest) String

func (x *RSVPCalendarEntryRequest) String() string

func (*RSVPCalendarEntryRequest) Validate

func (m *RSVPCalendarEntryRequest) Validate() error

Validate checks the field values on RSVPCalendarEntryRequest 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 (*RSVPCalendarEntryRequest) ValidateAll

func (m *RSVPCalendarEntryRequest) ValidateAll() error

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

type RSVPCalendarEntryRequestMultiError

type RSVPCalendarEntryRequestMultiError []error

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

func (RSVPCalendarEntryRequestMultiError) AllErrors

func (m RSVPCalendarEntryRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RSVPCalendarEntryRequestMultiError) Error

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

type RSVPCalendarEntryRequestValidationError

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

RSVPCalendarEntryRequestValidationError is the validation error returned by RSVPCalendarEntryRequest.Validate if the designated constraints aren't met.

func (RSVPCalendarEntryRequestValidationError) Cause

Cause function returns cause value.

func (RSVPCalendarEntryRequestValidationError) Error

Error satisfies the builtin error interface

func (RSVPCalendarEntryRequestValidationError) ErrorName

ErrorName returns error name.

func (RSVPCalendarEntryRequestValidationError) Field

Field function returns field value.

func (RSVPCalendarEntryRequestValidationError) Key

Key function returns key value.

func (RSVPCalendarEntryRequestValidationError) Reason

Reason function returns reason value.

type RSVPCalendarEntryResponse

type RSVPCalendarEntryResponse struct {
	Entry *calendar.CalendarEntryRSVP `protobuf:"bytes,1,opt,name=entry,proto3,oneof" json:"entry,omitempty"`
	// contains filtered or unexported fields
}

func (*RSVPCalendarEntryResponse) Descriptor deprecated

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

Deprecated: Use RSVPCalendarEntryResponse.ProtoReflect.Descriptor instead.

func (*RSVPCalendarEntryResponse) GetEntry

func (*RSVPCalendarEntryResponse) ProtoMessage

func (*RSVPCalendarEntryResponse) ProtoMessage()

func (*RSVPCalendarEntryResponse) ProtoReflect

func (*RSVPCalendarEntryResponse) Reset

func (x *RSVPCalendarEntryResponse) Reset()

func (*RSVPCalendarEntryResponse) Sanitize added in v0.9.4

func (m *RSVPCalendarEntryResponse) Sanitize() error

func (*RSVPCalendarEntryResponse) String

func (x *RSVPCalendarEntryResponse) String() string

func (*RSVPCalendarEntryResponse) Validate

func (m *RSVPCalendarEntryResponse) Validate() error

Validate checks the field values on RSVPCalendarEntryResponse 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 (*RSVPCalendarEntryResponse) ValidateAll

func (m *RSVPCalendarEntryResponse) ValidateAll() error

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

type RSVPCalendarEntryResponseMultiError

type RSVPCalendarEntryResponseMultiError []error

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

func (RSVPCalendarEntryResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (RSVPCalendarEntryResponseMultiError) Error

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

type RSVPCalendarEntryResponseValidationError

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

RSVPCalendarEntryResponseValidationError is the validation error returned by RSVPCalendarEntryResponse.Validate if the designated constraints aren't met.

func (RSVPCalendarEntryResponseValidationError) Cause

Cause function returns cause value.

func (RSVPCalendarEntryResponseValidationError) Error

Error satisfies the builtin error interface

func (RSVPCalendarEntryResponseValidationError) ErrorName

ErrorName returns error name.

func (RSVPCalendarEntryResponseValidationError) Field

Field function returns field value.

func (RSVPCalendarEntryResponseValidationError) Key

Key function returns key value.

func (RSVPCalendarEntryResponseValidationError) Reason

Reason function returns reason value.

type Server

type Server struct {
	CalendarServiceServer
	// contains filtered or unexported fields
}

func NewServer

func NewServer(p Params) *Server

func (*Server) CreateOrUpdateCalendar

func (*Server) DeleteCalendar

func (s *Server) DeleteCalendar(ctx context.Context, req *DeleteCalendarRequest) (*DeleteCalendarResponse, error)

func (*Server) DeleteCalendarEntry

func (s *Server) DeleteCalendarEntry(ctx context.Context, req *DeleteCalendarEntryRequest) (*DeleteCalendarEntryResponse, error)

func (*Server) GetCalendar

func (s *Server) GetCalendar(ctx context.Context, req *GetCalendarRequest) (*GetCalendarResponse, error)

func (*Server) GetCalendarEntry

func (s *Server) GetCalendarEntry(ctx context.Context, req *GetCalendarEntryRequest) (*GetCalendarEntryResponse, error)

func (*Server) GetPermsRemap

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

func (*Server) GetUpcomingEntries added in v0.9.3

func (s *Server) GetUpcomingEntries(ctx context.Context, req *GetUpcomingEntriesRequest) (*GetUpcomingEntriesResponse, error)

func (*Server) ListCalendarEntries

func (s *Server) ListCalendarEntries(ctx context.Context, req *ListCalendarEntriesRequest) (*ListCalendarEntriesResponse, error)

func (*Server) ListCalendarEntryRSVP

func (*Server) ListCalendars

func (s *Server) ListCalendars(ctx context.Context, req *ListCalendarsRequest) (*ListCalendarsResponse, error)

func (*Server) RSVPCalendarEntry

func (s *Server) RSVPCalendarEntry(ctx context.Context, req *RSVPCalendarEntryRequest) (*RSVPCalendarEntryResponse, error)

func (*Server) RegisterServer

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

func (*Server) ShareCalendarEntry

func (s *Server) ShareCalendarEntry(ctx context.Context, req *ShareCalendarEntryRequest) (*ShareCalendarEntryResponse, error)

func (*Server) SubscribeToCalendar

func (s *Server) SubscribeToCalendar(ctx context.Context, req *SubscribeToCalendarRequest) (*SubscribeToCalendarResponse, error)

type ShareCalendarEntryRequest

type ShareCalendarEntryRequest struct {
	EntryId uint64  `protobuf:"varint,1,opt,name=entry_id,json=entryId,proto3" json:"entry_id,omitempty"`
	UserIds []int32 `protobuf:"varint,2,rep,packed,name=user_ids,json=userIds,proto3" json:"user_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*ShareCalendarEntryRequest) Descriptor deprecated

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

Deprecated: Use ShareCalendarEntryRequest.ProtoReflect.Descriptor instead.

func (*ShareCalendarEntryRequest) GetEntryId

func (x *ShareCalendarEntryRequest) GetEntryId() uint64

func (*ShareCalendarEntryRequest) GetUserIds

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

func (*ShareCalendarEntryRequest) ProtoMessage

func (*ShareCalendarEntryRequest) ProtoMessage()

func (*ShareCalendarEntryRequest) ProtoReflect

func (*ShareCalendarEntryRequest) Reset

func (x *ShareCalendarEntryRequest) Reset()

func (*ShareCalendarEntryRequest) Sanitize added in v0.9.4

func (m *ShareCalendarEntryRequest) Sanitize() error

func (*ShareCalendarEntryRequest) String

func (x *ShareCalendarEntryRequest) String() string

func (*ShareCalendarEntryRequest) Validate

func (m *ShareCalendarEntryRequest) Validate() error

Validate checks the field values on ShareCalendarEntryRequest 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 (*ShareCalendarEntryRequest) ValidateAll

func (m *ShareCalendarEntryRequest) ValidateAll() error

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

type ShareCalendarEntryRequestMultiError

type ShareCalendarEntryRequestMultiError []error

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

func (ShareCalendarEntryRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ShareCalendarEntryRequestMultiError) Error

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

type ShareCalendarEntryRequestValidationError

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

ShareCalendarEntryRequestValidationError is the validation error returned by ShareCalendarEntryRequest.Validate if the designated constraints aren't met.

func (ShareCalendarEntryRequestValidationError) Cause

Cause function returns cause value.

func (ShareCalendarEntryRequestValidationError) Error

Error satisfies the builtin error interface

func (ShareCalendarEntryRequestValidationError) ErrorName

ErrorName returns error name.

func (ShareCalendarEntryRequestValidationError) Field

Field function returns field value.

func (ShareCalendarEntryRequestValidationError) Key

Key function returns key value.

func (ShareCalendarEntryRequestValidationError) Reason

Reason function returns reason value.

type ShareCalendarEntryResponse

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

func (*ShareCalendarEntryResponse) Descriptor deprecated

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

Deprecated: Use ShareCalendarEntryResponse.ProtoReflect.Descriptor instead.

func (*ShareCalendarEntryResponse) ProtoMessage

func (*ShareCalendarEntryResponse) ProtoMessage()

func (*ShareCalendarEntryResponse) ProtoReflect

func (*ShareCalendarEntryResponse) Reset

func (x *ShareCalendarEntryResponse) Reset()

func (*ShareCalendarEntryResponse) Sanitize added in v0.9.4

func (m *ShareCalendarEntryResponse) Sanitize() error

func (*ShareCalendarEntryResponse) String

func (x *ShareCalendarEntryResponse) String() string

func (*ShareCalendarEntryResponse) Validate

func (m *ShareCalendarEntryResponse) Validate() error

Validate checks the field values on ShareCalendarEntryResponse 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 (*ShareCalendarEntryResponse) ValidateAll

func (m *ShareCalendarEntryResponse) ValidateAll() error

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

type ShareCalendarEntryResponseMultiError

type ShareCalendarEntryResponseMultiError []error

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

func (ShareCalendarEntryResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ShareCalendarEntryResponseMultiError) Error

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

type ShareCalendarEntryResponseValidationError

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

ShareCalendarEntryResponseValidationError is the validation error returned by ShareCalendarEntryResponse.Validate if the designated constraints aren't met.

func (ShareCalendarEntryResponseValidationError) Cause

Cause function returns cause value.

func (ShareCalendarEntryResponseValidationError) Error

Error satisfies the builtin error interface

func (ShareCalendarEntryResponseValidationError) ErrorName

ErrorName returns error name.

func (ShareCalendarEntryResponseValidationError) Field

Field function returns field value.

func (ShareCalendarEntryResponseValidationError) Key

Key function returns key value.

func (ShareCalendarEntryResponseValidationError) Reason

Reason function returns reason value.

type SubscribeToCalendarRequest

type SubscribeToCalendarRequest struct {
	Sub    *calendar.CalendarSub `protobuf:"bytes,1,opt,name=sub,proto3" json:"sub,omitempty"`
	Delete bool                  `protobuf:"varint,2,opt,name=delete,proto3" json:"delete,omitempty"`
	// contains filtered or unexported fields
}

func (*SubscribeToCalendarRequest) Descriptor deprecated

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

Deprecated: Use SubscribeToCalendarRequest.ProtoReflect.Descriptor instead.

func (*SubscribeToCalendarRequest) GetDelete

func (x *SubscribeToCalendarRequest) GetDelete() bool

func (*SubscribeToCalendarRequest) GetSub

func (*SubscribeToCalendarRequest) ProtoMessage

func (*SubscribeToCalendarRequest) ProtoMessage()

func (*SubscribeToCalendarRequest) ProtoReflect

func (*SubscribeToCalendarRequest) Reset

func (x *SubscribeToCalendarRequest) Reset()

func (*SubscribeToCalendarRequest) Sanitize added in v0.9.4

func (m *SubscribeToCalendarRequest) Sanitize() error

func (*SubscribeToCalendarRequest) String

func (x *SubscribeToCalendarRequest) String() string

func (*SubscribeToCalendarRequest) Validate

func (m *SubscribeToCalendarRequest) Validate() error

Validate checks the field values on SubscribeToCalendarRequest 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 (*SubscribeToCalendarRequest) ValidateAll

func (m *SubscribeToCalendarRequest) ValidateAll() error

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

type SubscribeToCalendarRequestMultiError

type SubscribeToCalendarRequestMultiError []error

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

func (SubscribeToCalendarRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (SubscribeToCalendarRequestMultiError) Error

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

type SubscribeToCalendarRequestValidationError

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

SubscribeToCalendarRequestValidationError is the validation error returned by SubscribeToCalendarRequest.Validate if the designated constraints aren't met.

func (SubscribeToCalendarRequestValidationError) Cause

Cause function returns cause value.

func (SubscribeToCalendarRequestValidationError) Error

Error satisfies the builtin error interface

func (SubscribeToCalendarRequestValidationError) ErrorName

ErrorName returns error name.

func (SubscribeToCalendarRequestValidationError) Field

Field function returns field value.

func (SubscribeToCalendarRequestValidationError) Key

Key function returns key value.

func (SubscribeToCalendarRequestValidationError) Reason

Reason function returns reason value.

type SubscribeToCalendarResponse

type SubscribeToCalendarResponse struct {
	Sub *calendar.CalendarSub `protobuf:"bytes,1,opt,name=sub,proto3" json:"sub,omitempty"`
	// contains filtered or unexported fields
}

func (*SubscribeToCalendarResponse) Descriptor deprecated

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

Deprecated: Use SubscribeToCalendarResponse.ProtoReflect.Descriptor instead.

func (*SubscribeToCalendarResponse) GetSub

func (*SubscribeToCalendarResponse) ProtoMessage

func (*SubscribeToCalendarResponse) ProtoMessage()

func (*SubscribeToCalendarResponse) ProtoReflect

func (*SubscribeToCalendarResponse) Reset

func (x *SubscribeToCalendarResponse) Reset()

func (*SubscribeToCalendarResponse) Sanitize added in v0.9.4

func (m *SubscribeToCalendarResponse) Sanitize() error

func (*SubscribeToCalendarResponse) String

func (x *SubscribeToCalendarResponse) String() string

func (*SubscribeToCalendarResponse) Validate

func (m *SubscribeToCalendarResponse) Validate() error

Validate checks the field values on SubscribeToCalendarResponse 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 (*SubscribeToCalendarResponse) ValidateAll

func (m *SubscribeToCalendarResponse) ValidateAll() error

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

type SubscribeToCalendarResponseMultiError

type SubscribeToCalendarResponseMultiError []error

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

func (SubscribeToCalendarResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (SubscribeToCalendarResponseMultiError) Error

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

type SubscribeToCalendarResponseValidationError

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

SubscribeToCalendarResponseValidationError is the validation error returned by SubscribeToCalendarResponse.Validate if the designated constraints aren't met.

func (SubscribeToCalendarResponseValidationError) Cause

Cause function returns cause value.

func (SubscribeToCalendarResponseValidationError) Error

Error satisfies the builtin error interface

func (SubscribeToCalendarResponseValidationError) ErrorName

ErrorName returns error name.

func (SubscribeToCalendarResponseValidationError) Field

Field function returns field value.

func (SubscribeToCalendarResponseValidationError) Key

Key function returns key value.

func (SubscribeToCalendarResponseValidationError) Reason

Reason function returns reason value.

type UnimplementedCalendarServiceServer

type UnimplementedCalendarServiceServer struct {
}

UnimplementedCalendarServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedCalendarServiceServer) DeleteCalendar

func (UnimplementedCalendarServiceServer) DeleteCalendarEntry

func (UnimplementedCalendarServiceServer) GetCalendar

func (UnimplementedCalendarServiceServer) GetCalendarEntry

func (UnimplementedCalendarServiceServer) GetUpcomingEntries added in v0.9.3

func (UnimplementedCalendarServiceServer) ListCalendarEntries

func (UnimplementedCalendarServiceServer) ListCalendars

func (UnimplementedCalendarServiceServer) ListSubscriptions

func (UnimplementedCalendarServiceServer) RSVPCalendarEntry

func (UnimplementedCalendarServiceServer) ShareCalendarEntry

func (UnimplementedCalendarServiceServer) SubscribeToCalendar

type UnsafeCalendarServiceServer

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

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

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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