calendar

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Mar 16, 2026 License: CC0-1.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	CalendarContractService_StartViewCalendarEventInManagedProfile_FullMethodName = "/calendar.CalendarContractService/StartViewCalendarEventInManagedProfile"
)

Variables

View Source
var CalendarContractService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "calendar.CalendarContractService",
	HandlerType: (*CalendarContractServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "StartViewCalendarEventInManagedProfile",
			Handler:    _CalendarContractService_StartViewCalendarEventInManagedProfile_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/calendar/calendar.proto",
}

CalendarContractService_ServiceDesc is the grpc.ServiceDesc for CalendarContractService 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_proto_calendar_calendar_proto protoreflect.FileDescriptor

Functions

func RegisterCalendarContractServiceServer

func RegisterCalendarContractServiceServer(s grpc.ServiceRegistrar, srv CalendarContractServiceServer)

Types

type CalendarContractServiceClient

type CalendarContractServiceClient interface {
	StartViewCalendarEventInManagedProfile(ctx context.Context, in *StartViewCalendarEventInManagedProfileRequest, opts ...grpc.CallOption) (*StartViewCalendarEventInManagedProfileResponse, error)
}

CalendarContractServiceClient is the client API for CalendarContractService 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 CalendarContractServiceServer

type CalendarContractServiceServer interface {
	StartViewCalendarEventInManagedProfile(context.Context, *StartViewCalendarEventInManagedProfileRequest) (*StartViewCalendarEventInManagedProfileResponse, error)
	// contains filtered or unexported methods
}

CalendarContractServiceServer is the server API for CalendarContractService service. All implementations must embed UnimplementedCalendarContractServiceServer for forward compatibility.

type StartViewCalendarEventInManagedProfileRequest

type StartViewCalendarEventInManagedProfileRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int64 `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	Arg2 int64 `protobuf:"varint,3,opt,name=arg2,proto3" json:"arg2,omitempty"`
	Arg3 int64 `protobuf:"varint,4,opt,name=arg3,proto3" json:"arg3,omitempty"`
	Arg4 bool  `protobuf:"varint,5,opt,name=arg4,proto3" json:"arg4,omitempty"`
	Arg5 int32 `protobuf:"varint,6,opt,name=arg5,proto3" json:"arg5,omitempty"`
	// contains filtered or unexported fields
}

func (*StartViewCalendarEventInManagedProfileRequest) Descriptor deprecated

Deprecated: Use StartViewCalendarEventInManagedProfileRequest.ProtoReflect.Descriptor instead.

func (*StartViewCalendarEventInManagedProfileRequest) GetArg0

func (*StartViewCalendarEventInManagedProfileRequest) GetArg1

func (*StartViewCalendarEventInManagedProfileRequest) GetArg2

func (*StartViewCalendarEventInManagedProfileRequest) GetArg3

func (*StartViewCalendarEventInManagedProfileRequest) GetArg4

func (*StartViewCalendarEventInManagedProfileRequest) GetArg5

func (*StartViewCalendarEventInManagedProfileRequest) ProtoMessage

func (*StartViewCalendarEventInManagedProfileRequest) ProtoReflect

func (*StartViewCalendarEventInManagedProfileRequest) Reset

func (*StartViewCalendarEventInManagedProfileRequest) String

type StartViewCalendarEventInManagedProfileResponse

type StartViewCalendarEventInManagedProfileResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*StartViewCalendarEventInManagedProfileResponse) Descriptor deprecated

Deprecated: Use StartViewCalendarEventInManagedProfileResponse.ProtoReflect.Descriptor instead.

func (*StartViewCalendarEventInManagedProfileResponse) GetResult

func (*StartViewCalendarEventInManagedProfileResponse) ProtoMessage

func (*StartViewCalendarEventInManagedProfileResponse) ProtoReflect

func (*StartViewCalendarEventInManagedProfileResponse) Reset

func (*StartViewCalendarEventInManagedProfileResponse) String

type UnimplementedCalendarContractServiceServer

type UnimplementedCalendarContractServiceServer struct{}

UnimplementedCalendarContractServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

type UnsafeCalendarContractServiceServer

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

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

Jump to

Keyboard shortcuts

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