Versions in this module Expand all Collapse all v0 v0.1.3 Jun 11, 2024 Changes in this version type Activity + Events []*Activity_Event + func (x *Activity) GetEvents() []*Activity_Event + type Activity_Event struct + Name string + Props map[string]string + Timestamp *timestamppb.Timestamp + func (*Activity_Event) Descriptor() ([]byte, []int) + func (*Activity_Event) ProtoMessage() + func (x *Activity_Event) GetName() string + func (x *Activity_Event) GetProps() map[string]string + func (x *Activity_Event) GetTimestamp() *timestamppb.Timestamp + func (x *Activity_Event) ProtoReflect() protoreflect.Message + func (x *Activity_Event) Reset() + func (x *Activity_Event) String() string v0.1.2 Jun 7, 2024 Changes in this version + var Activity_Type_name = map[int32]string + var Activity_Type_value = map[string]int32 + var DiveService_ServiceDesc = grpc.ServiceDesc + var File_dive_v1_dive_proto protoreflect.FileDescriptor + func RegisterDiveServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error + func RegisterDiveServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client DiveServiceClient) error + func RegisterDiveServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error) + func RegisterDiveServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server DiveServiceServer) error + func RegisterDiveServiceServer(s grpc.ServiceRegistrar, srv DiveServiceServer) + type Activity struct + Duration *durationpb.Duration + GrpcMethod string + GrpcService string + Id string + Props *structpb.Struct + Request *anypb.Any + StartedAt *timestamppb.Timestamp + Type Activity_Type + func (*Activity) Descriptor() ([]byte, []int) + func (*Activity) ProtoMessage() + func (x *Activity) GetDuration() *durationpb.Duration + func (x *Activity) GetGrpcMethod() string + func (x *Activity) GetGrpcService() string + func (x *Activity) GetId() string + func (x *Activity) GetProps() *structpb.Struct + func (x *Activity) GetRequest() *anypb.Any + func (x *Activity) GetStartedAt() *timestamppb.Timestamp + func (x *Activity) GetType() Activity_Type + func (x *Activity) ProtoReflect() protoreflect.Message + func (x *Activity) Reset() + func (x *Activity) String() string + type Activity_Type int32 + const Activity_TYPE_BACKGROUND + const Activity_TYPE_GRPC_STREAM + const Activity_TYPE_GRPC_UNARY + const Activity_TYPE_UNKNOWN + func (Activity_Type) Descriptor() protoreflect.EnumDescriptor + func (Activity_Type) EnumDescriptor() ([]byte, []int) + func (Activity_Type) Type() protoreflect.EnumType + func (x Activity_Type) Enum() *Activity_Type + func (x Activity_Type) Number() protoreflect.EnumNumber + func (x Activity_Type) String() string + type DiveRequest struct + func (*DiveRequest) Descriptor() ([]byte, []int) + func (*DiveRequest) ProtoMessage() + func (x *DiveRequest) ProtoReflect() protoreflect.Message + func (x *DiveRequest) Reset() + func (x *DiveRequest) String() string + type DiveResponse struct + Activities []*Activity + func (*DiveResponse) Descriptor() ([]byte, []int) + func (*DiveResponse) ProtoMessage() + func (x *DiveResponse) GetActivities() []*Activity + func (x *DiveResponse) ProtoReflect() protoreflect.Message + func (x *DiveResponse) Reset() + func (x *DiveResponse) String() string + type DiveServiceClient interface + Dive func(ctx context.Context, in *DiveRequest, opts ...grpc.CallOption) (*DiveResponse, error) + func NewDiveServiceClient(cc grpc.ClientConnInterface) DiveServiceClient + type DiveServiceServer interface + Dive func(context.Context, *DiveRequest) (*DiveResponse, error) + type UnimplementedDiveServiceServer struct + func (UnimplementedDiveServiceServer) Dive(context.Context, *DiveRequest) (*DiveResponse, error) + type UnsafeDiveServiceServer interface