Documentation
¶
Index ¶
- Constants
- Variables
- func RegisterCalendarContractServiceServer(s grpc.ServiceRegistrar, srv CalendarContractServiceServer)
- type CalendarContractServiceClient
- type CalendarContractServiceServer
- type StartViewCalendarEventInManagedProfileRequest
- func (*StartViewCalendarEventInManagedProfileRequest) Descriptor() ([]byte, []int)deprecated
- func (x *StartViewCalendarEventInManagedProfileRequest) GetArg0() int64
- func (x *StartViewCalendarEventInManagedProfileRequest) GetArg1() int64
- func (x *StartViewCalendarEventInManagedProfileRequest) GetArg2() int64
- func (x *StartViewCalendarEventInManagedProfileRequest) GetArg3() int64
- func (x *StartViewCalendarEventInManagedProfileRequest) GetArg4() bool
- func (x *StartViewCalendarEventInManagedProfileRequest) GetArg5() int32
- func (*StartViewCalendarEventInManagedProfileRequest) ProtoMessage()
- func (x *StartViewCalendarEventInManagedProfileRequest) ProtoReflect() protoreflect.Message
- func (x *StartViewCalendarEventInManagedProfileRequest) Reset()
- func (x *StartViewCalendarEventInManagedProfileRequest) String() string
- type StartViewCalendarEventInManagedProfileResponse
- func (*StartViewCalendarEventInManagedProfileResponse) Descriptor() ([]byte, []int)deprecated
- func (x *StartViewCalendarEventInManagedProfileResponse) GetResult() bool
- func (*StartViewCalendarEventInManagedProfileResponse) ProtoMessage()
- func (x *StartViewCalendarEventInManagedProfileResponse) ProtoReflect() protoreflect.Message
- func (x *StartViewCalendarEventInManagedProfileResponse) Reset()
- func (x *StartViewCalendarEventInManagedProfileResponse) String() string
- type UnimplementedCalendarContractServiceServer
- type UnsafeCalendarContractServiceServer
Constants ¶
const (
CalendarContractService_StartViewCalendarEventInManagedProfile_FullMethodName = "/calendar.CalendarContractService/StartViewCalendarEventInManagedProfile"
)
Variables ¶
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)
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.
func NewCalendarContractServiceClient ¶
func NewCalendarContractServiceClient(cc grpc.ClientConnInterface) CalendarContractServiceClient
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
func (*StartViewCalendarEventInManagedProfileRequest) Descriptor() ([]byte, []int)
Deprecated: Use StartViewCalendarEventInManagedProfileRequest.ProtoReflect.Descriptor instead.
func (*StartViewCalendarEventInManagedProfileRequest) GetArg0 ¶
func (x *StartViewCalendarEventInManagedProfileRequest) GetArg0() int64
func (*StartViewCalendarEventInManagedProfileRequest) GetArg1 ¶
func (x *StartViewCalendarEventInManagedProfileRequest) GetArg1() int64
func (*StartViewCalendarEventInManagedProfileRequest) GetArg2 ¶
func (x *StartViewCalendarEventInManagedProfileRequest) GetArg2() int64
func (*StartViewCalendarEventInManagedProfileRequest) GetArg3 ¶
func (x *StartViewCalendarEventInManagedProfileRequest) GetArg3() int64
func (*StartViewCalendarEventInManagedProfileRequest) GetArg4 ¶
func (x *StartViewCalendarEventInManagedProfileRequest) GetArg4() bool
func (*StartViewCalendarEventInManagedProfileRequest) GetArg5 ¶
func (x *StartViewCalendarEventInManagedProfileRequest) GetArg5() int32
func (*StartViewCalendarEventInManagedProfileRequest) ProtoMessage ¶
func (*StartViewCalendarEventInManagedProfileRequest) ProtoMessage()
func (*StartViewCalendarEventInManagedProfileRequest) ProtoReflect ¶
func (x *StartViewCalendarEventInManagedProfileRequest) ProtoReflect() protoreflect.Message
func (*StartViewCalendarEventInManagedProfileRequest) Reset ¶
func (x *StartViewCalendarEventInManagedProfileRequest) Reset()
func (*StartViewCalendarEventInManagedProfileRequest) String ¶
func (x *StartViewCalendarEventInManagedProfileRequest) String() 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
func (*StartViewCalendarEventInManagedProfileResponse) Descriptor() ([]byte, []int)
Deprecated: Use StartViewCalendarEventInManagedProfileResponse.ProtoReflect.Descriptor instead.
func (*StartViewCalendarEventInManagedProfileResponse) GetResult ¶
func (x *StartViewCalendarEventInManagedProfileResponse) GetResult() bool
func (*StartViewCalendarEventInManagedProfileResponse) ProtoMessage ¶
func (*StartViewCalendarEventInManagedProfileResponse) ProtoMessage()
func (*StartViewCalendarEventInManagedProfileResponse) ProtoReflect ¶
func (x *StartViewCalendarEventInManagedProfileResponse) ProtoReflect() protoreflect.Message
func (*StartViewCalendarEventInManagedProfileResponse) Reset ¶
func (x *StartViewCalendarEventInManagedProfileResponse) Reset()
func (*StartViewCalendarEventInManagedProfileResponse) String ¶
func (x *StartViewCalendarEventInManagedProfileResponse) String() 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.
func (UnimplementedCalendarContractServiceServer) StartViewCalendarEventInManagedProfile ¶
func (UnimplementedCalendarContractServiceServer) StartViewCalendarEventInManagedProfile(context.Context, *StartViewCalendarEventInManagedProfileRequest) (*StartViewCalendarEventInManagedProfileResponse, error)
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.